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