Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dphysmem.c147 #define PHYS_SECTION_UNASSIGNED 0 macro
197 e.ptr = leaf ? PHYS_SECTION_UNASSIGNED : PHYS_MAP_NODE_NIL; in phys_map_node_alloc()
322 return &sections[PHYS_SECTION_UNASSIGNED]; in phys_page_find()
331 return &sections[PHYS_SECTION_UNASSIGNED]; in phys_page_find()
343 if (!section || section == &d->map.sections[PHYS_SECTION_UNASSIGNED] || in address_space_lookup_region()
736 return &d->map.sections[PHYS_SECTION_UNASSIGNED]; in address_space_translate_for_iotlb()
2464 assert(n == PHYS_SECTION_UNASSIGNED); in address_space_dispatch_new()