1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-09-21 14:33:30 +01:00
Ryujinx/Ryujinx.HLE/HOS/Kernel/Memory
2021-02-08 10:54:49 +11:00
..
AddressSpaceType.cs
DramMemoryMap.cs
KMemoryArrange.cs
KMemoryArrangeRegion.cs
KMemoryBlock.cs IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special handling from kernel (#1458) 2020-12-02 00:23:43 +01:00
KMemoryBlockAllocator.cs
KMemoryInfo.cs IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special handling from kernel (#1458) 2020-12-02 00:23:43 +01:00
KMemoryManager.cs Fix inter-process data copy on non-contiguous physical regions (#1988) 2021-02-08 10:54:49 +11:00
KMemoryRegionBlock.cs
KMemoryRegionManager.cs
KPageList.cs
KPageNode.cs Refactor SVC handler (#540) 2018-12-18 03:33:36 -02:00
KSharedMemory.cs IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special handling from kernel (#1458) 2020-12-02 00:23:43 +01:00
KSlabHeap.cs
KTransferMemory.cs Rewrite scheduler context switch code (#1786) 2020-12-09 19:20:05 -03:00
MemoryAttribute.cs
MemoryOperation.cs
MemoryPermission.cs IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special handling from kernel (#1458) 2020-12-02 00:23:43 +01:00
MemoryRegion.cs
MemoryState.cs