summaryrefslogtreecommitdiff
path: root/src/core/memory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: memory: Updates for new VMM.Gravatar bunnei2020-04-171-14/+1
* core: memory: Move to Core::Memory namespace.Gravatar bunnei2020-04-171-2/+2
* Memory: Address Feedback.Gravatar Fernando Sahmkow2020-04-081-0/+68
* Buffer Cache: Use vAddr instead of physical memory.Gravatar Fernando Sahmkow2020-04-061-0/+10
* core/memory: Create a special MapMemoryRegion for physical memory.Gravatar Markus Wick2020-01-181-1/+15
* core/memory; Migrate over SetCurrentPageTable() to the Memory classGravatar Lioncash2019-11-261-4/+7
* core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash2019-11-261-9/+88
* core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash2019-11-261-7/+78
* core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory classGravatar Lioncash2019-11-261-2/+51
* core/memory: Migrate over RasterizerMarkRegionCached() to the Memory classGravatar Lioncash2019-11-261-5/+10
* core/memory: Migrate over ReadCString() to the Memory classGravatar Lioncash2019-11-261-2/+17
* core/memory: Migrate over GetPointer()Gravatar Lioncash2019-11-261-2/+20
* core/memory: Migrate over address checking functions to the new Memory classGravatar Lioncash2019-11-261-3/+21
* core/memory: Migrate over memory mapping functions to the new Memory classGravatar Lioncash2019-11-261-0/+59
* core/memory: Introduce skeleton of Memory classGravatar Lioncash2019-11-261-0/+21
* memory: Remove unused PageTable forward declarationGravatar Lioncash2019-07-061-4/+0
* core/memory: Remove unused FlushMode enumGravatar Lioncash2019-05-071-9/+0
* core/cpu_core_manager: Create threads separately from initialization.Gravatar Lioncash2019-04-111-2/+3
* Merge pull request #2361 from lioncash/pagetableGravatar bunnei2019-04-071-2/+1
|\
| * core/memory: Remove GetCurrentPageTable()Gravatar Lioncash2019-04-071-2/+1
* | core/memory: Remove unused enum constantsGravatar Lioncash2019-04-071-10/+0
|/
* core/memory: Remove unnecessary includesGravatar Lioncash2019-03-211-3/+0
* core: Move PageTable struct into Common.Gravatar bunnei2019-03-161-68/+6
* memory: Simplify rasterizer cache operations.Gravatar bunnei2019-03-161-6/+0
* memory: Dehardcode the use of fixed memory range constantsGravatar Lioncash2018-09-241-30/+1
* memory: Dehardcode the use of a 36-bit address spaceGravatar Lioncash2018-09-241-11/+21
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-9/+9
* gl_renderer: Cache textures, framebuffers, and shaders based on CPU address.Gravatar bunnei2018-08-311-2/+1
* memory: Make prototype parameter names match their definitionsGravatar Lioncash2018-08-051-5/+5
* memory: Correct prototype of ZeroBlockGravatar Lioncash2018-08-051-1/+1
* memory: Remove unnecessary const qualifiers in prototypesGravatar Lioncash2018-08-051-9/+8
* core/memory: Get rid of 3DS leftoversGravatar Lioncash2018-08-031-87/+1
* Kernel/Arbiters: Fix casts, cleanup comments/magic numbersGravatar Michael Scire2018-06-221-0/+7
* gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses.Gravatar bunnei2018-04-241-1/+2
* memory: Fix stack region.Gravatar bunnei2018-03-311-4/+5
* memory: Add RasterizerMarkRegionCached code and cleanup.Gravatar bunnei2018-03-261-0/+5
* Merge pull request #265 from bunnei/tegra-progress-2Gravatar bunnei2018-03-231-1/+19
|\
| * rasterizer: Flush and invalidate regions should be 64-bit.Gravatar bunnei2018-03-231-1/+1
| * memory: Port RasterizerFlushVirtualRegion from Citra.Gravatar bunnei2018-03-221-1/+19
* | Remove more N3DS ReferencesGravatar N00byKing2018-03-221-11/+0
|/
* memory: Add regions for map region, "new" map region, etc.Gravatar bunnei2018-03-161-19/+29
* arm_dynarmic: Support direct page table accessGravatar MerryMage2018-02-121-4/+5
* memory: Replace all memory hooking with Special regionsGravatar MerryMage2018-01-271-51/+21
* Update memory.hGravatar David2018-01-161-2/+2
* Increased heap size and changed tls area vaddrGravatar David Marcec2018-01-161-2/+2
* core/video_core: Fix a bunch of u64 -> u32 warnings.Gravatar bunnei2018-01-011-5/+5
* svc: Implement MapMemory.Gravatar bunnei2017-12-281-1/+1
* memory: Support 32-bit paging, move heap address space up.Gravatar bunnei2017-10-221-2/+2
* Merge remote-tracking branch 'upstream/master' into nxGravatar bunnei2017-10-091-14/+77
|\
| * Memory: Make WriteBlock take a Process parameter on which to operateGravatar Subv2017-10-011-0/+2