/openbmc/linux/arch/mips/lantiq/falcon/ |
H A D | reset.c | 52 unreachable(); in machine_restart() 58 unreachable(); in machine_halt() 64 unreachable(); in machine_power_off()
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | bug.h | 41 unreachable(); \ 48 unreachable(); \
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | bug.h | 46 unreachable(); \ 54 unreachable(); \
|
/openbmc/linux/lib/ |
H A D | Kconfig.ubsan | 110 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 D | ip32-reset.c | 65 unreachable(); in ip32_poweroff() 73 unreachable(); in ip32_machine_restart()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_lwt_ip_encap.sh | 152 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 D | bilge-impl-1.63.0.patch | 9 + 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 D | devlink_trap_l3_exceptions.sh | 322 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 D | config | 39 # 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 D | cmpxchg.h | 81 unreachable(); \ 165 unreachable(); \ 254 unreachable(); \
|
H A D | bug.h | 19 unreachable(); \
|
/openbmc/linux/tools/include/linux/ |
H A D | compiler.h | 53 #ifndef unreachable 54 #define unreachable() __builtin_unreachable() macro
|
/openbmc/linux/include/linux/ |
H A D | compiler.h | 135 #ifndef unreachable 136 # define unreachable() do { \ macro
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | bug.h | 17 unreachable(); \
|
/openbmc/linux/arch/arm/kernel/ |
H A D | atags.h | 13 unreachable(); in setup_machine_tags()
|
/openbmc/linux/arch/mips/sgi-ip30/ |
H A D | ip30-power.c | 31 unreachable(); in ip30_machine_restart()
|
/openbmc/linux/arch/mips/fw/arc/ |
H A D | misc.c | 30 unreachable(); in ArcEnterInteractiveMode()
|
/openbmc/linux/tools/testing/selftests/arm64/bti/ |
H A D | system.c | 14 unreachable(); in exit()
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | bug.h | 13 unreachable(); \
|
/openbmc/linux/arch/mips/ralink/ |
H A D | reset.c | 33 unreachable(); in ralink_restart()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | bug.h | 15 unreachable(); in BUG()
|
/openbmc/telemetry/ |
H A D | gcovr.cfg | 5 exclude-unreachable-branches = yes
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | machine_kexec.c |
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | bug.h | 46 unreachable(); \
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_ipv6_utils.robot | 78 # unreachable ::/96 dev lo metric 1024 error -113 79 # unreachable ::ffff:0.0.0.0/96 dev lo metric 1024 error -113
|