Home
last modified time | relevance | path

Searched refs:NN_OS_ADDR_CONTINUOUS_BEGIN (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/os/CTR/
Dos_MemoryMapCommon.h21 #define NN_OS_CONTINUOUS_TO_PHYSICAL(a) ((a) + (0x20000000 - NN_OS_ADDR_CONTINUOUS_BEGIN))
22 #define NN_OS_PHYSICAL_TO_CONTINUOUS(a) ((a) - (0x20000000 - NN_OS_ADDR_CONTINUOUS_BEGIN))
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/os/CTR/MPCore/
Dos_MemoryMap.h53 #define NN_OS_ADDR_SHARED_END NN_OS_ADDR_CONTINUOUS_BEGIN
56 #define NN_OS_ADDR_CONTINUOUS_BEGIN 0x14000000 macro