Home
last modified time | relevance | path

Searched refs:otherPermission (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-0.13.2/sources/libraries/os/
Dos_TransferMemoryBlock.cpp32 bit32 otherPermission ) in Initialize() argument
41 …n::svc::CreateMemoryBlock(&handle, reinterpret_cast<uptr>(p), size, myPermission, otherPermission); in Initialize()
52 bit32 otherPermission ) in TryInitialize() argument
61 …n::svc::CreateMemoryBlock(&handle, reinterpret_cast<uptr>(p), size, myPermission, otherPermission); in TryInitialize()
84 bit32 otherPermission, in AttachAndMap() argument
90 return Map(size, otherPermission, myPermission); in AttachAndMap()
95 bit32 otherPermission, in Map() argument
111 Result result = nn::svc::MapMemoryBlock(GetHandle(), addr, myPermission, otherPermission); in Map()
Dos_SharedMemory.cpp99 …bit32 otherPermission = otherReadOnly ? MEMORY_PERMISSION_READ : MEMORY_PERMISSION_READ | MEMORY_P… in TryInitialize() local
103 result = nn::svc::CreateMemoryBlock(&handle, NULL, size, myPermission, otherPermission); in TryInitialize()
/CTR-SDK-0.13.2/include/nn/os/
Dos_TransferMemoryBlock.h41 bit32 otherPermission = os::MEMORY_PERMISSION_READ_WRITE );
47 bit32 otherPermission = os::MEMORY_PERMISSION_READ_WRITE );
58 bit32 otherPermission,
63 bit32 otherPermission,
/CTR-SDK-0.13.2/include/nn/svc/
Dsvc_Inlines.h54 …e Result AllocateSharedMemory(Handle* pOut, size_t size, bit32 myPermission, bit32 otherPermission) in AllocateSharedMemory() argument
56 return CreateMemoryBlock(pOut, NULL, size, myPermission, otherPermission); in AllocateSharedMemory()
Dsvc_Stub.h67 … ( nn::Handle* pOut, uptr pMemory, size_t size, bit32 myPermission, bit32 otherPermission );
68 …Block ( nn::Handle memBlock, uptr addr, bit32 myPermission, bit32 otherPermission );