Home
last modified time | relevance | path

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

/qemu/system/
H A Dphysmem.c128 typedef struct PhysPageMap { struct
137 } PhysPageMap; argument
145 PhysPageMap map;
184 static void phys_map_node_reserve(PhysPageMap *map, unsigned nodes) in phys_map_node_reserve()
194 static uint32_t phys_map_node_alloc(PhysPageMap *map, bool leaf) in phys_map_node_alloc()
214 static void phys_page_set_level(PhysPageMap *map, PhysPageEntry *lp, in phys_page_set_level()
1038 static uint16_t phys_section_add(PhysPageMap *map, in phys_section_add()
1070 static void phys_sections_free(PhysPageMap *map) in phys_sections_free()
2680 static uint16_t dummy_section(PhysPageMap *map, FlatView *fv, MemoryRegion *mr) in dummy_section()