Searched refs:vmspace_unmap (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/vmm/sys/ |
H A D | vmm_vm.h | 46 int vmspace_unmap(vmspace_t *, uintptr_t, uintptr_t);
|
/illumos-gate/usr/src/uts/intel/io/vmm/ |
H A D | vmm.c | 818 return (vmspace_unmap(vm->vmspace, gpa, len)); in vm_unmap_mmio() 966 VERIFY0(vmspace_unmap(vm->vmspace, gpa, len)); in vm_mmap_memseg() 1040 error = vmspace_unmap(vm->vmspace, mm->gpa, mm->len); in vm_free_memmap()
|
H A D | vmm_vm.c | 812 vmspace_unmap(vmspace_t *vms, uintptr_t addr, uintptr_t len) in vmspace_unmap() function
|