Home
last modified time | relevance | path

Searched refs:RTAS_FN_IBM_PLATFORM_DUMP (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Drtas.h158 #define RTAS_FN_IBM_PLATFORM_DUMP rtas_fn_handle(RTAS_FNIDX__IBM_PLATFORM_DUMP) macro
/openbmc/linux/arch/powerpc/kernel/
H A Drtas.c1741 const bool is_platform_dump = token == rtas_function_token(RTAS_FN_IBM_PLATFORM_DUMP); in block_rtas_call()