// d3dkmddi.h
DXGKCB_UNMAPPHYSICALMEMORY DxgkcbUnmapphysicalmemory;
VOID DxgkcbUnmapphysicalmemory(
[in] IN_CONST_PDXGKARGCB_UNMAP_PHYSICAL_MEMORY pArgs
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
DXGKCB_UNMAPPHYSICALMEMORY unmaps a CPU-visible virtual address from the underlying physical memory.
pArgs [in]Pointer to a DXGKARGCB_UNMAP_PHYSICAL_MEMORY structure that contains information about the physical memory object from which the CPU-visible address is being unmapped.
DXGKCB_XXX functions are implemented by Dxgkrnl. To use this callback function, set the members of DXGKARGCB_UNMAP_PHYSICAL_MEMORY and then call DxgkCbUnmapPhysicalMemory via the DXGKRNL_INTERFACE.
See IOMMU DMA remapping for more information.
DXGKARGCB_UNMAP_PHYSICAL_MEMORY