Home
last modified time | relevance | path

Searched refs:NN_OS_MEMORY_PAGE_SIZE (Results 1 – 9 of 9) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/os/
Dos_TransferMemoryBlock.cpp37 NN_ALIGN_TASSERT_( p, NN_OS_MEMORY_PAGE_SIZE ); in Initialize()
38 NN_ALIGN_TASSERT_( size, NN_OS_MEMORY_PAGE_SIZE ); in Initialize()
57 NN_ALIGN_TASSERT_( p, NN_OS_MEMORY_PAGE_SIZE ); in TryInitialize()
58 NN_ALIGN_TASSERT_( size, NN_OS_MEMORY_PAGE_SIZE ); in TryInitialize()
88 NN_ALIGN_TASSERT_( size, NN_OS_MEMORY_PAGE_SIZE ); in AttachAndMap()
101 NN_ALIGN_TASSERT_( size, NN_OS_MEMORY_PAGE_SIZE ); in Map()
Dos_SharedMemory.cpp35 return (size + NN_OS_MEMORY_PAGE_SIZE - 1) & ~(NN_OS_MEMORY_PAGE_SIZE - 1); in GetPageAlignedSize()
48 return pManager->Allocate(p, s, NN_OS_MEMORY_PAGE_SIZE); in AllocateFromSharedMemorySpace()
63 NN_ALIGN_TASSERT_( size, NN_OS_MEMORY_PAGE_SIZE ); in Map()
Dos_StackMemory.cpp57 NN_ALIGN_TASSERT_( pMem, NN_OS_MEMORY_PAGE_SIZE ); in Initialize()
58 NN_ALIGN_TASSERT_( size, NN_OS_MEMORY_PAGE_SIZE ); in Initialize()
62 …dressSpaceManagerAllocate(&s_SpaceManager, detail::ConvertToC(this), size, NN_OS_MEMORY_PAGE_SIZE); in Initialize()
Dos_StackMemoryBlock.cpp42 return (size + NN_OS_MEMORY_PAGE_SIZE - 1) & ~(NN_OS_MEMORY_PAGE_SIZE - 1); in GetPageAlignedSize()
Dos_AddressSpaceManager.cpp39 NN_ALIGN_TASSERT_(size, NN_OS_MEMORY_PAGE_SIZE); in Allocate()
40 NN_ALIGN_TASSERT_(skipSize, NN_OS_MEMORY_PAGE_SIZE); in Allocate()
Dos_Alarm.cpp74 … NUM_ALARM_THREAD + (sizeof(nn::os::ThreadPool) / NN_OS_MEMORY_PAGE_SIZE + 1) * NN_OS_MEMORY_PAGE_… in GetRequiredMemorySizeForAlarmSystem()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/os/CTR/
Dos_MemoryConfig.h19 #define NN_OS_MEMORY_PAGE_SIZE 0x1000 macro
/CTR-SDK-1.0.0/CTR_SDK/include/nn/os/
Dos_MemoryBlock.h115 …GetPageAlignedSize(size_t size) { return (size + NN_OS_MEMORY_PAGE_SIZE - 1) & ~(NN_OS_MEMORY_PAGE… in GetPageAlignedSize()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/net/osl/
Dosl_Mbuf.h25 #define NN_NET_OSL_PAGE_SIZE NN_OS_MEMORY_PAGE_SIZE
27 #define NN_NET_OSL_MBUF_UNIT_SIZE (NN_OS_MEMORY_PAGE_SIZE / 2)