Searched refs:HV_PARTITION_ID_SELF (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/hv/ |
| H A D | mshv_vtl_main.c | 224 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 D | hv_proc.c | 133 partition_id = HV_PARTITION_ID_SELF; in hv_deposit_memory_node()
|
| H A D | mshv_root_main.c | 158 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 D | mshv_root.h | 266 return hv_l1vh_partition() && (partition_id == HV_PARTITION_ID_SELF); in is_l1vh_parent()
|
| /linux/arch/x86/hyperv/ |
| H A D | ivm.c | 652 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 D | hvgdk_mini.h | 60 #define HV_PARTITION_ID_SELF ((u64)-1) macro
|