Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dcfi.c76 return BUG_TRAP_TYPE_NONE; in handle_cfi_failure()
85 return BUG_TRAP_TYPE_NONE; in handle_cfi_failure()
90 return BUG_TRAP_TYPE_NONE; in handle_cfi_failure()
/linux/lib/
H A Dbug.c205 return BUG_TRAP_TYPE_NONE; in __report_bug()
209 return BUG_TRAP_TYPE_NONE; in __report_bug()
/linux/arch/riscv/include/asm/
H A Dcfi.h20 return BUG_TRAP_TYPE_NONE; in handle_cfi_failure()
/linux/arch/x86/include/asm/
H A Dcfi.h156 return BUG_TRAP_TYPE_NONE; in handle_cfi_failure()
/linux/arch/riscv/kernel/
H A Dcfi.c71 return BUG_TRAP_TYPE_NONE; in handle_cfi_failure()
/linux/include/linux/
H A Dbug.h10 BUG_TRAP_TYPE_NONE = 0, enumerator
/linux/arch/arm/kernel/
H A Dtraps.c358 enum bug_trap_type bug_type = BUG_TRAP_TYPE_NONE; in die()
364 if (bug_type != BUG_TRAP_TYPE_NONE) in die()
/linux/arch/s390/kernel/
H A Dtraps.c266 case BUG_TRAP_TYPE_NONE: in monitor_event_exception()
/linux/arch/parisc/kernel/
H A Dtraps.c297 (tt == BUG_TRAP_TYPE_NONE) ? 9 : 0); in handle_break()