We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows 10 TH2 ("1511") (xref #1825) has added system calls involving "enclaves".
Xref WinAPI routines like InitializeEnclave: https://msdn.microsoft.com/en-us/library/windows/desktop/mt592869(v=vs.85).aspx
Enclave: freed with VirtualFree. Enclaves require Intel Software Guard Extensions (SGX). Basically a protected area within address space.
Will require DR support and likely will complicate DR operation as its code cache (and DR lib?) may have to be split to have part inside the enclave.
The text was updated successfully, but these errors were encountered:
nice word list
Sorry, something went wrong.
No branches or pull requests
Windows 10 TH2 ("1511") (xref #1825) has added system calls involving "enclaves".
Xref WinAPI routines like InitializeEnclave:
https://msdn.microsoft.com/en-us/library/windows/desktop/mt592869(v=vs.85).aspx
Enclave: freed with VirtualFree.
Enclaves require Intel Software Guard Extensions (SGX).
Basically a protected area within address space.
Will require DR support and likely will complicate DR operation as its code cache (and DR lib?) may have to be split to have part inside the enclave.
The text was updated successfully, but these errors were encountered: