Home
last modified time | relevance | path

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

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