Searched refs:otherPermission (Results 1 – 5 of 5) sorted by relevance
| /CTR-SDK-4.2.5/sources/libraries/os/ |
| D | os_TransferMemoryBlock.cpp | 34 bit32 otherPermission ) in Initialize() argument 36 NN_OS_ERROR_IF_FAILED(TryInitialize(p, size, myPermission, otherPermission)); in Initialize() 43 bit32 otherPermission ) in TryInitialize() argument 64 …n::svc::CreateMemoryBlock(&handle, reinterpret_cast<uptr>(p), size, myPermission, otherPermission); in TryInitialize() 87 bit32 otherPermission, in AttachAndMap() argument 97 return Map(size, otherPermission, myPermission); in AttachAndMap() 102 bit32 otherPermission, in Map() argument 127 Result result = nn::svc::MapMemoryBlock(GetHandle(), addr, myPermission, otherPermission); in Map()
|
| D | os_SharedMemory.cpp | 112 …bit32 otherPermission = otherReadOnly ? MEMORY_PERMISSION_READ : MEMORY_PERMISSION_READ | MEMORY_P… in TryInitialize() local 116 result = nn::svc::CreateMemoryBlock(&handle, NULL, size, myPermission, otherPermission); in TryInitialize()
|
| /CTR-SDK-4.2.5/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-4.2.5/include/nn/applet/CTR/ |
| D | applet_API.h | 51 …( os::TransferMemoryBlock* transferMemory, nn::Handle handle, size_t size, bit32 otherPermission ); 262 …e( os::TransferMemoryBlock* transferMemory, nn::Handle handle, size_t size, bit32 otherPermission ) in AttachTransferMemoryHandle() argument 264 detail::AttachTransferMemoryHandle( transferMemory, handle, size, otherPermission ); in AttachTransferMemoryHandle()
|
| /CTR-SDK-4.2.5/include/nn/svc/ |
| 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 );
|