Home
last modified time | relevance | path

Searched refs:unmap (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/vm/
H A Dvm_swapout.c175 vm_swapout_object_deactivate_page(pmap_t pmap, vm_page_t m, bool unmap) in vm_swapout_object_deactivate_page() argument
192 else if (unmap && vm_page_try_remove_all(m)) in vm_swapout_object_deactivate_page()
212 bool unmap; in vm_swapout_object_deactivate() local
225 unmap = true; in vm_swapout_object_deactivate()
227 unmap = false; in vm_swapout_object_deactivate()
237 vm_swapout_object_deactivate_page(pmap, m, unmap); in vm_swapout_object_deactivate()
/f-stack/freebsd/arm64/iommu/
H A Diommu.c120 .unmap = iommu_domain_unmap_buf,
307 error = iodom->ops->unmap(iodom, entry->start, entry->end - in iommu_domain_unload()
H A Diommu_if.m71 METHOD int unmap {
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_memory.c49 bool addr_is_hint, allow_shrink, unmap, no_align; in eal_get_virtual_area() local
63 unmap = (flags & EAL_VIRTUAL_AREA_UNMAP) > 0; in eal_get_virtual_area()
153 if (unmap) { in eal_get_virtual_area()
180 if (!unmap) { in eal_get_virtual_area()
/f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md176 | trim | operations | ZIO trim (aka unmap) writes |
212 | trim_write_ind | blocks | independent trim (aka unmap) writes |
218 | trim_write_agg | blocks | aggregated trim (aka unmap) writes |
/f-stack/freebsd/x86/xen/
H A Dxen_intr.c1492 struct physdev_unmap_pirq unmap; in xen_release_msi() local
1500 unmap.pirq = isrc->xi_pirq; in xen_release_msi()
1501 ret = HYPERVISOR_physdev_op(PHYSDEVOP_unmap_pirq, &unmap); in xen_release_msi()
/f-stack/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c850 goto unmap; in ifcvf_sw_fallback_switchover()
872 unmap: in ifcvf_sw_fallback_switchover()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in213 * munmap() to unmap freed extents. This is enabled on 64-bit Linux because
/f-stack/freebsd/x86/iommu/
H A Dintel_idpgtbl.c818 .unmap = domain_unmap_buf,
H A Dintel_ctx.c916 error = iodom->ops->unmap(iodom, entry->start, entry->end - in dmar_domain_unload()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_19_05.rst150 * Added support for new PCI device DMA map/unmap API.
/f-stack/freebsd/kern/
H A Dbus_if.m359 * BUS_MAP_RESOURCE(). This may for instance unmap a memory region