Home
last modified time | relevance | path

Searched refs:RTAS_FN_POWER_OFF (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/maple/
H A Dsetup.c167 rtas_function_implemented(RTAS_FN_POWER_OFF)) { in maple_use_rtas_reboot_and_halt_if_present()
/openbmc/linux/arch/powerpc/include/asm/
H A Drtas.h183 #define RTAS_FN_POWER_OFF rtas_fn_handle(RTAS_FNIDX__POWER_OFF) macro
/openbmc/linux/arch/powerpc/kernel/
H A Drtas.c1590 rtas_call(rtas_function_token(RTAS_FN_POWER_OFF), 2, 1, NULL, -1, -1)); in rtas_power_off()
1600 rtas_call(rtas_function_token(RTAS_FN_POWER_OFF), 2, 1, NULL, -1, -1)); in rtas_halt()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dsetup.c1083 rc = rtas_call(rtas_function_token(RTAS_FN_POWER_OFF), 2, 1, NULL, -1, -1); in pseries_power_off()