Home
last modified time | relevance | path

Searched refs:rtas_function_implemented (Results 1 – 7 of 7) sorted by relevance

/linux/arch/powerpc/platforms/pseries/
H A Drtas-work-area.c207 if (rtas_function_implemented(RTAS_FN_IBM_GET_SYSTEM_PARAMETER) || in rtas_work_area_reserve_arena()
208 rtas_function_implemented(RTAS_FN_IBM_CONFIGURE_CONNECTOR)) in rtas_work_area_reserve_arena()
H A Dpapr-indices.c477 if (!rtas_function_implemented(RTAS_FN_IBM_GET_INDICES)) in papr_indices_init()
480 if (!rtas_function_implemented(RTAS_FN_IBM_SET_DYNAMIC_INDICATOR)) in papr_indices_init()
483 if (!rtas_function_implemented(RTAS_FN_IBM_GET_DYNAMIC_SENSOR_STATE)) in papr_indices_init()
H A Dpapr-phy-attest.c283 if (!rtas_function_implemented(RTAS_FN_IBM_PHYSICAL_ATTESTATION)) in papr_phy_attest_init()
H A Dpapr-vpd.c270 if (!rtas_function_implemented(RTAS_FN_IBM_GET_VPD)) in papr_vpd_init()
H A Dpapr-platform-dump.c406 if (!rtas_function_implemented(RTAS_FN_IBM_PLATFORM_DUMP)) in papr_platform_dump_init()
H A Dpapr-sysparm.c347 if (!rtas_function_implemented(RTAS_FN_IBM_GET_SYSTEM_PARAMETER)) in papr_sysparm_init()
/linux/arch/powerpc/include/asm/
H A Drtas.h422 static inline bool rtas_function_implemented(const rtas_fn_handle_t handle) in rtas_function_implemented() function