Home
last modified time | relevance | path

Searched refs:EENTER (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/tools/testing/selftests/sgx/
Dtest_encl_bootstrap.S19 .fill 1, 8, 0 # AEP (set by EENTER and ERESUME)
33 .fill 1, 8, 0 # AEP (set by EENTER and ERESUME)
57 push %rcx # push the address after EENTER
78 # EENTER to RBX.
Dmain.c267 EENTER, 0, 0, (run)); \
269 ret = sgx_enter_enclave((void *)(op), NULL, 0, EENTER, NULL, NULL, \
/linux-6.6.21/arch/x86/include/asm/
Denclu.h5 #define EENTER 0x02 macro
/linux-6.6.21/arch/x86/entry/vdso/
Dvsgx.S41 cmp $EENTER, %eax
/linux-6.6.21/Documentation/arch/x86/
Dsgx.rst121 Entering an enclave can only be done through SGX-specific EENTER and ERESUME
133 vDSO function wraps low-level transitions to/from the enclave like EENTER and