Home
last modified time | relevance | path

Searched refs:unreachable (Results 1 – 25 of 111) sorted by relevance

12345

/openbmc/linux/arch/mips/lantiq/falcon/
H A Dreset.c52 unreachable(); in machine_restart()
58 unreachable(); in machine_halt()
64 unreachable(); in machine_power_off()
/openbmc/linux/arch/parisc/include/asm/
H A Dbug.h41 unreachable(); \
48 unreachable(); \
/openbmc/linux/arch/arm/include/asm/
H A Dbug.h46 unreachable(); \
54 unreachable(); \
/openbmc/linux/lib/
H A DKconfig.ubsan110 bool "Perform checking for unreachable code"
111 # objtool already handles unreachable checking and gets angry about
112 # seeing UBSan instrumentation located in unreachable places.
114 depends on $(cc-option,-fsanitize=unreachable)
116 This option enables -fsanitize=unreachable which checks for control
117 flow reaching an expected-to-be-unreachable position.
/openbmc/linux/arch/mips/sgi-ip32/
H A Dip32-reset.c65 unreachable(); in ip32_poweroff()
73 unreachable(); in ip32_machine_restart()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_lwt_ip_encap.sh152 ip -netns ${NS1} route add table 1001 unreachable default metric 8192
153 ip -netns ${NS1} -6 route add table 1001 unreachable default metric 8192
159 ip -netns ${NS2} route add table 1001 unreachable default metric 8192
160 ip -netns ${NS2} -6 route add table 1001 unreachable default metric 8192
285 ip -netns ${NS1} route add unreachable ${IPv4_GRE}/32 ${VRF}
286 ip -netns ${NS2} route add unreachable ${IPv4_GRE}/32 ${VRF}
287 ip -netns ${NS1} -6 route add unreachable ${IPv6_GRE}/128 ${VRF}
288 ip -netns ${NS2} -6 route add unreachable ${IPv6_GRE}/128 ${VRF}
/openbmc/qemu/subprojects/packagefiles/
H A Dbilge-impl-1.63.0.patch9 + let discriminant_value: u128 = int.base10_parse().unwrap_or_else(unreachable);
23 - let discriminant_value: u128 = int.base10_parse().unwrap_or_else(unreachable);
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_l3_exceptions.sh322 local unreachable=$1; shift
336 ip route add unreachable $unreachable
351 ip route del unreachable $unreachable
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dconfig39 # Q: ICMP allowed types: [destination-unreachable echo-reply time-exceeded]
40 Firewall.ip_s_icmpallowed="destination-unreachable echo-reply time-exceeded"
43 # Q: ICMP types to disallow outbound: [destination-unreachable time-exceeded]
44 Firewall.ip_s_icmpout="destination-unreachable time-exceeded"
/openbmc/linux/arch/arm64/include/asm/
H A Dcmpxchg.h81 unreachable(); \
165 unreachable(); \
254 unreachable(); \
H A Dbug.h19 unreachable(); \
/openbmc/linux/tools/include/linux/
H A Dcompiler.h53 #ifndef unreachable
54 #define unreachable() __builtin_unreachable() macro
/openbmc/linux/include/linux/
H A Dcompiler.h135 #ifndef unreachable
136 # define unreachable() do { \ macro
/openbmc/linux/arch/alpha/include/asm/
H A Dbug.h17 unreachable(); \
/openbmc/linux/arch/arm/kernel/
H A Datags.h13 unreachable(); in setup_machine_tags()
/openbmc/linux/arch/mips/sgi-ip30/
H A Dip30-power.c31 unreachable(); in ip30_machine_restart()
/openbmc/linux/arch/mips/fw/arc/
H A Dmisc.c30 unreachable(); in ArcEnterInteractiveMode()
/openbmc/linux/tools/testing/selftests/arm64/bti/
H A Dsystem.c14 unreachable(); in exit()
/openbmc/linux/arch/csky/include/asm/
H A Dbug.h13 unreachable(); \
/openbmc/linux/arch/mips/ralink/
H A Dreset.c33 unreachable(); in ralink_restart()
/openbmc/linux/arch/mips/include/asm/
H A Dbug.h15 unreachable(); in BUG()
/openbmc/telemetry/
H A Dgcovr.cfg5 exclude-unreachable-branches = yes
/openbmc/linux/arch/loongarch/kernel/
H A Dmachine_kexec.c
/openbmc/linux/arch/s390/include/asm/
H A Dbug.h46 unreachable(); \
/openbmc/openbmc-test-automation/lib/
H A Dbmc_ipv6_utils.robot78 # unreachable ::/96 dev lo metric 1024 error -113
79 # unreachable ::ffff:0.0.0.0/96 dev lo metric 1024 error -113

12345