Searched refs:submap (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Dversion.h70 unsigned int submap_idx; /* IN: which 32-bit submap to return */
71 uint32_t submap; /* OUT: 32-bit submap */ member in struct:xen_feature_info
/netbsd-current/sys/uvm/
H A Duvm_km.c79 * virtual address space that is mapped by a submap is locked by the
80 * submap's lock -- not the kernel_map's lock.
92 * The kmem_arena is a "special submap", as it lives in a fixed map entry
106 * object mapped into that range (e.g. a vnode). for submap's kernel
108 * offsets that are managed by the submap.
380 * uvm_km_suballoc: allocate a submap in the kernel map. once a submap
386 * by the submap must start
387 * => if submap is non NULL we use that as the submap, otherwis
392 uvm_km_suballoc(struct vm_map *map, vaddr_t *vmin , vaddr_t *vmax , vsize_t size, int flags, bool fixed, struct vm_map *submap) argument
[all...]
H A Duvm_map.c2441 " detach %#jx: amap=%#jx, obj=%#jx, submap?=%jd",
3009 * uvm_map_submap: punch down part of a map into a submap
3018 * => to remove a submap, use uvm_unmap() on the main map
3019 * and then uvm_map_deallocate() the submap.
3021 * => submap must have been init'd and have a zero reference count.
3027 struct vm_map *submap)
3047 entry->object.sub_map = submap;
3049 uvm_map_reference(submap);
3518 * for a zero-fill region. (XXXCDC: submap case
3522 if (!UVM_ET_ISSUBMAP(entry)) { /* not submap */
3026 uvm_map_submap(struct vm_map *map, vaddr_t start, vaddr_t end, struct vm_map *submap) argument
[all...]
/netbsd-current/usr.bin/pmap/
H A Dpmap.c186 * we're not recursing into a submap, so print headers
224 * we're not recursing into a submap, so print totals
589 struct kbit mkbit, *submap; local
592 submap = &mkbit;
593 P(submap) = vme->object.sub_map;
594 S(submap) = sizeof(*vme->object.sub_map);
595 KDEREF(kd, submap);
596 dump_vm_map(kd, proc, vmspace, submap, "submap");
838 snprintf(buf, sizeof(buf), " [ %s ]", sub ? sub : "(submap)");
[all...]
/netbsd-current/sys/arch/xen/xen/
H A Dxen_machdep.c493 (features.submap & (1 << f)) ? 1 : 0;
/netbsd-current/sys/rump/librump/rumpkern/
H A Dvm.c915 vsize_t size, int pageable, bool fixed, struct vm_map *submap)
914 uvm_km_suballoc(struct vm_map *map, vaddr_t *minaddr, vaddr_t *maxaddr, vsize_t size, int pageable, bool fixed, struct vm_map *submap) argument

Completed in 264 milliseconds