Lines Matching full:identity
60 union hv_stats_object_identity identity = { in mshv_lp_stats_unmap() local
67 mshv_lps_stats[lp_index], &identity); in mshv_lp_stats_unmap()
77 union hv_stats_object_identity identity = { in mshv_lp_stats_map() local
84 err = hv_map_stats_page(HV_STATS_OBJECT_LOGICAL_PROCESSOR, &identity, in mshv_lp_stats_map()
287 union hv_stats_object_identity identity = { in mshv_partition_stats_unmap() local
294 &identity); in mshv_partition_stats_unmap()
305 union hv_stats_object_identity identity = { in mshv_partition_stats_map() local
312 err = hv_map_stats_page(HV_STATS_OBJECT_PARTITION, &identity, &stats); in mshv_partition_stats_map()
568 union hv_stats_object_identity identity = { in mshv_hv_stats_unmap() local
573 err = hv_unmap_stats_page(HV_STATS_OBJECT_HYPERVISOR, NULL, &identity); in mshv_hv_stats_unmap()
581 union hv_stats_object_identity identity = { in mshv_hv_stats_map() local
587 err = hv_map_stats_page(HV_STATS_OBJECT_HYPERVISOR, &identity, &stats); in mshv_hv_stats_map()