summaryrefslogtreecommitdiffstats
path: root/target-cris/helper.c
Commit message (Expand)AuthorAgeFilesLines
* qemu-log: add log category for MMU infoAntony Pavlov2014-12-161-5/+6
* target-cris: Use cpu_exec_interrupt qom hookRichard Henderson2014-09-251-0/+31
* softmmu: introduce cpu_ldst.hPaolo Bonzini2014-06-051-0/+1
* cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber2014-03-131-1/+1
* exec: Change cpu_abort() argument to CPUStateAndreas Färber2014-03-131-3/+3
* cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-9/+9
* cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber2014-03-131-11/+13
* cris: Abort when a v10 takes interrupts while in a delayslotEdgar E. Iglesias2014-02-031-0/+5
* cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber2013-07-231-3/+4
* cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber2013-06-281-1/+3
* target-cris: Override do_interrupt for pre-v32 CPU coresAndreas Färber2013-04-161-6/+8
* cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber2013-03-121-3/+7
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-3/+6
* target-cris/helper.c: Update Coding StyleAndreas Färber2013-03-121-197/+196
* target-cris: Fix typo in D_LOG() macroAndreas Färber2013-01-241-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-1/+1
* target-cris: Switch to AREG0 free modeAurelien Jarno2012-09-151-2/+2
* cris: Fix NMI-flag handling on crisv10.Lars Persson2012-06-151-2/+2
* cris: Add break support for v10.Edgar E. Iglesias2012-06-141-2/+2
* target-cris: Don't overuse CPUStateAndreas Färber2012-03-141-7/+7
* target-cris: Clean includesStefan Weil2012-02-281-4/+0
* cris: Handle conditional stores on CRISv10Stefan Sandstrom2011-12-121-0/+1
* Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-071-6/+5
* Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
* cris: Fix TLB exec bit protectionEdgar E. Iglesias2010-09-181-1/+1
* cris: Avoid spurios hw_abort on recursive bus faultsEdgar E. Iglesias2010-09-161-1/+7
* cris: Avoid debug clobbering for both I & D MMU state.Edgar E. Iglesias2010-07-051-14/+3
* cris: Dont clobber the MMU state across calls to cpu_get_phys_page_debug.Edgar E. Iglesias2010-07-051-0/+17
* Replace assert(0) with abort() or cpu_abort()Blue Swirl2010-03-181-1/+1
* Large page TLB flushPaul Brook2010-03-171-2/+3
* Remove cpu_get_phys_page_debug from userspace emulationPaul Brook2010-03-121-5/+0
* cris: Add v10 style interrupts.Edgar E. Iglesias2010-02-151-5/+63
* CRIS: Segmented addressing only for kernel mode.Edgar E. Iglesias2009-10-101-2/+4
* CRIS: Update PR_EDA on TLB faults.Edgar E. Iglesias2009-10-081-3/+5
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-2/+2
* Get rid of _t suffixmalc2009-10-011-2/+2
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* CRIS: cris_mmu_result_t -> cris_mmu_resultEdgar E. Iglesias2009-04-251-2/+2
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-1/+1
* Clean up debugging code #ifdefs (Eduardo Habkost)aliguori2009-01-151-8/+18
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* CRIS: Partial EXS reg support and fixes for SPC.edgar_igl2008-10-081-0/+3
* CRIS: Fix brk 8 and add S-flag emulation.edgar_igl2008-10-071-1/+1
* CRIS: Mask off the cache selection bit after MMU translations.edgar_igl2008-09-051-1/+5
* CRIS: Remove redundant code.edgar_igl2008-09-031-2/+0
* CRIS: Emulate NMIs.edgar_igl2008-06-091-8/+11
* CRIS: Restructure the translator to allow for better code generation.edgar_igl2008-05-271-2/+1
* CRIS: Improve TLB management and handle delayslots at page boundaries.edgar_igl2008-05-131-6/+13
* CRIS MMU Updatesedgar_igl2008-05-061-2/+9
OpenPOWER on IntegriCloud