Lines Matching refs:PhysPageEntry
107 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()
324 PhysPageEntry lp = d->phys_map, *p; in phys_page_find()
2708 d->phys_map = (PhysPageEntry) { .ptr = PHYS_MAP_NODE_NIL, .skip = 1 }; in address_space_dispatch_new()
3994 PhysPageEntry prev; in mtree_print_dispatch()
4000 PhysPageEntry *pe = *n + j; in mtree_print_dispatch()