Searched refs:RTAS_FN_POWER_OFF (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/arch/powerpc/platforms/maple/ |
D | setup.c | 167 rtas_function_implemented(RTAS_FN_POWER_OFF)) { in maple_use_rtas_reboot_and_halt_if_present()
|
/Linux-v6.6/arch/powerpc/include/asm/ |
D | rtas.h | 183 #define RTAS_FN_POWER_OFF rtas_fn_handle(RTAS_FNIDX__POWER_OFF) macro
|
/Linux-v6.6/arch/powerpc/kernel/ |
D | rtas.c | 1570 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/ |
D | setup.c | 1083 rc = rtas_call(rtas_function_token(RTAS_FN_POWER_OFF), 2, 1, NULL, -1, -1); in pseries_power_off()
|