Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dphysmem.c107 #define PHYS_MAP_NODE_NIL (((uint32_t)~0) >> 6) macro
193 assert(ret != PHYS_MAP_NODE_NIL); in phys_map_node_alloc()
197 e.ptr = leaf ? PHYS_SECTION_UNASSIGNED : PHYS_MAP_NODE_NIL; in phys_map_node_alloc()
211 if (lp->skip && lp->ptr == PHYS_MAP_NODE_NIL) { in phys_page_set_level()
250 if (lp->ptr == PHYS_MAP_NODE_NIL) { in phys_page_compact()
256 if (p[i].ptr == PHYS_MAP_NODE_NIL) { in phys_page_compact()
321 if (lp.ptr == PHYS_MAP_NODE_NIL) { in phys_page_find()
2466 d->phys_map = (PhysPageEntry) { .ptr = PHYS_MAP_NODE_NIL, .skip = 1 }; in address_space_dispatch_new()
3628 if (ptr == PHYS_MAP_NODE_NIL) { in mtree_print_phys_entries()