Skip to main content

ApuMapApuAddress

Returns a virtual address that is associated with an APU physical address.

Syntax

Parameters

apuPhysicalAddress   
Type: 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 by ApuAlloc 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 consoles

See also

ApuMapVirtualAddress
APU
Last modified on August 20, 2026