Searched refs:PAL_CALL_STK (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/ia64/include/asm/ |
D | pal.h | 807 #define PAL_CALL_STK(iprv,a0,a1,a2,a3) do { \ macro 1154 PAL_CALL_STK(iprv, PAL_HALT_INFO, (unsigned long) power_buf, 0, 0); in ia64_pal_halt_info() 1163 PAL_CALL_STK(iprv, PAL_GET_PSTATE, type, 0, 0); in ia64_pal_get_pstate() 1173 PAL_CALL_STK(iprv, PAL_SET_PSTATE, pstate_index, 0, 0); in ia64_pal_set_pstate() 1182 PAL_CALL_STK(iprv, PAL_BRAND_INFO, 0, (u64)brand_info, 0); in ia64_pal_get_brand_info() 1268 PAL_CALL_STK(iprv, PAL_MC_ERROR_INJECT, err_type_info, in ia64_pal_mc_error_inject_virt()
|