Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dphysmem.c100 typedef struct PhysPageEntry PhysPageEntry; typedef
102 struct PhysPageEntry { struct
119 typedef PhysPageEntry Node[P_L2_SIZE]; argument
137 PhysPageEntry phys_map;
190 PhysPageEntry e; in phys_map_node_alloc()
191 PhysPageEntry *p; in phys_map_node_alloc()
206 static void phys_page_set_level(PhysPageMap *map, PhysPageEntry *lp, in phys_page_set_level()
210 PhysPageEntry *p; in phys_page_set_level()
245 static void phys_page_compact(PhysPageEntry *lp, Node *nodes) in phys_page_compact()
249 PhysPageEntry *p; in phys_page_compact()
[all …]