ryujinx/Ryujinx.HLE/HOS/Kernel/Memory
Mary 20ce37dee6
kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042)
* Start refactoring kernel a bit and import some changes from kernel decoupling PR

* kernel: Put output always at the start in Syscall functions

* kernel: Rewrite GetThreadContext3 to use a structure and to be accurate

* kernel: make KernelTransfer use generic types and simplify

* Fix some warning and do not use getters on MemoryInfo

* Address gdkchan's comment

* GetThreadContext3: use correct pause flag
2022-01-29 22:18:03 +01:00
..
AddressSpaceType.cs
DramMemoryMap.cs
KMemoryBlock.cs
KMemoryBlockManager.cs
KMemoryBlockSlabManager.cs
KMemoryInfo.cs
KMemoryManager.cs
KMemoryRegionBlock.cs
KMemoryRegionManager.cs
KPageList.cs
KPageNode.cs
KPageTable.cs kernel: Clear pages allocated with SetHeapSize (#2776) 2021-10-24 18:52:59 -03:00
KPageTableBase.cs kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042) 2022-01-29 22:18:03 +01:00
KPageTableHostMapped.cs kernel: Clear pages allocated with SetHeapSize (#2776) 2021-10-24 18:52:59 -03:00
KScopedPageList.cs
KSharedMemory.cs
KSlabHeap.cs
KTransferMemory.cs
MemoryAttribute.cs
MemoryFillValue.cs kernel: Clear pages allocated with SetHeapSize (#2776) 2021-10-24 18:52:59 -03:00
MemoryPermission.cs kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042) 2022-01-29 22:18:03 +01:00
MemoryRegion.cs
MemoryState.cs kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042) 2022-01-29 22:18:03 +01:00
SharedMemoryStorage.cs