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()357 if (region->mreg_type == MSHV_REGION_TYPE_MEM_MOVABLE) in mshv_region_destroy()
662 if (region->mreg_type == MSHV_REGION_TYPE_MEM_MOVABLE) in mshv_handle_gpa_intercept()1204 rg->mreg_type = MSHV_REGION_TYPE_MMIO; in mshv_partition_create_region()1207 rg->mreg_type = MSHV_REGION_TYPE_MEM_PINNED; in mshv_partition_create_region()1209 rg->mreg_type = MSHV_REGION_TYPE_MEM_MOVABLE; in mshv_partition_create_region()1326 switch (region->mreg_type) { in mshv_map_user_memory()
91 enum mshv_region_type mreg_type; member