HomeSort by: relevance | last modified time | path
    Searched refs:submap (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
version.h 70 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
  /src/sys/uvm/
uvm_km.c 79 * 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.
387 * uvm_km_suballoc: allocate a submap in the kernel map. once a submap
393 * by the submap must start
394 * => if submap is non NULL we use that as the submap, otherwise w
    [all...]
uvm_map.c 2514 " detach %#jx: amap=%#jx, obj=%#jx, submap?=%jd",
3082 * uvm_map_submap: punch down part of a map into a submap
3091 * => to remove a submap, use uvm_unmap() on the main map
3092 * and then uvm_map_deallocate() the submap.
3094 * => submap must have been init'd and have a zero reference count.
3100 struct vm_map *submap)
3120 entry->object.sub_map = submap;
3122 uvm_map_reference(submap);
3591 * for a zero-fill region. (XXXCDC: submap case
3595 if (!UVM_ET_ISSUBMAP(entry)) { /* not submap */
    [all...]
  /src/usr.bin/pmap/
pmap.c 170 recurse < 2 ? "MAP" : "SUBMAP", P(vm_map),
186 * we're not recursing into a submap, so print headers
224 * we're not recursing into a submap, so print totals
372 UVM_ET_ISSUBMAP(vme) ? " SUBMAP" : "",
589 struct kbit mkbit, *submap; local in function:dump_vm_map_entry
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")
    [all...]
  /src/sys/arch/xen/xen/
xen_machdep.c 493 (features.submap & (1 << f)) ? 1 : 0;
  /src/sys/rump/librump/rumpkern/
vm.c 915 vsize_t size, int pageable, bool fixed, struct vm_map *submap)

Completed in 17 milliseconds