summaryrefslogtreecommitdiff
path: root/src/core/mem_map.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Core: Properly configure address space when loading a binaryGravatar Yuri Kunde Schlesner2015-07-111-9/+5
* Core: Cleanup core includes.Gravatar Emmanuel Gil Peyrot2015-06-281-2/+3
* Memmap: Remove unused global pointers to memory areasGravatar Yuri Kunde Schlesner2015-05-271-23/+8
* Kernel: Add VMManager to manage process address spacesGravatar Yuri Kunde Schlesner2015-05-271-12/+30
* Memory: Use a table based lookup scheme to read from memory regionsGravatar Yuri Kunde Schlesner2015-05-151-8/+17
* Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-151-2/+95
* Memory: Sort memory region variables by VAddrGravatar Yuri Kunde Schlesner2015-05-091-3/+3
* Memory: Re-organize and rename memory area address constantsGravatar Yuri Kunde Schlesner2015-05-091-10/+8
* Common: Remove mem_arena.cpp/hGravatar Yuri Kunde Schlesner2015-05-071-82/+31
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-071-1/+3
* Memory: Properly cleanup & shutdown.Gravatar bunnei2015-05-011-25/+46
* MemMap: Add support for DSP Read & Writes in the memory mapGravatar purpasmart962014-12-291-0/+3
* License changeGravatar purpasmart962014-12-201-2/+2
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-131-2/+2
* MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP.Gravatar bunnei2014-12-121-8/+8
* Add static to some variablesGravatar Lioncash2014-11-181-30/+30
* core: Prune redundant includesGravatar archshift2014-09-081-1/+0
* Pica/GPU: Change hardware registers to use physical addresses rather than vir...Gravatar Tony Wasserka2014-08-121-2/+2
* added memory mapped region for system mem - sdk demos load a segment here on ...Gravatar bunnei2014-05-151-0/+3
* added kernel memory to mem_mapGravatar bunnei2014-05-071-0/+3
* added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded)Gravatar bunnei2014-04-301-0/+3
* - added preliminary support for svc_MapMemoryBlockGravatar bunnei2014-04-241-4/+6
* added functions to map Heap and Shared memory spaceGravatar bunnei2014-04-241-2/+2
* added memory read/write to GSP heapGravatar bunnei2014-04-171-3/+2
* more various refactors to memory interfaceGravatar bunnei2014-04-171-5/+8
* cleaned up memory interfaces a lot, removed some hackish stuffGravatar bunnei2014-04-171-7/+1
* - added HLE to connect to "srv:" serviceGravatar bunnei2014-04-121-2/+1
* cleaned up some logging messagesGravatar bunnei2014-04-101-2/+2
* fixed project includes to use new directory structureGravatar bunnei2014-04-081-4/+4
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-081-0/+83