Home
last modified time | relevance | path

Searched refs:hv_map_vp_state_page (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/hv/
H A Dmshv_root.h306 int hv_map_vp_state_page(u64 partition_id, u32 vp_index, u32 type,
H A Dmshv_root_main.c1055 ret = hv_map_vp_state_page(partition->pt_id, args.vp_index, in mshv_partition_ioctl_create_vp()
1062 ret = hv_map_vp_state_page(partition->pt_id, args.vp_index, in mshv_partition_ioctl_create_vp()
1071 ret = hv_map_vp_state_page(partition->pt_id, args.vp_index, in mshv_partition_ioctl_create_vp()
H A Dmshv_root_hv_call.c585 int hv_map_vp_state_page(u64 partition_id, u32 vp_index, u32 type, in hv_map_vp_state_page() function