Home
last modified time | relevance | path

Searched refs:X86_PF_SGX (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/arch/x86/include/asm/
Dtrap_pf.h23 X86_PF_SGX = 1 << 15, enumerator
/Linux-v6.1/arch/x86/mm/
Dfault.c1129 if (unlikely(error_code & X86_PF_SGX)) in access_error()