Searched refs:X86_TRAP_GP (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | trapnr.h | 20 #define X86_TRAP_GP 13 /* General Protection Fault */ macro
|
H A D | idtentry.h | 565 DECLARE_IDTENTRY_ERRORCODE(X86_TRAP_GP, exc_general_protection);
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | trapnr.h | 20 #define X86_TRAP_GP 13 /* General Protection Fault */ macro
|
H A D | idtentry.h | 564 DECLARE_IDTENTRY_ERRORCODE(X86_TRAP_GP, exc_general_protection);
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | extable.c | 78 WARN_ONCE(trapnr == X86_TRAP_GP, "General protection fault in user access. Non-canonical address?"); in ex_handler_uaccess() 89 WARN_ONCE(trapnr == X86_TRAP_GP, "General protection fault in user access. Non-canonical address?"); in ex_handler_copy()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | traps.c | 586 tsk->thread.trap_nr = X86_TRAP_GP; in DEFINE_IDTENTRY_ERRORCODE() 593 if (fixup_exception(regs, X86_TRAP_GP, error_code, 0)) in DEFINE_IDTENTRY_ERRORCODE() 597 tsk->thread.trap_nr = X86_TRAP_GP; in DEFINE_IDTENTRY_ERRORCODE() 605 kprobe_fault_handler(regs, X86_TRAP_GP)) in DEFINE_IDTENTRY_ERRORCODE() 608 ret = notify_die(DIE_GPF, desc, regs, error_code, X86_TRAP_GP, SIGSEGV); in DEFINE_IDTENTRY_ERRORCODE()
|
H A D | idt.c | 85 INTG(X86_TRAP_GP, asm_exc_general_protection),
|
H A D | sev-es.c | 472 ctxt->fi.vector = X86_TRAP_GP; in vc_ioio_check() 958 ctxt->fi.vector = X86_TRAP_GP; in vc_handle_mmio_movs() 1091 ctxt->fi.vector = X86_TRAP_GP; in vc_handle_dr7_write() 1288 case X86_TRAP_GP: in vc_forward_exception()
|
H A D | sev-es-shared.c | 124 ((v == X86_TRAP_GP) || (v == X86_TRAP_UD)) && in sev_es_ghcb_hv_call()
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | extable.c | 161 WARN_ONCE(trapnr == X86_TRAP_GP && !gp_fault_address_ok(fault_address), in ex_handler_uaccess() 169 WARN_ONCE(trapnr == X86_TRAP_GP, "General protection fault in user access. Non-canonical address?"); in ex_handler_copy()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | traps.c | 669 if (fixup_vdso_exception(regs, X86_TRAP_GP, error_code, 0)) in DEFINE_IDTENTRY_ERRORCODE() 672 gp_user_force_sig_segv(regs, X86_TRAP_GP, error_code, desc); in DEFINE_IDTENTRY_ERRORCODE() 676 if (gp_try_fixup_and_notify(regs, X86_TRAP_GP, error_code, desc, 0)) in DEFINE_IDTENTRY_ERRORCODE()
|
H A D | idt.c | 93 INTG(X86_TRAP_GP, asm_exc_general_protection),
|
H A D | sev.c | 292 ctxt->fi.vector = X86_TRAP_GP; in __vc_decode_user_insn() 548 ctxt->fi.vector = X86_TRAP_GP; in vc_ioio_check() 1488 ctxt->fi.vector = X86_TRAP_GP; in vc_handle_mmio_movs() 1620 ctxt->fi.vector = X86_TRAP_GP; in vc_handle_dr7_write() 1820 case X86_TRAP_GP: in vc_forward_exception()
|
H A D | sev-shared.c | 211 ((v == X86_TRAP_GP) || (v == X86_TRAP_UD)) && in verify_exception_info()
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/sgx/ |
H A D | virt.c | 174 ENCLS_TRAPNR(ret) != X86_TRAP_GP); in sgx_vepc_remove_all()
|
/kernel/linux/linux-6.6/arch/x86/kvm/svm/ |
H A D | svm.c | 2960 X86_TRAP_GP | in svm_complete_emulated_msr()
|
Completed in 21 milliseconds