aboutsummaryrefslogtreecommitdiff
path: root/target-cris/helper.c
AgeCommit message (Expand)Author
2014-03-13cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber
2014-03-13exec: Change cpu_abort() argument to CPUStateAndreas Färber
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber
2014-02-03cris: Abort when a v10 takes interrupts while in a delayslotEdgar E. Iglesias
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber
2013-04-16target-cris: Override do_interrupt for pre-v32 CPU coresAndreas Färber
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-12target-cris/helper.c: Update Coding StyleAndreas Färber
2013-01-24target-cris: Fix typo in D_LOG() macroAndreas Färber
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-09-15target-cris: Switch to AREG0 free modeAurelien Jarno
2012-06-15cris: Fix NMI-flag handling on crisv10.Lars Persson
2012-06-14cris: Add break support for v10.Edgar E. Iglesias
2012-03-14target-cris: Don't overuse CPUStateAndreas Färber
2012-02-28target-cris: Clean includesStefan Weil
2011-12-12cris: Handle conditional stores on CRISv10Stefan Sandstrom
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-06-26Remove exec-all.h include directivesBlue Swirl
2010-09-18cris: Fix TLB exec bit protectionEdgar E. Iglesias
2010-09-16cris: Avoid spurios hw_abort on recursive bus faultsEdgar E. Iglesias
2010-07-05cris: Avoid debug clobbering for both I & D MMU state.Edgar E. Iglesias
2010-07-05cris: Dont clobber the MMU state across calls to cpu_get_phys_page_debug.Edgar E. Iglesias
2010-03-18Replace assert(0) with abort() or cpu_abort()Blue Swirl
2010-03-17Large page TLB flushPaul Brook
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook
2010-02-15cris: Add v10 style interrupts.Edgar E. Iglesias
2009-10-10CRIS: Segmented addressing only for kernel mode.Edgar E. Iglesias
2009-10-08CRIS: Update PR_EDA on TLB faults.Edgar E. Iglesias
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
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
2008-10-08CRIS: Partial EXS reg support and fixes for SPC.edgar_igl
2008-10-07CRIS: Fix brk 8 and add S-flag emulation.edgar_igl
2008-09-05CRIS: Mask off the cache selection bit after MMU translations.edgar_igl
2008-09-03CRIS: Remove redundant code.edgar_igl
2008-06-09CRIS: Emulate NMIs.edgar_igl
2008-05-27CRIS: Restructure the translator to allow for better code generation.edgar_igl
2008-05-13CRIS: Improve TLB management and handle delayslots at page boundaries.edgar_igl
2008-05-06CRIS MMU Updatesedgar_igl
2008-05-02CRIS updates:edgar_igl
2008-03-14* Add a model of the ETRAX interrupt controller.edgar_igl
2008-03-01* target-cris/op.c: Make sure the bit-test insn only updates the XNZ flags.edgar_igl