Searched refs:X86_TRAP_PF (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | sev-es.c | 233 ctxt->fi.vector = X86_TRAP_PF; in vc_decode_insn() 244 ctxt->fi.vector = X86_TRAP_PF; in vc_decode_insn() 331 ctxt->fi.vector = X86_TRAP_PF; in vc_write_mem() 409 ctxt->fi.vector = X86_TRAP_PF; in vc_read_mem() 429 ctxt->fi.vector = X86_TRAP_PF; in vc_slow_virt_to_phys() 758 if (trapnr == X86_TRAP_PF) in vc_early_forward_exception() 1264 case X86_TRAP_PF: in vc_forward_exception()
|
| H A D | idt.c | 65 INTG(X86_TRAP_PF, asm_exc_page_fault), 221 INTG(X86_TRAP_PF, asm_exc_page_fault),
|
| H A D | umip.c | 307 tsk->thread.trap_nr = X86_TRAP_PF; in force_sig_info_umip_fault()
|
| H A D | head64.c | 405 if (trapnr == X86_TRAP_PF && in do_early_exception()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | trapnr.h | 21 #define X86_TRAP_PF 14 /* Page Fault */ macro
|
| H A D | idtentry.h | 571 DECLARE_IDTENTRY_RAW_ERRORCODE(X86_TRAP_PF, exc_page_fault);
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/compressed/ |
| H A D | idt_64.c | 47 set_idt_entry(X86_TRAP_PF, boot_page_fault); in load_stage2_idt()
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | fault.c | 630 tsk->thread.trap_nr = X86_TRAP_PF; in set_signal_archinfo() 653 if (fixup_exception(regs, X86_TRAP_PF, error_code, address)) { in no_context() 1209 if (kprobe_page_fault(regs, X86_TRAP_PF)) in do_kern_addr_fault() 1240 if (unlikely(kprobe_page_fault(regs, X86_TRAP_PF))) in do_user_addr_fault()
|
| /OK3568_Linux_fs/kernel/arch/x86/entry/vsyscall/ |
| H A D | vsyscall_64.c | 111 thread->trap_nr = X86_TRAP_PF; in write_ok_or_segv()
|