Searched refs:X86_PF_USER (Results 1 – 2 of 2) sorted by relevance
102 if error_code.contains(X86PfErrorCode::X86_PF_USER) { in show_fault_oops()185 if error_code & (X86PfErrorCode::X86_PF_USER | X86PfErrorCode::X86_PF_INSTR) in do_user_addr_fault()196 && !error_code.contains(X86PfErrorCode::X86_PF_USER) in do_user_addr_fault()
72 const X86_PF_USER = 1 << 2; constant