Home
last modified time | relevance | path

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

/qemu/system/
H A Dphysmem.c144 PhysPageEntry phys_map; member
247 phys_page_set_level(&d->map, &d->phys_map, &index, &nb, leaf, P_L2_LEVELS - 1); in phys_page_set()
306 if (d->phys_map.skip) { in address_space_dispatch_compact()
307 phys_page_compact(&d->phys_map, d->map.nodes); in address_space_dispatch_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()
3991 P_L2_BITS, P_L2_LEVELS, d->phys_map.ptr, d->phys_map.skip); in mtree_print_dispatch()