Searched refs:unreachable (Results 1 - 25 of 81) sorted by relevance

1234

/linux-master/arch/alpha/include/asm/
H A Dbug.h17 unreachable(); \
/linux-master/arch/arm/kernel/
H A Datags.h13 unreachable();
/linux-master/tools/testing/selftests/arm64/bti/
H A Dsystem.c14 unreachable();
/linux-master/arch/mips/lantiq/falcon/
H A Dreset.c52 unreachable();
58 unreachable();
64 unreachable();
H A Dprom.c84 unreachable();
/linux-master/arch/arm64/include/asm/
H A Dbug.h19 unreachable(); \
/linux-master/arch/parisc/include/asm/
H A Dbug.h41 unreachable(); \
48 unreachable(); \
/linux-master/arch/mips/include/asm/
H A Dbug.h15 unreachable();
H A Dcpu-type.h183 unreachable();
/linux-master/arch/mips/fw/arc/
H A Dmisc.c30 unreachable();
/linux-master/arch/csky/include/asm/
H A Dbug.h13 unreachable(); \
/linux-master/arch/mips/sgi-ip30/
H A Dip30-power.c31 unreachable();
/linux-master/arch/mips/ralink/
H A Dreset.c33 unreachable();
/linux-master/arch/s390/include/asm/
H A Dbug.h46 unreachable(); \
/linux-master/arch/arm/include/asm/
H A Dbug.h46 unreachable(); \
54 unreachable(); \
/linux-master/arch/loongarch/include/asm/
H A Dbug.h55 unreachable(); \
/linux-master/scripts/
H A DMakefile.ubsan10 ubsan-cflags-$(CONFIG_UBSAN_UNREACHABLE) += -fsanitize=unreachable
/linux-master/arch/mips/sgi-ip32/
H A Dip32-reset.c67 unreachable();
75 unreachable();
/linux-master/arch/sh/include/asm/
H A Dbug.h52 unreachable(); \
/linux-master/arch/riscv/include/asm/
H A Dbug.h76 unreachable(); \
/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_cfg.c9 __description("unreachable")
10 __failure __msg("unreachable")
12 __naked void unreachable(void) function
22 __failure __msg("unreachable")
60 __failure __msg("unreachable insn 1")
72 __failure __msg("unreachable insn 4")
/linux-master/include/linux/
H A Dcompiler-gcc.h56 * Mark a position in code as unreachable. This can be used to
60 #define unreachable() \ macro
H A Dcompiler.h113 * These macros help objtool understand GCC code flow for unreachable code.
129 ".pushsection .discard.unreachable\n\t" \
144 #ifndef unreachable
145 # define unreachable() do { \ macro
/linux-master/tools/include/linux/
H A Dcompiler.h53 #ifndef unreachable
54 #define unreachable() __builtin_unreachable() macro
/linux-master/arch/powerpc/include/asm/
H A Dbug.h71 unreachable(); \

Completed in 284 milliseconds

1234