Skip to main content

ApuMapVirtualAddress

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

Syntax

Parameters

virtualAddress   _In_
Type: void*
Virtual address to map.

Return value

Type: APU_ADDRESS APU physical address associated with the specified virtual address.

Remarks

This method returns 0 if the virtual address is invalid or if it was not allocated with ApuAlloc. To verify whether a virtual address is valid, call ApuIsVirtualAddressValid. If the physical address is known, call ApuMapApuAddress to determine the associated virtual address.

Requirements

Header: apu.h Library: acphal.lib Supported platforms: XBOX One family consoles and XBOX Series consoles

See also

ApuIsVirtualAddressValid
ApuMapApuAddress
APU
Last modified on August 20, 2026