Home
last modified time | relevance | path

Searched refs:noreturn (Results 1 – 25 of 117) sorted by relevance

12345

/openbmc/qemu/target/sh4/
H A Dhelper.h2 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 Dhelper.h1 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 Dhelper.h22 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 Dip27-reset.c35 #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 Dstack_chk.c32 extern void __attribute__((noreturn)) __stack_chk_fail(void);
35 __attribute__((noreturn))
/openbmc/u-boot/arch/arc/include/asm/
H A Du-boot-arc.h11 void board_init_f_r_trampoline(ulong) __attribute__ ((noreturn));
12 void board_init_f_r(void) __attribute__ ((noreturn));
/openbmc/qemu/target/i386/
H A Dhelper.h56 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.hpp44 [[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 Dstackprotector.h21 __attribute__((weak,noreturn,section(".text.nolibc_stack_chk")))
31 __attribute__((weak,noreturn,section(".text.nolibc_stack_chk")))
/openbmc/qemu/target/xtensa/
H A Dhelper.h1 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 Du-boot-x86.h70 void board_init_f_r_trampoline(ulong) __attribute__ ((noreturn));
71 void board_init_f_r(void) __attribute__ ((noreturn));
/openbmc/u-boot/include/
H A Dvsprintf.h81 __attribute__ ((format (__printf__, 1, 2), noreturn));
94 void panic_str(const char *str) __attribute__ ((noreturn));
/openbmc/linux/arch/arm/include/asm/
H A Dproc-fns.h47 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 Doplib_64.h88 void prom_halt(void) __attribute__ ((noreturn));
91 void prom_halt_power_off(void) __attribute__ ((noreturn));
/openbmc/linux/arch/xtensa/include/asm/
H A Dplatform.h44 void cpu_reset(void) __attribute__((noreturn));
/openbmc/linux/arch/powerpc/include/asm/
H A Dsetjmp.h13 extern void longjmp(jmp_buf env, int val) __attribute__((noreturn));
/openbmc/u-boot/arch/arm/cpu/arm946es/
H A Dcpu.c57 __attribute__((noreturn)) void reset_cpu(ulong addr __attribute__((unused))) in reset_cpu()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_spl_load.c17 __attribute__((noreturn)) void (*uboot)(void); in nand_boot()
/openbmc/u-boot/arch/arm/cpu/sa1100/
H A Dcpu.c56 __attribute__((noreturn)) void reset_cpu(ulong addr __attribute__((unused))) in reset_cpu()
/openbmc/qemu/target/hppa/
H A Dhelper.h1 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 Dspl.c21 __attribute__ ((noreturn)); in jump_to_image_linux()
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dpmac.h40 extern void low_cpu_offline_self(void) __attribute__((noreturn));
/openbmc/linux/arch/x86/tools/
H A Drelocs.h21 void die(char *fmt, ...) __attribute__((noreturn));
/openbmc/linux/arch/x86/boot/
H A Dboot.h284 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 Dspl.c33 __attribute__ ((noreturn)); in jump_to_image_linux()

12345