Home
last modified time | relevance | path

Searched refs:X86_TRAP_PF (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/mm/
H A Dfault.c633 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 Dtrapnr.h33 #define X86_TRAP_PF 14 /* Page Fault */ macro
/linux/arch/x86/boot/compressed/
H A Didt_64.c63 set_idt_entry(X86_TRAP_PF, boot_page_fault); in load_stage2_idt()
/linux/arch/x86/kernel/
H A Dumip.c318 tsk->thread.trap_nr = X86_TRAP_PF; in force_sig_info_umip_fault()
H A Dhead64.c161 if (trapnr == X86_TRAP_PF && in do_early_exception()
/linux/arch/x86/entry/
H A Dentry_fred.c193 if (likely(regs->fred_ss.vector == X86_TRAP_PF)) in fred_hwexc()
/linux/arch/x86/kernel/cpu/sgx/
H A Dioctl.c1112 if (!encls_faulted(ret) || ENCLS_TRAPNR(ret) != X86_TRAP_PF) { in sgx_encl_remove_pages()