Home
last modified time | relevance | path

Searched refs:vmspace_unmap (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vmm/sys/
H A Dvmm_vm.h46 int vmspace_unmap(vmspace_t *, uintptr_t, uintptr_t);
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm.c818 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 Dvmm_vm.c812 vmspace_unmap(vmspace_t *vms, uintptr_t addr, uintptr_t len) in vmspace_unmap() function