| /linux/arch/x86/entry/vdso/ |
| H A D | extable.c | 12 bool fixup_vdso_exception(struct pt_regs *regs, int trapnr, in fixup_vdso_exception() argument 25 if (trapnr == X86_TRAP_DB || trapnr == X86_TRAP_BP) in fixup_vdso_exception() 38 regs->di = trapnr; in fixup_vdso_exception()
|
| /linux/arch/x86/kernel/ |
| H A D | head64.c | 159 void __init do_early_exception(struct pt_regs *regs, int trapnr) in do_early_exception() argument 161 if (trapnr == X86_TRAP_PF && in do_early_exception() 166 trapnr == X86_TRAP_VC && handle_vc_boot_ghcb(regs)) in do_early_exception() 169 if (trapnr == X86_TRAP_VE && tdx_early_handle_ve(regs)) in do_early_exception() 172 early_fixup_exception(regs, trapnr); in do_early_exception()
|
| H A D | kgdb.c | 484 kgdb_arch_handle_exception(args->trapnr, args->signr, in single_step_cont() 549 if (kgdb_handle_exception(args->trapnr, args->signr, cmd, regs)) in __kgdb_notify() 564 .trapnr = trap, in kgdb_ll_trap()
|
| /linux/arch/x86/include/asm/ |
| H A D | extable.h | 38 extern int fixup_exception(struct pt_regs *regs, int trapnr, 41 extern void early_fixup_exception(struct pt_regs *regs, int trapnr);
|
| H A D | kprobes.h | 115 extern int kprobe_fault_handler(struct pt_regs *regs, int trapnr);
|
| /linux/include/linux/ |
| H A D | kdebug.h | 13 int trapnr; member
|
| H A D | kgdb.h | 320 extern int kgdb_nmicallin(int cpu, int trapnr, void *regs, int err_code,
|
| /linux/arch/riscv/include/asm/ |
| H A D | kprobes.h | 40 int kprobe_fault_handler(struct pt_regs *regs, unsigned int trapnr);
|
| /linux/arch/csky/include/asm/ |
| H A D | kprobes.h | 41 int kprobe_fault_handler(struct pt_regs *regs, unsigned int trapnr);
|
| /linux/arch/sh/include/asm/ |
| H A D | kprobes.h | 48 extern int kprobe_fault_handler(struct pt_regs *regs, int trapnr);
|
| /linux/arch/parisc/include/asm/ |
| H A D | kprobes.h | 55 static inline int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() argument
|
| /linux/arch/sparc/include/asm/ |
| H A D | kprobes.h | 50 int kprobe_fault_handler(struct pt_regs *regs, int trapnr);
|
| /linux/arch/mips/include/asm/ |
| H A D | kprobes.h | 44 int kprobe_fault_handler(struct pt_regs *regs, int trapnr);
|
| /linux/arch/loongarch/include/asm/ |
| H A D | kprobes.h | 48 bool kprobe_fault_handler(struct pt_regs *regs, int trapnr);
|
| /linux/arch/s390/include/asm/ |
| H A D | kprobes.h | 75 int kprobe_fault_handler(struct pt_regs *regs, int trapnr);
|
| /linux/arch/mips/kernel/ |
| H A D | kprobes.c | 408 int kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() argument 448 && kprobe_fault_handler(args->regs, args->trapnr)) in kprobe_exceptions_notify()
|
| /linux/arch/sh/kernel/ |
| H A D | kprobes.c | 355 int __kprobes kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() argument 412 args->trapnr == (BREAKPOINT_INSTRUCTION & 0xff)) { in kprobe_exceptions_notify()
|
| H A D | hw_breakpoint.c | 385 if (args->trapnr != sh_ubc->trap_nr) in hw_breakpoint_exceptions_notify()
|
| H A D | kgdb.c | 328 ret = kgdb_handle_exception(args->trapnr & 0xff, args->signr, in __kgdb_notify()
|
| /linux/arch/hexagon/kernel/ |
| H A D | kgdb.c | 165 if (kgdb_handle_exception(args->trapnr & 0xff, args->signr, args->err, in __kgdb_notify()
|
| /linux/arch/loongarch/kernel/ |
| H A D | kprobes.c | 290 bool kprobe_fault_handler(struct pt_regs *regs, int trapnr) in kprobe_fault_handler() argument
|
| H A D | kgdb.c | 255 if (kgdb_handle_exception(regs->csr_era == stepped_address ? 0 : args->trapnr, in kgdb_loongarch_notify() 272 .trapnr = read_csr_excode(), in kgdb_breakpoint_handler()
|
| /linux/arch/arc/kernel/ |
| H A D | kprobes.c | 290 int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned long trapnr) in kprobe_fault_handler() argument
|
| /linux/arch/riscv/kernel/probes/ |
| H A D | kprobes.c | 248 int __kprobes kprobe_fault_handler(struct pt_regs *regs, unsigned int trapnr) in kprobe_fault_handler() argument
|
| /linux/kernel/debug/ |
| H A D | debug_core.c | 900 int kgdb_nmicallin(int cpu, int trapnr, void *regs, int err_code, in kgdb_nmicallin() argument 913 ks->ex_vector = trapnr; in kgdb_nmicallin()
|