Searched refs:otherPermission (Results 1 – 5 of 5) sorted by relevance
| /CTR-SDK-0.13.2/sources/libraries/os/ |
| D | os_TransferMemoryBlock.cpp | 32 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()
|
| D | os_SharedMemory.cpp | 99 …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/ |
| D | os_TransferMemoryBlock.h | 41 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/ |
| D | svc_Inlines.h | 54 …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()
|
| D | svc_Stub.h | 67 … ( nn::Handle* pOut, uptr pMemory, size_t size, bit32 myPermission, bit32 otherPermission ); 68 …Block ( nn::Handle memBlock, uptr addr, bit32 myPermission, bit32 otherPermission );
|