aboutsummaryrefslogtreecommitdiffstats
path: root/target-cris/mmu.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2010-09-18cris: Fix TLB exec bit protectionEdgar E. Iglesias1-1/+1
2010-09-18Use gcc warning flag -Wempty-bodyBlue Swirl1-1/+1
2010-07-05cris: Avoid debug clobbering for both I & D MMU state.Edgar E. Iglesias1-5/+6
2010-07-05cris: Break out rand LFSR update into a separate func.Edgar E. Iglesias1-8/+13
2010-05-19Fix __VA__ARGS__ typo in cris mmu.cRiccardo Magliocchetti1-1/+1
2010-04-25cris: remove dead assignments, spotted by clang analyzerBlue Swirl1-3/+1
2009-10-10CRIS: Segmented addressing only for kernel mode.Edgar E. Iglesias1-1/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-04-25CRIS: cris_mmu_result_t -> cris_mmu_resultEdgar E. Iglesias1-2/+2
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-1/+1
2009-01-15Clean up debugging code #ifdefs (Eduardo Habkost)aliguori1-6/+6
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2009-01-04CRIS: Dont flush kernel protected pages when modifying $pid.edgar_igl1-5/+2
2009-01-04CRIS: Remove unused pfn member from mmu translation results.edgar_igl1-5/+1
2008-09-22CRIS: Improve ASID related TLB flushes.edgar_igl1-4/+4
2008-09-03CRIS: Avoid a few unecessary steps in the mmu.edgar_igl1-12/+8
2008-06-30Avoid CRIS related warnings by Jan Kiszka.edgar_igl1-0/+6
2008-05-13CRIS: Improve TLB management and handle delayslots at page boundaries.edgar_igl1-17/+38
2008-05-11CRIS: Add support for the pseudo randomized set that the mmu provides with TL...edgar_igl1-13/+36
2008-05-07CRIS: More TCG conversion.edgar_igl1-1/+1
2008-05-06CRIS MMU Updatesedgar_igl1-5/+16
2008-05-02CRIS updates:edgar_igl1-55/+103
2008-03-14Model more parts of the ETRAX mmu (still alot missing).edgar_igl1-23/+142
2008-02-28More consistent naming for CRIS register-number macros.edgar_igl1-2/+2
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-1/+2
2007-10-08CRIS MMU emulation, by Edgar E. Iglesias.ths1-0/+147