Home
last modified time | relevance | path

Searched refs:HV_PARTITION_ID_SELF (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/hv/
H A Dmshv_vtl_main.c224 if (hv_call_set_vp_registers(HV_VP_INDEX_SELF, HV_PARTITION_ID_SELF, in mshv_vtl_configure_reg_page()
260 ret = hv_call_get_vp_registers(HV_VP_INDEX_SELF, HV_PARTITION_ID_SELF, in mshv_vtl_get_vsm_regs()
291 return hv_call_set_vp_registers(HV_VP_INDEX_SELF, HV_PARTITION_ID_SELF, in mshv_vtl_configure_vsm_partition()
372 return hv_call_get_vp_registers(HV_VP_INDEX_SELF, HV_PARTITION_ID_SELF, in vtl_get_vp_register()
378 return hv_call_set_vp_registers(HV_VP_INDEX_SELF, HV_PARTITION_ID_SELF, in vtl_set_vp_register()
H A Dhv_proc.c133 partition_id = HV_PARTITION_ID_SELF; in hv_deposit_memory_node()
H A Dmshv_root_main.c158 if (pt_id == HV_PARTITION_ID_SELF) { in mshv_passthru_hvcall_allowed()
183 u64 pt_id = partition ? partition->pt_id : HV_PARTITION_ID_SELF; in mshv_ioctl_passthru_hvcall()
2186 ret = hv_call_get_partition_property_ex(HV_PARTITION_ID_SELF, in l1vh_retrieve_scheduler_type()
2346 ret = hv_call_get_partition_property_ex(HV_PARTITION_ID_SELF, in mshv_init_vmm_caps()
H A Dmshv_root.h266 return hv_l1vh_partition() && (partition_id == HV_PARTITION_ID_SELF); in is_l1vh_parent()
/linux/arch/x86/hyperv/
H A Divm.c652 input->partition_id = HV_PARTITION_ID_SELF; in hv_vtom_kexec_finish()
710 input->partition_id = HV_PARTITION_ID_SELF; in hv_mark_gpa_visibility()
/linux/include/hyperv/
H A Dhvgdk_mini.h60 #define HV_PARTITION_ID_SELF ((u64)-1) macro