Searched refs:X86_PF_SGX (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/x86/include/asm/ | ||
D | trap_pf.h | 28 X86_PF_SGX = BIT(15), enumerator |
/linux-6.12.1/arch/x86/mm/ | ||
D | fault.c | 1075 if (unlikely(error_code & X86_PF_SGX)) in access_error() |