Ryujinx/Ryujinx.Cpu
gdkchan 715b605e95
Validate CPU virtual addresses on access (#1987)
* Enable PTE null checks again

* Do address validation on EmitPtPointerLoad, and make it branchless

* PTC version increment

* Mask of pointer tag for exclusive access

* Move mask to the correct place

Co-authored-by: LDj3SNuD <35856442+LDj3SNuD@users.noreply.github.com>
2021-02-16 19:04:19 +01:00
..
Tracking Implement lazy flush-on-read for Buffers (SSBO/Copy) (#1790) 2021-01-17 17:08:06 -03:00
CpuContext.cs Clear JIT cache on exit (#1518) 2020-12-16 17:07:42 -03:00
InvalidAccessHandler.cs Print guest stack trace on invalid memory access (#1407) 2020-07-30 23:16:41 +10:00
JitMemoryAllocator.cs Implement a new physical memory manager and replace DeviceMemory (#856) 2020-05-04 08:54:50 +10:00
JitMemoryBlock.cs Implement a new physical memory manager and replace DeviceMemory (#856) 2020-05-04 08:54:50 +10:00
MemoryHelper.cs Rewrite size for fixed size buffers (#1808) 2020-12-12 14:06:20 +11:00
MemoryManager.cs Validate CPU virtual addresses on access (#1987) 2021-02-16 19:04:19 +01:00
Ryujinx.Cpu.csproj infra: Migrate to .NET 5 (#1694) 2020-11-15 19:27:15 +01:00