Searched refs:mreg_type (Results 1 – 3 of 3) sorted by relevance
280 if (region->mreg_type == MSHV_REGION_TYPE_MEM_PINNED) in mshv_region_invalidate_pages()355 if (region->mreg_type == MSHV_REGION_TYPE_MEM_MOVABLE) in mshv_region_destroy()
653 if (region->mreg_type == MSHV_REGION_TYPE_MEM_MOVABLE) in mshv_handle_gpa_intercept()1196 rg->mreg_type = MSHV_REGION_TYPE_MMIO; in mshv_partition_create_region()1199 rg->mreg_type = MSHV_REGION_TYPE_MEM_PINNED; in mshv_partition_create_region()1201 rg->mreg_type = MSHV_REGION_TYPE_MEM_MOVABLE; in mshv_partition_create_region()1318 switch (region->mreg_type) { in mshv_map_user_memory()
91 enum mshv_region_type mreg_type; member