Home
last modified time | relevance | path

Searched refs:RTAS_FN_FREEZE_TIME_BASE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/cell/
H A Dsmp.c155 if (rtas_function_token(RTAS_FN_FREEZE_TIME_BASE) != RTAS_UNKNOWN_SERVICE) { in smp_init_cell()
/openbmc/linux/arch/powerpc/include/asm/
H A Drtas.h118 #define RTAS_FN_FREEZE_TIME_BASE rtas_fn_handle(RTAS_FNIDX__FREEZE_TIME_BASE) macro
/openbmc/linux/arch/powerpc/kernel/
H A Drtas.c2075 rtas_call(rtas_function_token(RTAS_FN_FREEZE_TIME_BASE), 0, 1, NULL); in rtas_give_timebase()