Home
last modified time | relevance | path

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

/dragonfly/sys/vm/
H A Dvm_map.h370 struct vmspace { struct
371 struct vm_map vm_map; /* VM address map */
372 struct pmap vm_pmap; /* private physical map */
373 int vm_flags;
379 segsz_t vm_tsize; /* text size (bytes) */
380 segsz_t vm_dsize; /* data size (bytes) */
381 segsz_t vm_ssize; /* stack size (bytes) */
382 caddr_t vm_taddr; /* user virtual address of text XXX */
407 * of the resident vmspace instead of running the binary from scratch, argument
539 vmspace_pmap(struct vmspace *vmspace) in vmspace_pmap()
[all …]
/dragonfly/sys/sys/
H A Dvkernel.h90 struct vmspace *vmspace; member
/dragonfly/sys/cpu/x86_64/include/
H A Delf.h170 #define ELF_RTLD_ADDR(vmspace) \ argument
/dragonfly/sys/kern/
H A Dkern_exec.c901 struct vmspace *vmspace = imgp->proc->p_vmspace; in exec_new_vmspace() local
H A Dimgact_elf.c417 struct vmspace *vmspace = p->p_vmspace; in __elfN() local
608 struct vmspace *vmspace; in __CONCAT() local
/dragonfly/lib/libkvm/
H A Dkvm_proc.c211 struct vmspace vmspace; in kvm_proclist() local
/dragonfly/usr.bin/fstat/
H A Dfstat.c397 struct vmspace vmspace; in dommap() local