Searched refs:X86_TRAP_PF (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/x86/mm/ |
| H A D | fault.c | 633 tsk->thread.trap_nr = X86_TRAP_PF; in set_signal_archinfo() 726 if (fixup_exception(regs, X86_TRAP_PF, error_code, address)) in kernelmode_fixup_or_oops() 812 if (fixup_vdso_exception(regs, X86_TRAP_PF, error_code, address)) in __bad_area_nosemaphore() 923 if (fixup_vdso_exception(regs, X86_TRAP_PF, error_code, address)) in do_sigbus() 1183 if (WARN_ON_ONCE(kprobe_page_fault(regs, X86_TRAP_PF))) in do_kern_addr_fault() 1236 if (WARN_ON_ONCE(kprobe_page_fault(regs, X86_TRAP_PF))) in do_user_addr_fault()
|
| /linux/arch/x86/include/asm/ |
| H A D | trapnr.h | 33 #define X86_TRAP_PF 14 /* Page Fault */ macro
|
| /linux/arch/x86/boot/compressed/ |
| H A D | idt_64.c | 63 set_idt_entry(X86_TRAP_PF, boot_page_fault); in load_stage2_idt()
|
| /linux/arch/x86/kernel/ |
| H A D | umip.c | 318 tsk->thread.trap_nr = X86_TRAP_PF; in force_sig_info_umip_fault()
|
| H A D | head64.c | 161 if (trapnr == X86_TRAP_PF && in do_early_exception()
|
| /linux/arch/x86/entry/ |
| H A D | entry_fred.c | 193 if (likely(regs->fred_ss.vector == X86_TRAP_PF)) in fred_hwexc()
|
| /linux/arch/x86/kernel/cpu/sgx/ |
| H A D | ioctl.c | 1112 if (!encls_faulted(ret) || ENCLS_TRAPNR(ret) != X86_TRAP_PF) { in sgx_encl_remove_pages()
|