| /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 | 23 __attribute__((weak,used,noreturn,section(".text.nolibc_stack_chk"))) 34 __attribute__((weak,noreturn,section(".text.nolibc_stack_chk")))
|
| H A D | arch-x86.h | 168 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start() 336 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
| H A D | sys.h | 316 static __attribute__((noreturn,unused)) 323 static __attribute__((noreturn,unused)) 329 static __attribute__((noreturn,unused))
|
| H A D | arch-arm64.h | 146 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
| H A D | arch-m68k.h | 133 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
| H A D | arch-riscv.h | 144 void __attribute__((weak, noreturn)) __nolibc_entrypoint __no_stack_protector _start(void) in _start()
|
| H A D | arch-loongarch.h | 147 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 | 282 void __attribute__((noreturn)) die(void); 288 void __attribute__((noreturn)) go_to_protected_mode(void); 291 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/xtensa/include/asm/ |
| H A D | platform.h | 44 void cpu_reset(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/net/ynl/ynltool/ |
| H A D | main.h | 52 void usage(void) __attribute__((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/drivers/video/logo/ |
| H A D | pnmtologo.c | 74 __attribute__((noreturn)) __attribute((format (printf, 1, 2))); 75 static void usage(void) __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()
|