Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dtrap_pf.h21 X86_PF_PK = 1 << 5, enumerator
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dfault.c556 (error_code & X86_PF_PK) ? "protection keys violation" : in show_fault_oops()
886 if (error_code & X86_PF_PK) in bad_area_access_from_pkeys()
1114 if (error_code & X86_PF_PK) in access_error()
1171 WARN_ON_ONCE(hw_error_code & X86_PF_PK); in do_kern_addr_fault()
1318 if (!(hw_error_code & X86_PF_PK)) { in do_user_addr_fault()