Searched refs:myPermission (Results 1 – 5 of 5) sorted by relevance
| /CTR-SDK-0.13.2/sources/libraries/os/ |
| D | os_TransferMemoryBlock.cpp | 31 bit32 myPermission, in Initialize() argument 41 …result = nn::svc::CreateMemoryBlock(&handle, reinterpret_cast<uptr>(p), size, myPermission, otherP… in Initialize() 51 bit32 myPermission, in TryInitialize() argument 61 …result = nn::svc::CreateMemoryBlock(&handle, reinterpret_cast<uptr>(p), size, myPermission, otherP… in TryInitialize() 85 bit32 myPermission ) in AttachAndMap() argument 90 return Map(size, otherPermission, myPermission); in AttachAndMap() 96 bit32 myPermission ) in Map() argument 109 this->MemoryBlockBase::SetReadOnly((myPermission & os::MEMORY_PERMISSION_WRITE) == 0); in Map() 111 Result result = nn::svc::MapMemoryBlock(GetHandle(), addr, myPermission, otherPermission); in Map()
|
| D | os_SharedMemory.cpp | 74 …const bit32 myPermission = readOnly ? MEMORY_PERMISSION_READ : (MEMORY_PERMISSION_READ | MEMORY_PE… in Map() local 75 …result = nn::svc::MapMemoryBlock(GetHandle(), addr, myPermission, os::MEMORY_PERMISSION_DONT_CARE); in Map() 98 …bit32 myPermission = readOnly ? MEMORY_PERMISSION_READ : MEMORY_PERMISSION_READ | MEMORY_PERMISSIO… 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 | 40 bit32 myPermission = os::MEMORY_PERMISSION_NONE, 46 bit32 myPermission = os::MEMORY_PERMISSION_NONE, 59 bit32 myPermission ); 64 bit32 myPermission );
|
| /CTR-SDK-0.13.2/include/nn/svc/ |
| D | svc_Inlines.h | 54 …inline Result AllocateSharedMemory(Handle* pOut, size_t size, bit32 myPermission, bit32 otherPermi… in AllocateSharedMemory() argument 56 return CreateMemoryBlock(pOut, NULL, size, myPermission, otherPermission); in AllocateSharedMemory()
|
| D | svc_Stub.h | 67 …lock ( nn::Handle* pOut, uptr pMemory, size_t size, bit32 myPermission, bit32 otherPer… 68 …MapMemoryBlock ( nn::Handle memBlock, uptr addr, bit32 myPermission, bit32 otherPer…
|