| /netbsd/src/usr.bin/pmap/ |
| D | pmap.c | 57 struct kbit *vmspace, const char *thing) in process_map() argument 63 A(vmspace) = (u_long)proc->p_vmspace; in process_map() 64 S(vmspace) = sizeof(struct vmspace); in process_map() 66 } else if (S(vmspace) == (size_t)-1) { in process_map() 69 S(vmspace) = sizeof(struct vmspace); in process_map() 73 A(vmspace) = 0; in process_map() 74 S(vmspace) = 0; in process_map() 80 if (S(vmspace) != 0) { in process_map() 81 KDEREF(kd, vmspace); in process_map() 82 A(vm_map) = A(vmspace) + offsetof(struct vmspace, vm_map); in process_map() [all …]
|
| D | main.c | 122 struct kbit kbit, *vmspace; in main() local 141 vmspace = &kbit; in main() 268 memset(vmspace, 0, sizeof(*vmspace)); in main() 279 (*dump_vm_map)(kd, NULL, vmspace, at, "vm_map"); in main() 283 (*dump_vm_map_entry)(kd, NULL, vmspace, at, 0); in main() 349 (*process_map)(kd, kproc, vmspace, NULL); in main()
|
| D | pmap.h | 127 struct vmspace vmspace; member
|
| /netbsd/src/sys/sys/ |
| D | shm.h | 173 struct vmspace; 177 void shmfork(struct vmspace *, struct vmspace *); 178 void shmexit(struct vmspace *); 183 extern void (*uvm_shmexit)(struct vmspace *); 184 extern void (*uvm_shmfork)(struct vmspace *, struct vmspace *);
|
| D | pax.h | 42 struct vmspace; 130 void pax_aslr_init_vm(struct lwp *, struct vmspace *, struct exec_package *); 138 pax_aslr_init_vm(struct lwp *l, struct vmspace *vm, struct exec_package *epp) in pax_aslr_init_vm()
|
| D | physmap.h | 55 int physmap_create_iov(physmap_t **, const struct vmspace *, 57 int physmap_create_linear(physmap_t **, const struct vmspace *,
|
| D | uio.h | 79 struct vmspace; 87 struct vmspace *uio_vmspace;
|
| D | proc.h | 231 struct vmspace; 245 struct vmspace *p_vmspace; /* :: Address space */ 553 int proc_vmspace_getref(struct proc *, struct vmspace **);
|
| /netbsd/src/sys/uvm/ |
| D | uvm_extern.h | 286 struct vmspace; 567 struct vmspace { struct 689 int uvm_vslock(struct vmspace *, void *, size_t, vm_prot_t); 690 void uvm_vsunlock(struct vmspace *, void *, size_t); 730 struct vmspace *uvmspace_alloc(vaddr_t, vaddr_t, bool); 731 void uvmspace_init(struct vmspace *, struct pmap *, 734 struct vmspace *uvmspace_fork(struct vmspace *); 735 void uvmspace_addref(struct vmspace *); 736 void uvmspace_free(struct vmspace *);
|
| D | uvm_unix.c | 74 struct vmspace *vm = p->p_vmspace; in sys_obreak() 136 struct vmspace *vm = p->p_vmspace; in uvm_grow()
|
| D | uvm_glue.c | 153 uvm_vslock(struct vmspace *vs, void *addr, size_t len, vm_prot_t access_type) in uvm_vslock() 174 uvm_vsunlock(struct vmspace *vs, void *addr, size_t len) in uvm_vsunlock() 425 struct vmspace *ovm; in uvm_proc_exit()
|
| /netbsd/src/sys/kern/ |
| D | subr_copy.c | 105 struct vmspace *vm = uio->uio_vmspace; in uiomove() 172 struct vmspace *vm = uio->uio_vmspace; in uiopeek() 293 copyin_vmspace(struct vmspace *vm, const void *uaddr, void *kaddr, size_t len) in copyin_vmspace() 326 copyout_vmspace(struct vmspace *vm, const void *kaddr, void *uaddr, size_t len) in copyout_vmspace() 361 struct vmspace *vm; in copyin_proc() 380 struct vmspace *vm; in copyout_proc() 400 struct vmspace *vm; in copyin_pid()
|
| D | sys_futex.c | 151 struct vmspace *vmspace; member 231 if ((uintptr_t)fka->fk_private.vmspace < in compare_futex_key() 232 (uintptr_t)fkb->fk_private.vmspace) in compare_futex_key() 234 if ((uintptr_t)fka->fk_private.vmspace > in compare_futex_key() 235 (uintptr_t)fkb->fk_private.vmspace) in compare_futex_key() 417 futex_key_init(union futex_key *fk, struct vmspace *vm, vaddr_t va, bool shared) in futex_key_init() 425 fk->fk_private.vmspace = vm; in futex_key_init() 673 struct vmspace *vm = curproc->p_vmspace; in futex_lookup() 720 struct vmspace *vm = curproc->p_vmspace; in futex_lookup_create()
|
| D | sys_process.c | 154 struct vmspace *vm; in process_domem()
|
| /netbsd/src/sys/arch/alpha/common/ |
| D | bus_dma.c | 54 bus_dmamap_t, void *, bus_size_t, struct vmspace *, int, 134 void *buf, size_t buflen, struct vmspace *vm, int flags, paddr_t *lastaddrp, in _bus_dmamap_load_buffer_direct() 243 struct vmspace *vm; in _bus_dmamap_load_direct() 386 struct vmspace *vm; in _bus_dmamap_load_uio_direct()
|
| D | sgmap_typedep.c | 68 size_t buflen, struct vmspace *vm, int flags, int * const segp, in __C() 332 struct vmspace *vm; in __C() 458 struct vmspace *vm; in __C()
|
| /netbsd/src/sys/arch/playstation2/playstation2/ |
| D | bus_dma.c | 55 struct vmspace *, int, vaddr_t *, int *, int); 142 struct vmspace *vm, int flags, vaddr_t *lastaddrp, int *segp, int first) in _bus_dmamap_load_buffer() 231 struct vmspace *vm; in _bus_dmamap_load()
|
| /netbsd/src/sys/rump/librump/rumpkern/ |
| D | vm.c | 114 struct vmspace *rump_vmspace_local; 418 uvmspace_init(struct vmspace *vm, struct pmap *pmap, vaddr_t vmin, vaddr_t vmax, in uvmspace_init() 949 uvm_vslock(struct vmspace *vs, void *addr, size_t len, vm_prot_t access) in uvm_vslock() 956 uvm_vsunlock(struct vmspace *vs, void *addr, size_t len) in uvm_vsunlock() 1007 uvmspace_addref(struct vmspace *vm) in uvmspace_addref() 1016 uvmspace_free(struct vmspace *vm) in uvmspace_free()
|
| /netbsd/src/sys/arch/ews4800mips/ews4800mips/ |
| D | bus_dma.c | 56 struct vmspace *, int, vaddr_t *, int *, int); 144 struct vmspace *vm, int flags, vaddr_t *lastaddrp, int *segp, int first) in _bus_dmamap_load_buffer() 233 struct vmspace *vm; in _bus_dmamap_load()
|
| /netbsd/src/sys/arch/mipsco/mipsco/ |
| D | bus_dma.c | 55 void *, bus_size_t, struct vmspace *, int, paddr_t *, 142 …(bus_dma_tag_t t, bus_dmamap_t map, void *buf, bus_size_t buflen, struct vmspace *vm, int flags, p… in _bus_dmamap_load_buffer() 229 struct vmspace *vm; in _bus_dmamap_load()
|
| /netbsd/src/sys/arch/arc/jazz/ |
| D | jazzdmatlbvar.h | 33 void jazz_dmatlb_map_va(struct vmspace *vm, vaddr_t va, vsize_t size,
|
| /netbsd/src/sys/arch/pmax/pmax/ |
| D | bus_dma.c | 54 void *, bus_size_t, struct vmspace *, int, vaddr_t *, 160 struct vmspace *vm, int flags, vaddr_t *lastaddrp, int *segp, int first) in _bus_dmamap_load_buffer() 251 struct vmspace *vm; in _bus_dmamap_load()
|
| /netbsd/src/sys/arch/hpcmips/hpcmips/ |
| D | bus_dma.c | 52 struct vmspace *, int, vaddr_t *, int *, int); 152 struct vmspace *vm, int flags, vaddr_t *lastaddrp, int *segp, int first) in _hpcmips_bd_map_load_buffer() 245 struct vmspace *vm; in _hpcmips_bd_map_load()
|
| /netbsd/src/sys/arch/emips/emips/ |
| D | bus_dma.c | 54 void *, bus_size_t, struct vmspace *, int, vaddr_t *, 160 struct vmspace *vm, int flags, vaddr_t *lastaddrp, int *segp, int first) in _bus_dmamap_load_buffer() 251 struct vmspace *vm; in _bus_dmamap_load()
|
| /netbsd/src/sys/arch/mips/mips/ |
| D | bus_dma.c | 109 void *buf, bus_size_t buflen, struct vmspace *vm, int flags, in _bus_dmamap_load_buffer() 247 struct vmspace * const vm = vmspace_kernel(); in _bus_dma_load_bouncebuf() 442 struct vmspace *vm; in _bus_dmamap_load() 521 struct vmspace *vm = vmspace_kernel(); in _bus_dmamap_load_mbuf() 667 struct vmspace *const vm = vmspace_kernel(); in _bus_dmamap_load_raw() 1300 struct vmspace *vm; in _bus_dma_uiomove()
|