Home
last modified time | relevance | path

Searched refs:DIE_TRAP (Results 1 – 25 of 54) sorted by relevance

123

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kernel/
H A Dtraps.c178 if (notify_die(DIE_TRAP, str, regs, error_code, trapnr, signr) != in do_error_trap()
297 if (notify_die(DIE_TRAP, str, regs, error_code, X86_TRAP_AC, SIGBUS) == NOTIFY_STOP) in DEFINE_IDTENTRY_ERRORCODE()
415 notify_die(DIE_TRAP, str, regs, error_code, X86_TRAP_DF, SIGSEGV); in DEFINE_IDTENTRY_DF()
472 if (notify_die(DIE_TRAP, "bounds", regs, 0, in DEFINE_IDTENTRY()
1042 if (notify_die(DIE_TRAP, str, regs, 0, trapnr, in math_error()
1146 if (notify_die(DIE_TRAP, "iret exception", regs, 0, in DEFINE_IDTENTRY_SW()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kernel/
H A Dtraps.c178 if (notify_die(DIE_TRAP, str, regs, error_code, trapnr, signr) != in do_error_trap()
297 if (notify_die(DIE_TRAP, str, regs, error_code, X86_TRAP_AC, SIGBUS) == NOTIFY_STOP) in DEFINE_IDTENTRY_ERRORCODE()
415 notify_die(DIE_TRAP, str, regs, error_code, X86_TRAP_DF, SIGSEGV); in DEFINE_IDTENTRY_DF()
472 if (notify_die(DIE_TRAP, "bounds", regs, 0, in DEFINE_IDTENTRY()
1042 if (notify_die(DIE_TRAP, str, regs, 0, trapnr, in math_error()
1146 if (notify_die(DIE_TRAP, "iret exception", regs, 0, in DEFINE_IDTENTRY_SW()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kernel/
H A Dtraps.c178 if (notify_die(DIE_TRAP, str, regs, error_code, trapnr, signr) != in do_error_trap()
297 if (notify_die(DIE_TRAP, str, regs, error_code, X86_TRAP_AC, SIGBUS) == NOTIFY_STOP) in DEFINE_IDTENTRY_ERRORCODE()
415 notify_die(DIE_TRAP, str, regs, error_code, X86_TRAP_DF, SIGSEGV); in DEFINE_IDTENTRY_DF()
472 if (notify_die(DIE_TRAP, "bounds", regs, 0, in DEFINE_IDTENTRY()
1042 if (notify_die(DIE_TRAP, str, regs, 0, trapnr, in math_error()
1146 if (notify_die(DIE_TRAP, "iret exception", regs, 0, in DEFINE_IDTENTRY_SW()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sh/kernel/
H A Dtraps.c140 if (notify_die(DIE_TRAP, "debug trap", regs, 0, vec & 0xff, in BUILD_TRAP_HANDLER()
157 if (notify_die(DIE_TRAP, "bug trap", regs, 0, TRAPA_BUG_OPCODE & 0xff, in BUILD_TRAP_HANDLER()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sh/kernel/
H A Dtraps.c140 if (notify_die(DIE_TRAP, "debug trap", regs, 0, vec & 0xff, in BUILD_TRAP_HANDLER()
157 if (notify_die(DIE_TRAP, "bug trap", regs, 0, TRAPA_BUG_OPCODE & 0xff, in BUILD_TRAP_HANDLER()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sh/kernel/
H A Dtraps.c140 if (notify_die(DIE_TRAP, "debug trap", regs, 0, vec & 0xff, in BUILD_TRAP_HANDLER()
157 if (notify_die(DIE_TRAP, "bug trap", regs, 0, TRAPA_BUG_OPCODE & 0xff, in BUILD_TRAP_HANDLER()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sparc/kernel/
H A Dtraps_64.c92 if (notify_die(DIE_TRAP, "bad trap", regs, in bad_trap()
191 if (notify_die(DIE_TRAP, "instruction access exception", regs, in spitfire_insn_access_exception()
295 if (notify_die(DIE_TRAP, "data access exception", regs, in spitfire_data_access_exception()
344 if (notify_die(DIE_TRAP, "data access exception", regs, in sun4v_data_access_exception()
526 notify_die(DIE_TRAP, "Correctable ECC Error", regs, in spitfire_cee_log()
550 notify_die(DIE_TRAP, "Uncorrectable Error", regs, in spitfire_ue_log()
2037 if (notify_die(DIE_TRAP, "MCD error", regs, 0, 0x34, in do_mcd_err()
2352 if (notify_die(DIE_TRAP, "fpu exception ieee", regs, in do_fpieee()
2367 if (notify_die(DIE_TRAP, "fpu exception other", regs, in do_fpother()
2583 if (notify_die(DIE_TRAP, "illegal instruction", regs, in do_illegal_instruction()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sparc/kernel/
H A Dtraps_64.c92 if (notify_die(DIE_TRAP, "bad trap", regs, in bad_trap()
191 if (notify_die(DIE_TRAP, "instruction access exception", regs, in spitfire_insn_access_exception()
295 if (notify_die(DIE_TRAP, "data access exception", regs, in spitfire_data_access_exception()
344 if (notify_die(DIE_TRAP, "data access exception", regs, in sun4v_data_access_exception()
526 notify_die(DIE_TRAP, "Correctable ECC Error", regs, in spitfire_cee_log()
550 notify_die(DIE_TRAP, "Uncorrectable Error", regs, in spitfire_ue_log()
2037 if (notify_die(DIE_TRAP, "MCD error", regs, 0, 0x34, in do_mcd_err()
2352 if (notify_die(DIE_TRAP, "fpu exception ieee", regs, in do_fpieee()
2367 if (notify_die(DIE_TRAP, "fpu exception other", regs, in do_fpother()
2583 if (notify_die(DIE_TRAP, "illegal instruction", regs, in do_illegal_instruction()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sparc/kernel/
H A Dtraps_64.c92 if (notify_die(DIE_TRAP, "bad trap", regs, in bad_trap()
191 if (notify_die(DIE_TRAP, "instruction access exception", regs, in spitfire_insn_access_exception()
295 if (notify_die(DIE_TRAP, "data access exception", regs, in spitfire_data_access_exception()
344 if (notify_die(DIE_TRAP, "data access exception", regs, in sun4v_data_access_exception()
526 notify_die(DIE_TRAP, "Correctable ECC Error", regs, in spitfire_cee_log()
550 notify_die(DIE_TRAP, "Uncorrectable Error", regs, in spitfire_ue_log()
2037 if (notify_die(DIE_TRAP, "MCD error", regs, 0, 0x34, in do_mcd_err()
2352 if (notify_die(DIE_TRAP, "fpu exception ieee", regs, in do_fpieee()
2367 if (notify_die(DIE_TRAP, "fpu exception other", regs, in do_fpother()
2583 if (notify_die(DIE_TRAP, "illegal instruction", regs, in do_illegal_instruction()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/riscv/include/asm/
H A Dkdebug.h8 DIE_TRAP, enumerator
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/riscv/include/asm/
H A Dkdebug.h8 DIE_TRAP, enumerator
/dports/multimedia/libv4l/linux-5.13-rc2/arch/riscv/include/asm/
H A Dkdebug.h8 DIE_TRAP, enumerator
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arc/include/asm/
H A Dkdebug.h11 DIE_TRAP, enumerator
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arc/include/asm/
H A Dkdebug.h11 DIE_TRAP, enumerator
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arc/include/asm/
H A Dkdebug.h11 DIE_TRAP, enumerator
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/include/asm/
H A Dkdebug.h10 DIE_TRAP, enumerator
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/include/asm/
H A Dkdebug.h10 DIE_TRAP, enumerator
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/include/asm/
H A Dkdebug.h10 DIE_TRAP, enumerator
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sh/include/asm/
H A Dkdebug.h7 DIE_TRAP, enumerator
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sh/include/asm/
H A Dkdebug.h7 DIE_TRAP, enumerator
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sh/include/asm/
H A Dkdebug.h7 DIE_TRAP, enumerator
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sparc/include/asm/
H A Dkdebug_64.h17 DIE_TRAP, enumerator
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sparc/include/asm/
H A Dkdebug_64.h17 DIE_TRAP, enumerator
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sparc/include/asm/
H A Dkdebug_64.h17 DIE_TRAP, enumerator
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/s390/include/asm/
H A Dkdebug.h20 DIE_TRAP, enumerator

123