Symbol: HV_PARTITION_ID_SELF
arch/arm64/hyperv/hv_core.c
115
args.a2 = HV_PARTITION_ID_SELF;
arch/arm64/hyperv/hv_core.c
83
HV_PARTITION_ID_SELF,
arch/x86/hyperv/hv_init.c
726
input->partition_id = HV_PARTITION_ID_SELF;
arch/x86/hyperv/hv_vtl.c
144
input->partition_id = HV_PARTITION_ID_SELF;
arch/x86/hyperv/ivm.c
652
input->partition_id = HV_PARTITION_ID_SELF;
arch/x86/hyperv/ivm.c
710
input->partition_id = HV_PARTITION_ID_SELF;
drivers/hv/hv_common.c
297
input->partition_id = HV_PARTITION_ID_SELF;
drivers/hv/hv_common.c
34
u64 hv_current_partition_id = HV_PARTITION_ID_SELF;
drivers/hv/hv_proc.c
133
partition_id = HV_PARTITION_ID_SELF;
drivers/hv/mshv_root.h
265
return hv_l1vh_partition() && (partition_id == HV_PARTITION_ID_SELF);
drivers/hv/mshv_root_main.c
158
if (pt_id == HV_PARTITION_ID_SELF) {
drivers/hv/mshv_root_main.c
183
u64 pt_id = partition ? partition->pt_id : HV_PARTITION_ID_SELF;
drivers/hv/mshv_root_main.c
2103
ret = hv_call_get_partition_property_ex(HV_PARTITION_ID_SELF,
drivers/hv/mshv_root_main.c
2263
ret = hv_call_get_partition_property_ex(HV_PARTITION_ID_SELF,
drivers/hv/mshv_synic.c
732
ret = hv_call_get_vp_registers(HV_VP_INDEX_SELF, HV_PARTITION_ID_SELF,
drivers/hv/mshv_vtl_main.c
223
if (hv_call_set_vp_registers(HV_VP_INDEX_SELF, HV_PARTITION_ID_SELF,
drivers/hv/mshv_vtl_main.c
259
ret = hv_call_get_vp_registers(HV_VP_INDEX_SELF, HV_PARTITION_ID_SELF,
drivers/hv/mshv_vtl_main.c
290
return hv_call_set_vp_registers(HV_VP_INDEX_SELF, HV_PARTITION_ID_SELF,
drivers/hv/mshv_vtl_main.c
371
return hv_call_get_vp_registers(HV_VP_INDEX_SELF, HV_PARTITION_ID_SELF,
drivers/hv/mshv_vtl_main.c
377
return hv_call_set_vp_registers(HV_VP_INDEX_SELF, HV_PARTITION_ID_SELF,
drivers/pci/controller/pci-hyperv.c
640
params->partition_id = HV_PARTITION_ID_SELF;