Searched defs:vmspace (Results 1 – 7 of 7) sorted by relevance
370 struct vmspace { struct371 struct vm_map vm_map; /* VM address map */372 struct pmap vm_pmap; /* private physical map */373 int vm_flags;374 caddr_t vm_shm; /* SYS5 shared memory private data XXX */377 segsz_t vm_rssize; /* current resident set size in pages */378 segsz_t vm_swrss; /* resident set size before last swap */379 segsz_t vm_tsize; /* text size (bytes) */380 segsz_t vm_dsize; /* data size (bytes) */381 segsz_t vm_ssize; /* stack size (bytes) */[all …]
90 struct vmspace *vmspace; member
170 #define ELF_RTLD_ADDR(vmspace) \ argument
901 struct vmspace *vmspace = imgp->proc->p_vmspace; in exec_new_vmspace() local
417 struct vmspace *vmspace = p->p_vmspace; in __elfN() local608 struct vmspace *vmspace; in __CONCAT() local
397 struct vmspace vmspace; in dommap() local
211 struct vmspace vmspace; in kvm_proclist() local