You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a preparatory commit for AEX-Notify support. This commit:
- Introduces the `sgx.experimental_enable_aex_notify` manifest option.
- Adds architectural flags/bits for SECS, TCS, SSA data structures.
- Adds a Gramine startup check whether AEX-Notify hardware feature is
supported by the platform.
- Adds dynamic enablement/disablement of AEX-Notify feature per enclave
thread (enable on thread creation, disable on thread termination).
Currently per-thread enablement is commented out, as otherwise Gramine
would segfault (as in-enclave code doesn't yet implement AEX-Notify).
Signed-off-by: Dmitrii Kuvaiskii <[email protected]>
0 commit comments