Searched refs:rtas_function_implemented (Results 1 – 4 of 4) sorted by relevance
207 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()
347 if (!rtas_function_implemented(RTAS_FN_IBM_GET_SYSTEM_PARAMETER)) in papr_sysparm_init()
533 if (!rtas_function_implemented(RTAS_FN_IBM_GET_VPD)) in papr_vpd_init()
422 static inline bool rtas_function_implemented(const rtas_fn_handle_t handle) in rtas_function_implemented() function