Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Drtas.h343 void rtas_call_unlocked(struct rtas_args *args, int token, int nargs,
/Linux-v4.19/arch/powerpc/kernel/
Drtas.c106 rtas_call_unlocked(&rtas.args, 10, 1, 1, NULL, c); in call_rtas_display_status()
438 void rtas_call_unlocked(struct rtas_args *args, int token, int nargs, int nret, ...) in rtas_call_unlocked() function
/Linux-v4.19/arch/powerpc/platforms/pseries/
Dhotplug-cpu.c101 rtas_call_unlocked(&args, rtas_stop_self_token, 0, 1, NULL); in rtas_stop_self()
/Linux-v4.19/arch/powerpc/xmon/
Dxmon.c374 rtas_call_unlocked(&args, token, 3, 1, NULL, SURVEILLANCE_TOKEN, 0, 0); in disable_surveillance()