Home
last modified time | relevance | path

Searched refs:GetDeviceMemoryAddress (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-4.2.5/include/nn/os/
Dos_Memory.h62 uptr GetDeviceMemoryAddress();
/CTR-SDK-4.2.5/sources/libraries/os/
Dos_Memory.cpp45 uptr GetDeviceMemoryAddress() in GetDeviceMemoryAddress() function
243 return nn::os::GetDeviceMemoryAddress(); in nnosGetDeviceMemoryAddress()
/CTR-SDK-4.2.5/sources/libraries/dbg/CTR/
Ddbg_DirectPrint.cpp100 NN_TASSERTMSG_( os::GetDeviceMemoryAddress() <= reinterpret_cast<uptr>(dispbuf) in ChangeDisplaybuffer()
101 … && reinterpret_cast<uptr>(dispbuf) < os::GetDeviceMemoryAddress() + os::GetDeviceMemorySize(), in ChangeDisplaybuffer()
Ddbg_ExceptionScreen.cpp321 uptr begin = os::GetDeviceMemoryAddress(); in IsDeviceMemoryAddress()