Searched defs:vmspace (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/usr.bin/pmap/ |
H A D | pmap.c | 57 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 D | pmap.h | 127 struct vmspace vmspace; member
|
H A D | main.c | 122 struct kbit kbit, *vmspace; in main() local
|
/netbsd-src/sys/uvm/ |
H A D | uvm_extern.h | 567 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 D | nvmm.c | 765 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 D | sys_futex.c | 150 struct vmspace *vmspace; member [all...] |
H A D | kern_proc.c | 2471 struct vmspace *vmspace; in copy_procargs() local
|