Home
last modified time | relevance | path

Searched refs:SGX_ENCLS_FAULT_FLAG (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dencls.h15 #define ENCLS_TRAPNR(r) ((r) & ~SGX_ENCLS_FAULT_FLAG)
35 return ret & SGX_ENCLS_FAULT_FLAG; in encls_faulted()
/openbmc/linux/arch/x86/include/asm/
H A Dsgx.h64 #define SGX_ENCLS_FAULT_FLAG 0x40000000 macro
/openbmc/linux/arch/x86/mm/
H A Dextable.c107 regs->ax = trapnr | SGX_ENCLS_FAULT_FLAG; in ex_handler_sgx()