Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/sources/libraries/os/
Dos_TransferMemoryBlock.cpp31 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()
Dos_SharedMemory.cpp74 …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/
Dos_TransferMemoryBlock.h40 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/
Dsvc_Inlines.h54 …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()
Dsvc_Stub.h67 …lock ( nn::Handle* pOut, uptr pMemory, size_t size, bit32 myPermission, bit32 otherPer…
68 …MapMemoryBlock ( nn::Handle memBlock, uptr addr, bit32 myPermission, bit32 otherPer…