Home
last modified time | relevance | path

Searched defs:vmspace (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/usr.bin/pmap/
H A Dpmap.c57 struct kbit *vmspace, const char *thing) in process_map()
96 struct kbit *vmspace, struct kbit *vm_map, const char *mname) in dump_vm_map()
240 struct kbit *vmspace, struct kbit *vm_map_entry, in dump_vm_map_node()
273 struct kbit *vmspace, struct kbit *vm_map, struct kbit *vm_map_entry) in dump_vm_map_tree()
293 struct kbit *vmspace, struct kbit *header, struct kbit *vm_map_entry) in dump_vm_map_list()
329 dump_vm_map_entry(kvm_t *kd, struct kinfo_proc2 *proc, struct kbit *vmspace, in dump_vm_map_entry()
746 findname(kvm_t *kd, struct kbit *vmspace, in findname()
H A Dpmap.h127 struct vmspace vmspace; member
H A Dmain.c122 struct kbit kbit, *vmspace; in main() local
/netbsd-src/sys/uvm/
H A Duvm_extern.h567 struct vmspace { struct
568 struct vm_map vm_map; /* VM address map */
569 volatile int vm_refcnt; /* number of references */
570 void * vm_shm; /* SYS5 shared memory private data XXX */
573 segsz_t vm_rssize; /* current resident set size in pages */
574 segsz_t vm_rssmax; /* max resident size in pages */
575 segsz_t vm_tsize; /* text size (pages) XXX */
576 segsz_t vm_dsize; /* data size (pages) XXX */
577 segsz_t vm_ssize; /* stack size (pages) */
578 segsz_t vm_issize; /* initial unmapped stack size (pages) */
[all …]
/netbsd-src/sys/dev/nvmm/
H A Dnvmm.c765 struct vmspace *vmspace = curproc->p_vmspace; in nvmm_hmapping_free() local
792 struct vmspace *vmspace = curproc->p_vmspace; in nvmm_hva_map() local
/netbsd-src/sys/kern/
H A Dsys_futex.c150 struct vmspace *vmspace; member
[all...]
H A Dkern_proc.c2471 struct vmspace *vmspace; in copy_procargs() local