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

/linux-master/arch/riscv/include/asm/
H A Dcfi.h29 return BUG_TRAP_TYPE_NONE;
/linux-master/arch/x86/include/asm/
H A Dcfi.h132 return BUG_TRAP_TYPE_NONE;
/linux-master/include/linux/
H A Dbug.h10 BUG_TRAP_TYPE_NONE = 0, enumerator in enum:bug_trap_type
/linux-master/arch/x86/kernel/
H A Dcfi.c74 return BUG_TRAP_TYPE_NONE;
/linux-master/arch/riscv/kernel/
H A Dcfi.c71 return BUG_TRAP_TYPE_NONE;
/linux-master/lib/
H A Dbug.c164 return BUG_TRAP_TYPE_NONE;
168 return BUG_TRAP_TYPE_NONE;
/linux-master/arch/arm/kernel/
H A Dtraps.c364 enum bug_trap_type bug_type = BUG_TRAP_TYPE_NONE;
370 if (bug_type != BUG_TRAP_TYPE_NONE)
/linux-master/arch/s390/kernel/
H A Dtraps.c252 case BUG_TRAP_TYPE_NONE:
/linux-master/arch/parisc/kernel/
H A Dtraps.c294 (tt == BUG_TRAP_TYPE_NONE) ? 9 : 0);
/linux-master/arch/loongarch/kernel/
H A Dtraps.c597 case BUG_TRAP_TYPE_NONE:

Completed in 156 milliseconds