Searched refs:vm_munmap_memseg (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/vmm/ |
H A D | vmm_mem.h | 75 int vm_munmap_memseg(struct vm *vm, vm_paddr_t gpa, size_t len);
|
H A D | vmm_mem.c | 313 vm_munmap_memseg(struct vm *vm, vm_paddr_t gpa, size_t len) in vm_munmap_memseg() function
|
H A D | vmm_dev.c | 541 error = vm_munmap_memseg(sc->vm, mu->gpa, mu->len); in vmmdev_ioctl()
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_fbuf.c | 227 if (vm_munmap_memseg(pi->pi_vmctx, sc->fbaddr, FB_SIZE) != 0) in pci_fbuf_baraddr()
|
H A D | pci_passthru.c | 1433 if (vm_munmap_memseg(pi->pi_vmctx, addr, size) != 0) { in passthru_addr_rom()
|
/freebsd/lib/libvmmapi/ |
H A D | vmmapi.h | 112 int vm_munmap_memseg(struct vmctx *ctx, vm_paddr_t gpa, size_t len);
|
H A D | vmmapi.c | 332 vm_munmap_memseg(struct vmctx *ctx, vm_paddr_t gpa, size_t len) in vm_munmap_memseg() function
|