Home
last modified time | relevance | path

Searched refs:__noreturn (Results 1 – 25 of 157) sorted by relevance

1234567

/OK3568_Linux_fs/kernel/arch/mips/dec/
H A Dreset.c13 typedef void __noreturn (* noret_func_t)(void);
15 static inline void __noreturn back_to_prom(void) in back_to_prom()
22 void __noreturn dec_machine_restart(char *command) in dec_machine_restart()
27 void __noreturn dec_machine_halt(void) in dec_machine_halt()
32 void __noreturn dec_machine_power_off(void) in dec_machine_power_off()
/OK3568_Linux_fs/kernel/drivers/ps3/
H A Dsys-manager-core.c38 void __noreturn ps3_sys_manager_power_off(void) in ps3_sys_manager_power_off()
46 void __noreturn ps3_sys_manager_restart(void) in ps3_sys_manager_restart()
54 void __noreturn ps3_sys_manager_halt(void) in ps3_sys_manager_halt()
/OK3568_Linux_fs/kernel/arch/mips/sgi-ip27/
H A Dip27-reset.c31 void machine_restart(char *command) __noreturn;
32 void machine_halt(void) __noreturn;
33 void machine_power_off(void) __noreturn;
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/embedded6xx/
H A Dgamecube.c27 static void __noreturn gamecube_spin(void) in gamecube_spin()
34 static void __noreturn gamecube_restart(char *cmd) in gamecube_restart()
47 static void __noreturn gamecube_halt(void) in gamecube_halt()
H A Dlinkstation.c103 static void __noreturn linkstation_restart(char *cmd) in linkstation_restart()
116 static void __noreturn linkstation_power_off(void) in linkstation_power_off()
130 static void __noreturn linkstation_halt(void) in linkstation_halt()
H A Dwii.c65 static void __noreturn wii_spin(void) in wii_spin()
113 static void __noreturn wii_restart(char *cmd) in wii_restart()
144 static void __noreturn wii_halt(void) in wii_halt()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dusage.c15 static __noreturn void usage_builtin(const char *err) in usage_builtin()
23 static void (*usage_routine)(const char *err) __noreturn = usage_builtin;
H A Dutil.h16 void usage(const char *err) __noreturn;
17 void die(const char *err, ...) __noreturn __printf(1, 2);
/OK3568_Linux_fs/kernel/arch/mips/sgi-ip22/
H A Dip22-reset.c48 static void __noreturn sgi_machine_power_off(void) in sgi_machine_power_off()
70 static void __noreturn sgi_machine_restart(char *command) in sgi_machine_restart()
78 static void __noreturn sgi_machine_halt(void) in sgi_machine_halt()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/
H A Dsetup.c374 static void __noreturn cuda_restart(void) in cuda_restart()
383 static void __noreturn cuda_shutdown(void) in cuda_shutdown()
407 static void __noreturn pmac_restart(char *cmd) in pmac_restart()
424 static void __noreturn pmac_power_off(void) in pmac_power_off()
441 static void __noreturn
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dkvm_hyp.h105 void __noreturn hyp_panic(void);
107 void __noreturn __hyp_do_panic(struct kvm_cpu_context *host_ctxt, u64 spsr,
116 void __noreturn __host_enter(struct kvm_cpu_context *host_ctxt);
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/
H A Dfsl_soc.h44 void __noreturn fsl_hv_restart(char *cmd);
45 void __noreturn fsl_hv_halt(void);
H A Dfsl_soc.c212 void __noreturn fsl_hv_restart(char *cmd) in fsl_hv_restart()
226 void __noreturn fsl_hv_halt(void) in fsl_hv_halt()
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dcompiler-gcc.h33 #ifndef __noreturn
34 #define __noreturn __attribute__((noreturn)) macro
/OK3568_Linux_fs/kernel/arch/mips/sibyte/common/
H A Dcfe.c50 static void __noreturn cfe_linux_exit(void *arg) in cfe_linux_exit()
71 static void __noreturn cfe_linux_restart(char *command) in cfe_linux_restart()
78 static void __noreturn cfe_linux_halt(void) in cfe_linux_halt()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/
H A Dfwcall.c88 void __noreturn __efi_runtime psci_system_reset(void) in psci_system_reset()
103 void __noreturn __efi_runtime psci_system_off(void) in psci_system_off()
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Driscv-stub.c24 typedef void __noreturn (*jump_kernel_func)(unsigned int, unsigned long);
62 void __noreturn efi_enter_kernel(unsigned long entrypoint, unsigned long fdt, in efi_enter_kernel()
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/
H A Dspl.c122 __weak void __noreturn jump_to_image_no_args(struct spl_image_info *spl_image) in jump_to_image_no_args()
124 typedef void __noreturn (*image_entry_noargs_t)(void); in jump_to_image_no_args()
/OK3568_Linux_fs/u-boot/board/freescale/common/
H A Dfsl_chain_of_trust.c142 void __noreturn jump_to_image_no_args(struct spl_image_info *spl_image) in jump_to_image_no_args()
144 typedef void __noreturn (*image_entry_noargs_t)(void); in jump_to_image_no_args()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/maple/
H A Dsetup.c91 static void __noreturn maple_restart(char *cmd) in maple_restart()
119 static void __noreturn maple_power_off(void) in maple_power_off()
147 static void __noreturn maple_halt(void) in maple_halt()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/src/
H A Duser_ta_header.c38 void __noreturn _C_FUNCTION(__ta_entry)(unsigned long func,
43 void __noreturn _C_FUNCTION(__ta_entry)(unsigned long func, in _C_FUNCTION()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/src/
H A Duser_ta_header.c38 void __noreturn _C_FUNCTION(__ta_entry)(unsigned long func,
43 void __noreturn _C_FUNCTION(__ta_entry)(unsigned long func, in _C_FUNCTION()
/OK3568_Linux_fs/kernel/arch/mips/sgi-ip32/
H A Dip32-reset.c44 static __noreturn void ip32_poweroff(void *data) in ip32_poweroff()
67 static void ip32_machine_restart(char *cmd) __noreturn;
/OK3568_Linux_fs/kernel/arch/parisc/boot/compressed/
H A Dmisc.c34 unsigned long rd_start, unsigned long rd_end) __noreturn;
36 void error(char *m) __noreturn;
146 void __noreturn error(char *x) in error()
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Dboot-common.c219 void __noreturn jump_to_image_no_args(struct spl_image_info *spl_image) in jump_to_image_no_args()
221 typedef void __noreturn (*image_entry_noargs_t)(u32 *); in jump_to_image_no_args()

1234567