Searched refs:PAL_CALL_STK (Results 1 – 3 of 3) sorted by relevance
/arch/ia64/kvm/ |
D | vti.h | 173 PAL_CALL_STK(iprv, PAL_VP_ENV_INFO, 0, 0, 0); in ia64_pal_vp_env_info() 183 PAL_CALL_STK(iprv, PAL_VP_EXIT_ENV, (u64)iva, 0, 0); in ia64_pal_vp_exit_env() 192 PAL_CALL_STK(iprv, PAL_VP_INIT_ENV, config_options, pbase_addr, in ia64_pal_vp_init_env() 203 PAL_CALL_STK(iprv, PAL_VP_RESTORE, (u64)vpd, pal_proc_vector, 0); in ia64_pal_vp_restore() 212 PAL_CALL_STK(iprv, PAL_VP_SAVE, (u64)vpd, pal_proc_vector, 0); in ia64_pal_vp_save()
|
D | kvm-ia64.c | 120 PAL_CALL_STK(iprv, PAL_VP_CREATE, (u64)vpd, (u64)host_iva, in ia64_pal_vp_create()
|
/arch/ia64/include/asm/ |
D | pal.h | 805 #define PAL_CALL_STK(iprv,a0,a1,a2,a3) do { \ macro 1152 PAL_CALL_STK(iprv, PAL_HALT_INFO, (unsigned long) power_buf, 0, 0); in ia64_pal_halt_info() 1161 PAL_CALL_STK(iprv, PAL_GET_PSTATE, type, 0, 0); in ia64_pal_get_pstate() 1171 PAL_CALL_STK(iprv, PAL_SET_PSTATE, pstate_index, 0, 0); in ia64_pal_set_pstate() 1180 PAL_CALL_STK(iprv, PAL_BRAND_INFO, 0, (u64)brand_info, 0); in ia64_pal_get_brand_info() 1266 PAL_CALL_STK(iprv, PAL_MC_ERROR_INJECT, err_type_info, in ia64_pal_mc_error_inject_virt()
|