summaryrefslogtreecommitdiff
path: root/src/core/memory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Buffer Cache: Use vAddr instead of physical memory.Gravatar Fernando Sahmkow2020-04-061-0/+115
* GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddrGravatar Fernando Sahmkow2020-04-061-6/+6
* core/memory: Create a special MapMemoryRegion for physical memory.Gravatar Markus Wick2020-01-181-0/+11
* core/memory + arm/dynarmic: Use a global offset within our arm page table.Gravatar Markus Wick2020-01-011-9/+16
* core/memory; Migrate over SetCurrentPageTable() to the Memory classGravatar Lioncash2019-11-261-15/+16
* core/memory: Migrate over GetPointerFromVMA() to the Memory classGravatar Lioncash2019-11-261-36/+36
* core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash2019-11-261-92/+128
* core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash2019-11-261-96/+132
* core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory classGravatar Lioncash2019-11-261-89/+110
* core/memory: Migrate over RasterizerMarkRegionCached() to the Memory classGravatar Lioncash2019-11-261-63/+67
* core/memory: Migrate over ReadCString() to the Memory classGravatar Lioncash2019-11-261-14/+19
* core/memory: Migrate over GetPointer()Gravatar Lioncash2019-11-261-15/+23
* core/memory: Move memory read/write implementation functions into an anonymou...Gravatar Lioncash2019-11-261-97/+98
* core/memory: Migrate over address checking functions to the new Memory classGravatar Lioncash2019-11-261-20/+31
* core/memory: Migrate over memory mapping functions to the new Memory classGravatar Lioncash2019-11-261-71/+106
* core/memory: Introduce skeleton of Memory classGravatar Lioncash2019-11-261-0/+12
* core: Remove Core::CurrentProcess()Gravatar Lioncash2019-10-061-5/+5
* Core/Memory: Only FlushAndInvalidate GPU if the page is marked as RasterizerC...Gravatar Fernando Sahmkow2019-09-181-2/+7
* memory: Remove unused includesGravatar Lioncash2019-07-061-2/+0
* core/cpu_core_manager: Create threads separately from initialization.Gravatar Lioncash2019-04-111-8/+8
* core/memory: Remove GetCurrentPageTable()Gravatar Lioncash2019-04-071-4/+0
* memory: Check that core is powered on before attempting to use GPU.Gravatar bunnei2019-03-201-1/+1
* core: Move PageTable struct into Common.Gravatar bunnei2019-03-161-74/+60
* memory: Simplify rasterizer cache operations.Gravatar bunnei2019-03-161-60/+21
* gpu: Use host address for caching instead of guest address.Gravatar bunnei2019-03-141-5/+8
* gpu: Move command processing to another thread.Gravatar bunnei2019-03-061-4/+4
* Memory: don't lock hle mutex in memory read/writeGravatar Weiyi Wang2019-03-021-6/+0
* Speed up memory page mapping (#2141)Gravatar Annomatg2019-02-271-6/+11
* Fixed uninitialized memory due to missing returns in canaryGravatar David Marcec2018-12-191-0/+1
* memory: Convert ASSERT into a DEBUG_ASSERT within GetPointerFromVMA()Gravatar Lioncash2018-12-061-1/+1
* vm_manager: Make vma_map privateGravatar Lioncash2018-12-061-6/+5
* Call shrink_to_fit after page-table vector resizing to cause crt to actually ...Gravatar heapo2018-12-051-0/+8
* global: Use std::optional instead of boost::optional (#1578)Gravatar Frederic L2018-10-301-1/+1
* kernel/process: Make data member variables privateGravatar Lioncash2018-09-301-7/+7
* memory: Dehardcode the use of fixed memory range constantsGravatar Lioncash2018-09-241-5/+7
* memory: Dehardcode the use of a 36-bit address spaceGravatar Lioncash2018-09-241-2/+16
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-27/+28
* gl_renderer: Cache textures, framebuffers, and shaders based on CPU address.Gravatar bunnei2018-08-311-36/+15
* gpu: Make memory_manager privateGravatar Lioncash2018-08-281-2/+2
* renderer_base: Make Rasterizer() return the rasterizer by referenceGravatar Lioncash2018-08-041-4/+4
* video_core: Eliminate the g_renderer global variableGravatar Lioncash2018-08-041-8/+10
* memory: Remove unused GetSpecialHandlers() functionGravatar Lioncash2018-08-031-16/+0
* core/memory: Get rid of 3DS leftoversGravatar Lioncash2018-08-031-106/+0
* Merge pull request #690 from lioncash/moveGravatar bunnei2018-07-181-3/+5
|\
| * core/memory, core/hle/kernel: Use std::move where applicableGravatar Lioncash2018-07-181-3/+5
* | core/memory: Remove unused function GetSpecialHandlers() and an unused variab...Gravatar Lioncash2018-07-181-7/+0
|/
* Update clang formatGravatar James Rowe2018-07-021-12/+12
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-12/+12
* Kernel/Arbiters: Fix casts, cleanup comments/magic numbersGravatar Michael Scire2018-06-221-0/+4
* core: Implement multicore support.Gravatar bunnei2018-05-101-2/+7