/linux-4.4.14/arch/score/include/asm/ |
H A D | bug.h | 8 const char *, unsigned long) __attribute__((noreturn));
|
/linux-4.4.14/arch/mips/sgi-ip27/ |
H A D | ip27-reset.c | 33 #define noreturn while(1); /* Silence gcc. */ macro 53 noreturn; ip27_machine_restart() 67 noreturn; ip27_machine_halt() 73 noreturn; ip27_machine_power_off()
|
/linux-4.4.14/arch/unicore32/include/asm/ |
H A D | cpu-single.h | 40 extern void cpu_reset(unsigned long addr) __attribute__((noreturn));
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
H A D | pmac.h | 36 extern void low_cpu_die(void) __attribute__((noreturn));
|
/linux-4.4.14/arch/arm/include/asm/ |
H A D | proc-fns.h | 46 void (*reset)(unsigned long addr) __attribute__((noreturn)); 91 extern void cpu_reset(unsigned long addr) __attribute__((noreturn));
|
/linux-4.4.14/arch/sh/include/asm/ |
H A D | bug.h | 115 extern void die(const char *str, struct pt_regs *regs, long err) __attribute__ ((noreturn));
|
/linux-4.4.14/arch/mn10300/boot/tools/ |
H A D | build.c | 46 __attribute__((noreturn)) die() 63 __attribute__((noreturn)) usage()
|
/linux-4.4.14/arch/um/include/shared/ |
H A D | kern_util.h | 67 extern void fatal_sigsegv(void) __attribute__ ((noreturn));
|
H A D | os.h | 240 extern void os_dump_core(void) __attribute__ ((noreturn));
|
/linux-4.4.14/arch/x86/boot/ |
H A D | boot.h | 307 void __attribute__((noreturn)) die(void); 313 void __attribute__((noreturn)) go_to_protected_mode(void); 316 void __attribute__((noreturn))
|
/linux-4.4.14/scripts/dtc/ |
H A D | util.h | 30 static inline void __attribute__((noreturn)) die(const char *str, ...) die() 190 void util_version(void) __attribute__((noreturn)); 206 const char * const opts_help[]) __attribute__((noreturn));
|
/linux-4.4.14/arch/um/os-Linux/ |
H A D | util.c | 83 static inline void __attribute__ ((noreturn)) uml_abort(void) uml_abort()
|
/linux-4.4.14/arch/alpha/include/asm/ |
H A D | pal.h | 8 extern void halt(void) __attribute__((noreturn));
|
/linux-4.4.14/scripts/ |
H A D | extract-cert.c | 28 static __attribute__((noreturn)) format()
|
H A D | pnmtologo.c | 80 __attribute__ ((noreturn)) __attribute ((format (printf, 1, 2))); 81 static void usage(void) __attribute ((noreturn));
|
H A D | recordmcount.c | 85 static void __attribute__((noreturn)) fail_file() 92 static void __attribute__((noreturn)) succeed_file()
|
H A D | sign-file.c | 65 static __attribute__((noreturn)) format()
|
H A D | sortextable.c | 76 static void __attribute__((noreturn)) fail_file()
|
/linux-4.4.14/arch/ia64/include/asm/ |
H A D | smp.h | 117 extern void cpu_die (void) __attribute__ ((noreturn));
|
/linux-4.4.14/tools/include/linux/ |
H A D | log2.h | 18 extern __attribute__((const, noreturn))
|
/linux-4.4.14/include/linux/ |
H A D | log2.h | 21 extern __attribute__((const, noreturn))
|
H A D | compiler-gcc.h | 105 #define __noreturn __attribute__((noreturn))
|
H A D | module.h | 572 __attribute__((noreturn));
|
/linux-4.4.14/include/asm-generic/ |
H A D | uaccess.h | 185 extern int __put_user_bad(void) __attribute__((noreturn)); 247 extern int __get_user_bad(void) __attribute__((noreturn));
|
/linux-4.4.14/arch/s390/include/asm/ |
H A D | uaccess.h | 210 int __put_user_bad(void) __attribute__((noreturn)); 258 int __get_user_bad(void) __attribute__((noreturn));
|
/linux-4.4.14/arch/sparc/include/asm/ |
H A D | oplib_64.h | 87 void prom_halt(void) __attribute__ ((noreturn)); 90 void prom_halt_power_off(void) __attribute__ ((noreturn));
|
/linux-4.4.14/arch/x86/entry/vdso/ |
H A D | vdso2c.c | 107 __attribute__((format(printf, 1, 2))) __attribute__((noreturn)) fail()
|
/linux-4.4.14/arch/mn10300/boot/compressed/ |
H A D | misc.c | 123 static void error(const char *) __attribute__((noreturn));
|
/linux-4.4.14/kernel/ |
H A D | kallsyms.c | 424 * tail-call to the function marked "noreturn", gcc optimized out code after
|
H A D | exit.c | 830 /* Avoid "noreturn function does return". */ do_exit()
|
/linux-4.4.14/Documentation/networking/timestamping/ |
H A D | txtimestamp.c | 388 static void __attribute__((noreturn)) usage(const char *filepath) usage()
|
/linux-4.4.14/arch/sparc/kernel/ |
H A D | unaligned_64.c | 78 * die_if_kernel() is marked with attribute 'noreturn'. decode_access_size()
|
/linux-4.4.14/arch/frv/kernel/ |
H A D | head.S | 25 # void _boot(unsigned long magic, char *command_line) __attribute__((noreturn))
|
/linux-4.4.14/fs/ext4/ |
H A D | ext4.h | 2189 # define ATTRIB_NORET __attribute__((noreturn)) 2190 # define NORET_AND noreturn,
|
/linux-4.4.14/tools/lguest/ |
H A D | lguest.c | 3134 static void __attribute__((noreturn)) restart_guest(void) restart_guest() 3156 static void __attribute__((noreturn)) run_guest(void) run_guest()
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | prom_init.c | 429 static void __init __attribute__((noreturn)) prom_panic(const char *reason) prom_panic()
|
/linux-4.4.14/fs/reiserfs/ |
H A D | reiserfs.h | 3189 __attribute__ ((noreturn));
|