aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm/skyeye_common/armmmu.h
Commit message (Collapse)AuthorAge
* dyncom: Use ARMul_State as an objectGravatar Lioncash2015-07-26
| | | | Gets rid of C-like parameter passing.
* dyncom: Rename armdefs.h to armstate.hGravatar Lioncash2015-07-25
|
* dyncom: Move helper functions to their own headerGravatar Lioncash2015-07-25
|
* Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-15
| | | | | | | 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 includesGravatar Yuri Kunde Schlesner2015-05-06
|
* armmmu: Remove unnecessary enum valuesGravatar Lioncash2015-03-20
| | | | We don't need to care about XScale or Intel specific ARM stuff.
* dyncom: Make Load/Store instructions support big endianGravatar Lioncash2015-03-17
|
* arm: Clean out armos.h and armmmu.hGravatar Lioncash2015-01-30
|
* ARM: Removed unnecessary and unused SkyEye MMU code.Gravatar bunnei2014-10-25
| | | | 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 ↵Gravatar bunnei2014-10-25
area. Removed s_ prefix