84 Commits (03fad5ebe86309cf22732ec9b8d3caf3da63f7b9)

Author SHA1 Message Date
bunnei f7c03610e1 core: memory: Updates for new VMM. 6 years ago
bunnei 4caff51710 core: memory: Move to Core::Memory namespace. 6 years ago
Fernando Sahmkow 913f42a3a7 Memory: Address Feedback. 6 years ago
Fernando Sahmkow 7fcd0fee6d Buffer Cache: Use vAddr instead of physical memory. 6 years ago
Markus Wick 56672b8c98 core/memory: Create a special MapMemoryRegion for physical memory. 6 years ago
Lioncash e7e939104b core/memory; Migrate over SetCurrentPageTable() to the Memory class 6 years ago
Lioncash e4c381b885 core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash b05bfc6036 core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash 89ef3ef575 core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory class 6 years ago
Lioncash 849581075a core/memory: Migrate over RasterizerMarkRegionCached() to the Memory class 6 years ago
Lioncash b2165c6b35 core/memory: Migrate over ReadCString() to the Memory class 6 years ago
Lioncash 3f08e8d8d4 core/memory: Migrate over GetPointer() 6 years ago
Lioncash e58748fd80 core/memory: Migrate over address checking functions to the new Memory class 6 years ago
Lioncash 323680e5ad core/memory: Migrate over memory mapping functions to the new Memory class 6 years ago
Lioncash 4c2ed2706e core/memory: Introduce skeleton of Memory class 6 years ago
Lioncash 63a5f48e7e memory: Remove unused PageTable forward declaration 7 years ago
Lioncash 495a8d8d95 core/memory: Remove unused FlushMode enum 7 years ago
Lioncash f2331a804a core/cpu_core_manager: Create threads separately from initialization. 7 years ago
Lioncash 36a1e6a982 core/memory: Remove unused enum constants 7 years ago
Lioncash abae7577d2 core/memory: Remove GetCurrentPageTable() 7 years ago
Lioncash c221308a66 core/memory: Remove unnecessary includes 7 years ago
bunnei 93da8e0abf core: Move PageTable struct into Common. 7 years ago
bunnei 10118c71e0 memory: Simplify rasterizer cache operations. 7 years ago
Lioncash 83377113bf memory: Dehardcode the use of fixed memory range constants 7 years ago
Lioncash 7fd598636e memory: Dehardcode the use of a 36-bit address space 7 years ago
fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
bunnei d647d9550c gl_renderer: Cache textures, framebuffers, and shaders based on CPU address. 7 years ago
Lioncash 2a7a2b739b memory: Make prototype parameter names match their definitions 8 years ago
Lioncash 4aa31b0618 memory: Correct prototype of ZeroBlock 8 years ago
Lioncash 2fc5c783ed memory: Remove unnecessary const qualifiers in prototypes 8 years ago
Lioncash 26de4bb521 core/memory: Get rid of 3DS leftovers 8 years ago
Michael Scire 067ac434ba Kernel/Arbiters: Fix casts, cleanup comments/magic numbers 8 years ago
bunnei 4415e00181 gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses. 8 years ago
bunnei b27ab46bde memory: Fix stack region. 8 years ago
bunnei d732142b66 memory: Add RasterizerMarkRegionCached code and cleanup. 8 years ago
bunnei 11047d7fd5 rasterizer: Flush and invalidate regions should be 64-bit. 8 years ago
bunnei 63d3924b5b memory: Port RasterizerFlushVirtualRegion from Citra. 8 years ago
N00byKing 8afdbf6a1f Remove more N3DS References 8 years ago
bunnei 69ee9edd8d memory: Add regions for map region, "new" map region, etc. 8 years ago
MerryMage 6085d32cf5 arm_dynarmic: Support direct page table access 8 years ago
MerryMage 738f91a57d memory: Replace all memory hooking with Special regions 8 years ago
David cb8d5328d5
Update memory.h 8 years ago
David Marcec c903372111 Increased heap size and changed tls area vaddr 8 years ago
bunnei 93480b10ef core/video_core: Fix a bunch of u64 -> u32 warnings. 8 years ago
bunnei 6e021f22b8 svc: Implement MapMemory. 8 years ago
bunnei 9ceb0d9381 memory: Support 32-bit paging, move heap address space up. 8 years ago
bunnei 23ce4f5afc loader: Various improvements for NSO/NRO loaders. 8 years ago
Subv 1f2de7501b Memory: Make WriteBlock take a Process parameter on which to operate 8 years ago
Subv 811c01e5fe Memory: Make ReadBlock take a Process parameter on which to operate 8 years ago
bunnei f01472a5ff core: Various changes to support 64-bit addressing. 8 years ago