Searched refs:EENTER (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/sgx/ |
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) 50 push %rcx # push the address after EENTER 71 # EENTER to RBX.
|
A D | main.c | 201 EENTER, 0, 0, (run)); \ 203 ret = sgx_enter_enclave((void *)(op), NULL, 0, EENTER, NULL, NULL, \
|
/linux/arch/x86/include/asm/ |
A D | enclu.h | 5 #define EENTER 0x02 macro
|
/linux/arch/x86/entry/vdso/ |
A D | vsgx.S | 41 cmp $EENTER, %eax
|
/linux/Documentation/x86/ |
A D | sgx.rst | 106 Entering an enclave can only be done through SGX-specific EENTER and ERESUME 118 vDSO function wraps low-level transitions to/from the enclave like EENTER and
|
Completed in 7 milliseconds