Home
last modified time | relevance | path

Searched refs:BUG_TRAP_TYPE_NONE (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/lib/
H A Dbug.c164 return BUG_TRAP_TYPE_NONE; in __report_bug()
168 return BUG_TRAP_TYPE_NONE; in __report_bug()
/openbmc/linux/arch/x86/include/asm/
H A Dcfi.h18 return BUG_TRAP_TYPE_NONE; in handle_cfi_failure()
/openbmc/linux/arch/riscv/include/asm/
H A Dcfi.h18 return BUG_TRAP_TYPE_NONE; in handle_cfi_failure()
/openbmc/linux/arch/riscv/kernel/
H A Dcfi.c71 return BUG_TRAP_TYPE_NONE; in handle_cfi_failure()
/openbmc/linux/arch/x86/kernel/
H A Dcfi.c74 return BUG_TRAP_TYPE_NONE; in handle_cfi_failure()
/openbmc/linux/include/linux/
H A Dbug.h10 BUG_TRAP_TYPE_NONE = 0, enumerator
/openbmc/linux/arch/arm/kernel/
H A Dtraps.c364 enum bug_trap_type bug_type = BUG_TRAP_TYPE_NONE; in die()
370 if (bug_type != BUG_TRAP_TYPE_NONE) in die()
/openbmc/linux/arch/s390/kernel/
H A Dtraps.c250 case BUG_TRAP_TYPE_NONE: in monitor_event_exception()
/openbmc/linux/arch/parisc/kernel/
H A Dtraps.c294 (tt == BUG_TRAP_TYPE_NONE) ? 9 : 0); in handle_break()
/openbmc/linux/arch/loongarch/kernel/
H A Dtraps.c576 case BUG_TRAP_TYPE_NONE: in bug_handler()