Searched refs:EENTER (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/testing/selftests/sgx/ |
H A D | test_encl_bootstrap.S | 19 .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.
|
H A D | main.c | 267 EENTER, 0, 0, (run)); \ 269 ret = sgx_enter_enclave((void *)(op), NULL, 0, EENTER, NULL, NULL, \
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | enclu.h | 5 #define EENTER 0x02 macro
|
/openbmc/linux/arch/x86/entry/vdso/ |
H A D | vsgx.S | 41 cmp $EENTER, %eax
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | sgx.rst | 121 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
|