aboutsummaryrefslogtreecommitdiff
path: root/target-cris/mmu.c
AgeCommit message (Expand)Author
2014-03-13cputlb: Change tlb_flush_page() argument to CPUStateAndreas Färber
2012-03-14target-cris: Don't overuse CPUStateAndreas Färber
2012-02-28target-cris: Clean includesStefan Weil
2011-06-26Remove exec-all.h include directivesBlue Swirl
2010-09-18cris: Fix TLB exec bit protectionEdgar E. Iglesias
2010-09-18Use gcc warning flag -Wempty-bodyBlue Swirl
2010-07-05cris: Avoid debug clobbering for both I & D MMU state.Edgar E. Iglesias
2010-07-05cris: Break out rand LFSR update into a separate func.Edgar E. Iglesias
2010-05-19Fix __VA__ARGS__ typo in cris mmu.cRiccardo Magliocchetti
2010-04-25cris: remove dead assignments, spotted by clang analyzerBlue Swirl
2009-10-10CRIS: Segmented addressing only for kernel mode.Edgar E. Iglesias
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-04-25CRIS: cris_mmu_result_t -> cris_mmu_resultEdgar E. Iglesias
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2009-01-15Clean up debugging code #ifdefs (Eduardo Habkost)aliguori
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2009-01-04CRIS: Dont flush kernel protected pages when modifying $pid.edgar_igl
2009-01-04CRIS: Remove unused pfn member from mmu translation results.edgar_igl
2008-09-22CRIS: Improve ASID related TLB flushes.edgar_igl
2008-09-03CRIS: Avoid a few unecessary steps in the mmu.edgar_igl
2008-06-30Avoid CRIS related warnings by Jan Kiszka.edgar_igl
2008-05-13CRIS: Improve TLB management and handle delayslots at page boundaries.edgar_igl
2008-05-11CRIS: Add support for the pseudo randomized set that the mmu provides with TL...edgar_igl
2008-05-07CRIS: More TCG conversion.edgar_igl
2008-05-06CRIS MMU Updatesedgar_igl
2008-05-02CRIS updates:edgar_igl
2008-03-14Model more parts of the ETRAX mmu (still alot missing).edgar_igl
2008-02-28More consistent naming for CRIS register-number macros.edgar_igl
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-10-08CRIS MMU emulation, by Edgar E. Iglesias.ths