Searched refs:GetDeviceMemoryAddress (Results 1 – 4 of 4) sorted by relevance
62 uptr GetDeviceMemoryAddress();
45 uptr GetDeviceMemoryAddress() in GetDeviceMemoryAddress() function243 return nn::os::GetDeviceMemoryAddress(); in nnosGetDeviceMemoryAddress()
100 NN_TASSERTMSG_( os::GetDeviceMemoryAddress() <= reinterpret_cast<uptr>(dispbuf) in ChangeDisplaybuffer()101 … && reinterpret_cast<uptr>(dispbuf) < os::GetDeviceMemoryAddress() + os::GetDeviceMemorySize(), in ChangeDisplaybuffer()
321 uptr begin = os::GetDeviceMemoryAddress(); in IsDeviceMemoryAddress()