Searched refs:X86_PF_SGX (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ | ||
H A D | trap_pf.h | 25 X86_PF_SGX = 1 << 15, enumerator |
/openbmc/linux/arch/x86/mm/ | ||
H A D | fault.c | 1063 if (unlikely(error_code & X86_PF_SGX)) in access_error() |