pub unsafe extern "C" fn osConvertVirtToPhys(
    vaddr: *const c_void
) -> u32_
Expand description

Converts an address from virtual (process) memory to physical memory.

§Arguments

  • vaddr - Input virtual address.

§Returns

The corresponding physical address. It is sometimes required by services or when using the GPU command buffer.