Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/os/
Dos_TransferMemoryBlock.cpp33 bit32 otherPermission ) in Initialize() argument
42 …n::svc::CreateMemoryBlock(&handle, reinterpret_cast<uptr>(p), size, myPermission, otherPermission); in Initialize()
53 bit32 otherPermission ) in TryInitialize() argument
62 …n::svc::CreateMemoryBlock(&handle, reinterpret_cast<uptr>(p), size, myPermission, otherPermission); in TryInitialize()
85 bit32 otherPermission, in AttachAndMap() argument
91 return Map(size, otherPermission, myPermission); in AttachAndMap()
96 bit32 otherPermission, in Map() argument
112 Result result = nn::svc::MapMemoryBlock(GetHandle(), addr, myPermission, otherPermission); in Map()
Dos_SharedMemory.cpp100 …bit32 otherPermission = otherReadOnly ? MEMORY_PERMISSION_READ : MEMORY_PERMISSION_READ | MEMORY_P… in TryInitialize() local
104 result = nn::svc::CreateMemoryBlock(&handle, NULL, size, myPermission, otherPermission); in TryInitialize()
/CTR-SDK-1.0.0/CTR_SDK/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-1.0.0/CTR_SDK/include/nn/applet/CTR/
Dapplet_API.h79 …( os::TransferMemoryBlock* transferMemory, nn::Handle handle, size_t size, bit32 otherPermission );
445 …e( os::TransferMemoryBlock* transferMemory, nn::Handle handle, size_t size, bit32 otherPermission ) in AttachTransferMemoryHandle() argument
447 detail::AttachTransferMemoryHandle( transferMemory, handle, size, otherPermission ); in AttachTransferMemoryHandle()
1007 …n::os::TransferMemoryBlock* transferMemory, nn::Handle handle, size_t size, bit32 otherPermission ) in nnappletAttachTransferMemoryHandle() argument
1009 nn::applet::CTR::AttachTransferMemoryHandle( transferMemory, handle, size, otherPermission ); in nnappletAttachTransferMemoryHandle()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/svc/
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 );