Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/platforms/maple/
Dsetup.c167 rtas_function_implemented(RTAS_FN_POWER_OFF)) { in maple_use_rtas_reboot_and_halt_if_present()
/Linux-v6.6/arch/powerpc/include/asm/
Drtas.h183 #define RTAS_FN_POWER_OFF rtas_fn_handle(RTAS_FNIDX__POWER_OFF) macro
/Linux-v6.6/arch/powerpc/kernel/
Drtas.c1570 rtas_call(rtas_function_token(RTAS_FN_POWER_OFF), 2, 1, NULL, -1, -1)); in rtas_power_off()
1580 rtas_call(rtas_function_token(RTAS_FN_POWER_OFF), 2, 1, NULL, -1, -1)); in rtas_halt()
/Linux-v6.6/arch/powerpc/platforms/pseries/
Dsetup.c1083 rc = rtas_call(rtas_function_token(RTAS_FN_POWER_OFF), 2, 1, NULL, -1, -1); in pseries_power_off()