aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm/skyeye_common/armmmu.h
AgeCommit message (Collapse)Author
2015-07-26dyncom: Use ARMul_State as an objectLioncash
Gets rid of C-like parameter passing.
2015-07-25dyncom: Rename armdefs.h to armstate.hLioncash
2015-07-25dyncom: Move helper functions to their own headerLioncash
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner
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.
2015-05-06Clean-up includesYuri Kunde Schlesner
2015-03-20armmmu: Remove unnecessary enum valuesLioncash
We don't need to care about XScale or Intel specific ARM stuff.
2015-03-17dyncom: Make Load/Store instructions support big endianLioncash
2015-01-30arm: Clean out armos.h and armmmu.hLioncash
2014-10-25ARM: Removed unnecessary and unused SkyEye MMU code.bunnei
Added license header back in. I originally removed this because I mostly rewrote the file, but meh
2014-10-25ARM: Reorganized file structure to move shared SkyEye code to a more common ↵bunnei
area. Removed s_ prefix