Searched refs:submap (Results 1 – 3 of 3) sorted by relevance
22 xen_features[i*32 + j] = !!(fi.submap & 1<<j); in setup_xen_features()
71 uint32_t submap; /* OUT: 32-bit submap */ member
180 * submap. This function allocates a virtual address range directly from the2407 ("map entry %p is a submap", entry)); in vm_map_entry_back() 2427 ("map entry %p is a submap", entry)); in vm_map_entry_charge_object() 2612 * submap (if desired). [Better yet, don't try it.]2619 vm_map_t submap) in vm_map_submap() 2626 vm_map_lock(submap); in vm_map_submap() 2627 submap->flags |= MAP_IS_SUB_MAP; in vm_map_submap() 2628 vm_map_unlock(submap); in vm_map_submap() 2641 entry->object.sub_map = submap; in vm_map_submap() 2649 vm_map_lock(submap); in vm_map_submap() 2618 vm_map_submap(vm_map_t map,vm_offset_t start,vm_offset_t end,vm_map_t submap) vm_map_submap() argument [all...]