Skip to content
New issue

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

support new Windows enclave feature #1852

Open
derekbruening opened this issue Jan 19, 2016 · 1 comment
Open

support new Windows enclave feature #1852

derekbruening opened this issue Jan 19, 2016 · 1 comment

Comments

@derekbruening
Copy link
Contributor

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.

@kilitary
Copy link

nice word list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants