/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()
|
/linux/scripts/ |
H A D | syscalltbl.sh | 57 while read nr abi name native compat noreturn; do 73 if [ -n "$noreturn" ]; then 74 if [ "$noreturn" != "noreturn" ]; then 75 echo "error: $infile: invalid string \"$noreturn\" in 'noreturn' column"
|
/linux/tools/include/nolibc/ |
H A D | stackprotector.h | 21 __attribute__((weak,used,noreturn,section(".text.nolibc_stack_chk"))) 31 __attribute__((weak,noreturn,section(".text.nolibc_stack_chk")))
|
H A D | arch-i386.h | 165 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
H A D | arch-aarch64.h | 145 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
H A D | arch-riscv.h | 143 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
H A D | arch-loongarch.h | 152 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
/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));
|
/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));
|
/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))
|
/linux/arch/xtensa/include/asm/ |
H A D | platform.h | 44 void cpu_reset(void) __attribute__((noreturn));
|
/linux/include/asm-generic/ |
H A D | uaccess.h | 144 extern int __put_user_bad(void) __attribute__((noreturn)); 205 extern int __get_user_bad(void) __attribute__((noreturn));
|
/linux/arch/powerpc/include/asm/ |
H A D | setjmp.h | 13 extern void longjmp(jmp_buf env, int val) __attribute__((noreturn));
|
/linux/arch/powerpc/platforms/powermac/ |
H A D | pmac.h | 40 extern void low_cpu_offline_self(void) __attribute__((noreturn));
|
/linux/arch/x86/tools/ |
H A D | relocs.h | 21 void die(char *fmt, ...) __attribute__((noreturn));
|
/linux/tools/include/linux/ |
H A D | compiler-gcc.h | 36 #define __noreturn __attribute__((noreturn))
|
/linux/tools/memory-model/ |
H A D | linux-kernel.bell | 19 'noreturn (* R of non-return RMW *) 20 instructions R[{'once,'acquire,'noreturn}]
|
/linux/arch/sh/include/asm/ |
H A D | bug.h | 117 extern void die(const char *str, struct pt_regs *regs, long err) __attribute__ ((noreturn));
|
/linux/arch/um/include/shared/ |
H A D | kern_util.h | 65 extern void fatal_sigsegv(void) __attribute__ ((noreturn));
|
/linux/arch/mips/tools/ |
H A D | elf-entry.c | 25 __attribute__((noreturn))
|
/linux/samples/vfs/ |
H A D | test-fsmount.c | 49 static __attribute__((noreturn))
|
/linux/tools/testing/selftests/bpf/ |
H A D | xdp_synproxy.c | 23 static void noreturn cleanup(int sig) in cleanup() 71 static noreturn void usage(const char *progname) in usage()
|
/linux/drivers/video/logo/ |
H A D | pnmtologo.c | 74 __attribute__((noreturn)) __attribute((format (printf, 1, 2))); 75 static void usage(void) __attribute((noreturn));
|
/linux/arch/um/os-Linux/ |
H A D | util.c | 86 static inline void __attribute__ ((noreturn)) uml_abort(void) in uml_abort()
|
/linux/scripts/dtc/ |
H A D | util.h | 23 #define NORETURN __attribute__((noreturn))
|