Home
last modified time | relevance | path

Searched refs:hv_map_stats_page (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/hv/
H A Dmshv_debugfs.c84 err = hv_map_stats_page(HV_STATS_OBJECT_LOGICAL_PROCESSOR, &identity, in mshv_lp_stats_map()
312 err = hv_map_stats_page(HV_STATS_OBJECT_PARTITION, &identity, &stats); in mshv_partition_stats_map()
587 err = hv_map_stats_page(HV_STATS_OBJECT_HYPERVISOR, &identity, &stats); in mshv_hv_stats_map()
H A Dmshv_root.h324 int hv_map_stats_page(enum hv_stats_object_type type,
H A Dmshv_root_main.c986 err = hv_map_stats_page(HV_STATS_OBJECT_VP, &identity, in mshv_vp_stats_map()
1001 err = hv_map_stats_page(HV_STATS_OBJECT_VP, &identity, in mshv_vp_stats_map()
H A Dmshv_root_hv_call.c936 int hv_map_stats_page(enum hv_stats_object_type type, in hv_map_stats_page() function