Home
last modified time | relevance | path

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

/qemu/system/
H A Dphysmem.c107 typedef struct PhysPageEntry PhysPageEntry; typedef
109 struct PhysPageEntry { struct
126 typedef PhysPageEntry Node[P_L2_SIZE]; argument
144 PhysPageEntry phys_map;
198 PhysPageEntry e; in phys_map_node_alloc()
199 PhysPageEntry *p; in phys_map_node_alloc()
214 static void phys_page_set_level(PhysPageMap *map, PhysPageEntry *lp, in phys_page_set_level()
218 PhysPageEntry *p; in phys_page_set_level()
253 static void phys_page_compact(PhysPageEntry *lp, Node *nodes) in phys_page_compact()
257 PhysPageEntry *p; in phys_page_compact()
[all …]