Home
last modified time | relevance | path

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

/dpdk/doc/guides/gpus/features/
H A Dcuda.ini12 CPU unmap device memory = Y
H A Ddefault.ini15 CPU unmap device memory =
/dpdk/lib/eal/common/
H A Deal_common_memory.c48 bool addr_is_hint, allow_shrink, unmap, no_align; in eal_get_virtual_area() local
62 unmap = (flags & EAL_VIRTUAL_AREA_UNMAP) > 0; in eal_get_virtual_area()
162 if (unmap) { in eal_get_virtual_area()
189 if (!unmap) { in eal_get_virtual_area()
/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c853 goto unmap; in ifcvf_sw_fallback_switchover()
875 unmap: in ifcvf_sw_fallback_switchover()
/dpdk/doc/guides/prog_guide/
H A Dgpudev.rst81 Later, it's also possible to unmap that memory with gpudev.
/dpdk/doc/guides/linux_gsg/
H A Dlinux_drivers.rst174 VFIO does not support partial unmap of once mapped memory. Hence DPDK's memory is
/dpdk/doc/guides/rel_notes/
H A Drelease_19_05.rst103 * Added support for new PCI device DMA map/unmap API.