summaryrefslogtreecommitdiffstats
path: root/src/core/arm/skyeye_common/armmmu.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-07-26dyncom: Use ARMul_State as an objectLioncash1-104/+0
Gets rid of C-like parameter passing.
2015-07-26dyncom: Rename armdefs.h to armstate.hLioncash1-1/+1
2015-07-26dyncom: Move helper functions to their own headerLioncash1-0/+1
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner1-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.
2015-05-07Clean-up includesYuri Kunde Schlesner1-0/+2
2015-03-21armmmu: Remove unnecessary enum valuesLioncash1-30/+20
We don't need to care about XScale or Intel specific ARM stuff.
2015-03-17dyncom: Make Load/Store instructions support big endianLioncash1-0/+55
2015-01-30arm: Clean out armos.h and armmmu.hLioncash1-90/+9
2014-10-25ARM: Removed unnecessary and unused SkyEye MMU code.bunnei1-117/+0
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 area.bunnei1-0/+0
Removed s_ prefix
2014-05-16added missing skyeye mmu codebunnei1-9/+9
2014-05-16fixed armmmu importsbunnei1-5/+5
2014-04-09fixed project includes to use new directory structurebunnei1-10/+10
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-05moved arm core to interpreter directorybunnei1-10/+10
2014-03-30added ARM11 MMU from skyeyebunnei1-9/+9
2013-09-18added ARMulator/skyeye ARM11 core to the projectShizZy1-0/+254