Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dphysmem.c119 typedef struct PhysPageMap { struct
128 } PhysPageMap; argument
136 PhysPageMap map;
174 static void phys_map_node_reserve(PhysPageMap *map, unsigned nodes) in phys_map_node_reserve()
184 static uint32_t phys_map_node_alloc(PhysPageMap *map, bool leaf) in phys_map_node_alloc()
204 static void phys_page_set_level(PhysPageMap *map, PhysPageEntry *lp, in phys_page_set_level()
974 static uint16_t phys_section_add(PhysPageMap *map, in phys_section_add()
1006 static void phys_sections_free(PhysPageMap *map) in phys_sections_free()
2421 static uint16_t dummy_section(PhysPageMap *map, FlatView *fv, MemoryRegion *mr) in dummy_section()