summaryrefslogtreecommitdiffstats
path: root/src/core/arm/skyeye_common/armmmu.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dyncom: Use ARMul_State as an objectLioncash2015-07-261-104/+0
| | | | Gets rid of C-like parameter passing.
* dyncom: Rename armdefs.h to armstate.hLioncash2015-07-261-1/+1
|
* dyncom: Move helper functions to their own headerLioncash2015-07-261-0/+1
|
* Memmap: Re-organize memory function in two filesYuri Kunde Schlesner2015-05-151-1/+1
| | | | | | | memory.cpp/h contains definitions related to acessing memory and configuring the address space mem_map.cpp/h contains higher-level definitions related to configuring the address space accoording to the kernel and allocating memory.
* Clean-up includesYuri Kunde Schlesner2015-05-071-0/+2
|
* armmmu: Remove unnecessary enum valuesLioncash2015-03-211-30/+20
| | | | We don't need to care about XScale or Intel specific ARM stuff.
* dyncom: Make Load/Store instructions support big endianLioncash2015-03-171-0/+55
|
* arm: Clean out armos.h and armmmu.hLioncash2015-01-301-90/+9
|
* ARM: Removed unnecessary and unused SkyEye MMU code.bunnei2014-10-251-117/+0
| | | | Added license header back in. I originally removed this because I mostly rewrote the file, but meh
* ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei2014-10-251-0/+254
Removed s_ prefix