/openbmc/qemu/target/sh4/ |
H A D | helper.h | 2 DEF_HELPER_1(raise_illegal_instruction, noreturn, env) 3 DEF_HELPER_1(raise_slot_illegal_instruction, noreturn, env) 4 DEF_HELPER_1(raise_fpu_disable, noreturn, env) 5 DEF_HELPER_1(raise_slot_fpu_disable, noreturn, env) 6 DEF_HELPER_1(sleep, noreturn, env) 7 DEF_HELPER_2(trapa, noreturn, env, i32) 8 DEF_HELPER_1(exclusive, noreturn, env)
|
/openbmc/qemu/target/rx/ |
H A D | helper.h | 1 DEF_HELPER_1(raise_illegal_instruction, noreturn, env) 2 DEF_HELPER_1(raise_access_fault, noreturn, env) 3 DEF_HELPER_1(raise_privilege_violation, noreturn, env) 4 DEF_HELPER_1(wait, noreturn, env) 5 DEF_HELPER_2(rxint, noreturn, env, i32) 6 DEF_HELPER_1(rxbrk, noreturn, env)
|
/openbmc/qemu/target/avr/ |
H A D | helper.h | 22 DEF_HELPER_1(debug, noreturn, env) 23 DEF_HELPER_1(break, noreturn, env) 24 DEF_HELPER_1(sleep, noreturn, env) 25 DEF_HELPER_1(unsupported, noreturn, env)
|
/openbmc/linux/arch/mips/sgi-ip27/ |
H A D | ip27-reset.c | 35 #define noreturn while(1); /* Silence gcc. */ macro 54 noreturn; in ip27_machine_restart() 67 noreturn; in ip27_machine_halt() 73 noreturn; in ip27_machine_power_off()
|
/openbmc/openbmc/poky/meta/recipes-core/musl/libssp-nonshared/ |
H A D | stack_chk.c | 32 extern void __attribute__((noreturn)) __stack_chk_fail(void); 35 __attribute__((noreturn))
|
/openbmc/u-boot/arch/arc/include/asm/ |
H A D | u-boot-arc.h | 11 void board_init_f_r_trampoline(ulong) __attribute__ ((noreturn)); 12 void board_init_f_r(void) __attribute__ ((noreturn));
|
/openbmc/qemu/target/i386/ |
H A D | helper.h | 56 DEF_HELPER_FLAGS_1(pause, TCG_CALL_NO_WG, noreturn, env) 57 DEF_HELPER_FLAGS_3(raise_interrupt, TCG_CALL_NO_WG, noreturn, env, int, int) 58 DEF_HELPER_FLAGS_2(raise_exception, TCG_CALL_NO_WG, noreturn, env, int) 59 DEF_HELPER_FLAGS_1(icebp, TCG_CALL_NO_WG, noreturn, env) 68 DEF_HELPER_FLAGS_1(single_step, TCG_CALL_NO_WG, noreturn, env) 73 DEF_HELPER_FLAGS_1(rdpmc, TCG_CALL_NO_WG, noreturn, env) 93 DEF_HELPER_FLAGS_1(hlt, TCG_CALL_NO_WG, noreturn, env) 95 DEF_HELPER_FLAGS_2(mwait, TCG_CALL_NO_WG, noreturn, env, int)
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __connect_awaitable.hpp | 44 [[noreturn]] auto final_suspend() noexcept -> __coro::suspend_always in final_suspend() 49 [[noreturn]] void unhandled_exception() noexcept in unhandled_exception() 54 [[noreturn]] void return_void() noexcept in return_void() 194 [[noreturn]] void await_resume() noexcept in __co_call()
|
/openbmc/linux/tools/include/nolibc/ |
H A D | stackprotector.h | 21 __attribute__((weak,noreturn,section(".text.nolibc_stack_chk"))) 31 __attribute__((weak,noreturn,section(".text.nolibc_stack_chk")))
|
/openbmc/qemu/target/xtensa/ |
H A D | helper.h | 1 DEF_HELPER_2(exception, noreturn, env, i32) 2 DEF_HELPER_3(exception_cause, noreturn, env, i32, i32) 3 DEF_HELPER_4(exception_cause_vaddr, noreturn, env, i32, i32, i32) 4 DEF_HELPER_3(debug_exception, noreturn, env, i32, i32) 11 DEF_HELPER_3(window_check, noreturn, env, i32, i32)
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | u-boot-x86.h | 70 void board_init_f_r_trampoline(ulong) __attribute__ ((noreturn)); 71 void board_init_f_r(void) __attribute__ ((noreturn));
|
/openbmc/u-boot/include/ |
H A D | vsprintf.h | 81 __attribute__ ((format (__printf__, 1, 2), noreturn)); 94 void panic_str(const char *str) __attribute__ ((noreturn));
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | proc-fns.h | 47 void (*reset)(unsigned long addr, bool hvc) __attribute__((noreturn)); 96 extern void cpu_reset(unsigned long addr, bool hvc) __attribute__((noreturn));
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | oplib_64.h | 88 void prom_halt(void) __attribute__ ((noreturn)); 91 void prom_halt_power_off(void) __attribute__ ((noreturn));
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | platform.h | 44 void cpu_reset(void) __attribute__((noreturn));
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | setjmp.h | 13 extern void longjmp(jmp_buf env, int val) __attribute__((noreturn));
|
/openbmc/u-boot/arch/arm/cpu/arm946es/ |
H A D | cpu.c | 57 __attribute__((noreturn)) void reset_cpu(ulong addr __attribute__((unused))) in reset_cpu()
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_spl_load.c | 17 __attribute__((noreturn)) void (*uboot)(void); in nand_boot()
|
/openbmc/u-boot/arch/arm/cpu/sa1100/ |
H A D | cpu.c | 56 __attribute__((noreturn)) void reset_cpu(ulong addr __attribute__((unused))) in reset_cpu()
|
/openbmc/qemu/target/hppa/ |
H A D | helper.h | 1 DEF_HELPER_2(excp, noreturn, env, int) 85 DEF_HELPER_1(halt, noreturn, env) 86 DEF_HELPER_1(reset, noreturn, env)
|
/openbmc/u-boot/arch/powerpc/lib/ |
H A D | spl.c | 21 __attribute__ ((noreturn)); in jump_to_image_linux()
|
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | pmac.h | 40 extern void low_cpu_offline_self(void) __attribute__((noreturn));
|
/openbmc/linux/arch/x86/tools/ |
H A D | relocs.h | 21 void die(char *fmt, ...) __attribute__((noreturn));
|
/openbmc/linux/arch/x86/boot/ |
H A D | boot.h | 284 void __attribute__((noreturn)) die(void); 290 void __attribute__((noreturn)) go_to_protected_mode(void); 293 void __attribute__((noreturn))
|
/openbmc/u-boot/arch/microblaze/cpu/ |
H A D | spl.c | 33 __attribute__ ((noreturn)); in jump_to_image_linux()
|