Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dphysmem.c130 typedef struct PhysPageMap {
139 } PhysPageMap;
147 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()
1330 static uint16_t phys_section_add(PhysPageMap *map, in get_file_align()
1362 static void phys_sections_free(PhysPageMap *map) in file_ram_open()
2996 static uint16_t dummy_section(PhysPageMap *map, FlatView *fv, MemoryRegion *mr) in flatview_write_continue()
128 typedef struct PhysPageMap { global() struct
137 } PhysPageMap; global() typedef