Home
last modified time | relevance | path

Searched refs:rtas_halt (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/cell/
H A Dsetup.c265 .halt = rtas_halt, in define_machine()
/openbmc/linux/arch/powerpc/platforms/52xx/
H A Defika.c224 .halt = rtas_halt, in define_machine()
/openbmc/linux/arch/powerpc/platforms/maple/
H A Dsetup.c170 ppc_md.halt = rtas_halt; in maple_use_rtas_reboot_and_halt_if_present()
/openbmc/linux/arch/powerpc/platforms/chrp/
H A Dsetup.c581 .halt = rtas_halt, in define_machine()
/openbmc/linux/arch/powerpc/include/asm/
H A Drtas.h418 extern void __noreturn rtas_halt(void);
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dsetup.c1145 .halt = rtas_halt, in define_machine()
/openbmc/linux/arch/powerpc/kernel/
H A Drtas.c1594 void __noreturn rtas_halt(void) in rtas_halt() function