ApuMapApuAddress
Returns a virtual address that is associated with an APU physical address.Syntax
Parameters
apuPhysicalAddressType: APU_ADDRESS APU physical address to map.
Return value
Type: void* Virtual address associated with the specified APU physical address.Remarks
This method returns nullptr if the physical address is invalid or if it was not allocated with ApuAlloc. The virtual and physical addresses that are returned byApuAlloc represent different views of the same address space.
If the virtual address is known, call ApuMapVirtualAddress to determine the associated physical address.
Requirements
Header: apu.h Library: acphal.lib Supported platforms: XBOX One family consoles and XBOX Series consolesSee also
ApuMapVirtualAddressAPU
