Searched refs:noreturn (Results 1 – 25 of 34) sorted by relevance
12
29 void machine_restart(char *command) __attribute__((noreturn));30 void machine_halt(void) __attribute__((noreturn));31 void machine_power_off(void) __attribute__((noreturn));33 #define noreturn while(1); /* Silence gcc. */ macro53 noreturn; in ip27_machine_restart()67 noreturn; in ip27_machine_halt()73 noreturn; in ip27_machine_power_off()
114 extern VOID prom_halt(VOID) __attribute__((noreturn));115 extern VOID prom_powerdown(VOID) __attribute__((noreturn));116 extern VOID prom_restart(VOID) __attribute__((noreturn));117 extern VOID ArcReboot(VOID) __attribute__((noreturn));118 extern VOID ArcEnterInteractiveMode(VOID) __attribute__((noreturn));
57 static void prom_halt(void) __attribute__((noreturn));58 static void prom_exit(void) __attribute__((noreturn));
39 static void ip32_machine_restart(char *command) __attribute__((noreturn));40 static void ip32_machine_halt(void) __attribute__((noreturn));41 static void ip32_machine_power_off(void) __attribute__((noreturn));
20 extern void ret_from_fork(struct task_struct *) __attribute__((noreturn));
7 extern void __bug(const char *file, int line) __attribute__((noreturn));
44 extern void cpu_reset(unsigned long addr) __attribute__((noreturn));
38 void (*reset)(unsigned long addr) __attribute__((noreturn));
77 __attribute__((noreturn));
107 extern void prom_halt(void) __attribute__ ((noreturn));110 extern void prom_halt_power_off(void) __attribute__ ((noreturn));
98 extern void prom_halt(void) __attribute__ ((noreturn));
280 extern void die_if_kernel(char *str, struct pt_regs *regs) __attribute__ ((noreturn));
250 extern void die_if_kernel(char *str, struct pt_regs *regs) __attribute__ ((noreturn));
262 void __attribute__((noreturn)) die(void);271 void __attribute__((noreturn)) go_to_protected_mode(void);274 void __attribute__((noreturn))
46 __attribute__((noreturn))63 __attribute__((noreturn))
88 extern void cpu_die (void) __attribute__ ((noreturn));
139 extern int __put_user_bad(void) __attribute__((noreturn));187 extern int __get_user_bad(void) __attribute__((noreturn));
43 typedef void (*noretfun_t)(void) __attribute__((noreturn));
66 extern void fatal_sigsegv(void) __attribute__ ((noreturn));
117 extern void cpu_die (void) __attribute__ ((noreturn));
51 extern void __bad_pda_field(void) __attribute__((noreturn));
129 extern void die(const char *str, struct pt_regs *regs, long err) __attribute__ ((noreturn));
75 static void __attribute__ ((noreturn)) usage(void) in usage()
46 static inline void __attribute__((noreturn)) die(char * str, ...) in die()
123 static void error(const char *) __attribute__((noreturn));