Searched refs:unmap (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/vm/ |
| H A D | vm_swapout.c | 175 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 D | iommu.c | 120 .unmap = iommu_domain_unmap_buf, 307 error = iodom->ops->unmap(iodom, entry->start, entry->end - in iommu_domain_unload()
|
| H A D | iommu_if.m | 71 METHOD int unmap {
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_memory.c | 49 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 D | README.md | 176 | 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 D | xen_intr.c | 1492 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 D | ifcvf_vdpa.c | 850 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 D | jemalloc_internal_defs.h.in | 213 * munmap() to unmap freed extents. This is enabled on 64-bit Linux because
|
| /f-stack/freebsd/x86/iommu/ |
| H A D | intel_idpgtbl.c | 818 .unmap = domain_unmap_buf,
|
| H A D | intel_ctx.c | 916 error = iodom->ops->unmap(iodom, entry->start, entry->end - in dmar_domain_unload()
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_19_05.rst | 150 * Added support for new PCI device DMA map/unmap API.
|
| /f-stack/freebsd/kern/ |
| H A D | bus_if.m | 359 * BUS_MAP_RESOURCE(). This may for instance unmap a memory region
|