summaryrefslogtreecommitdiffstats
path: root/target-sparc/helper.c
Commit message (Expand)AuthorAgeFilesLines
* tcg: Invert the inclusion of helper.hRichard Henderson2014-05-281-1/+1
* target-sparc: fix 32bit integer division overflowOlivier Danet2014-03-261-7/+10
* translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber2014-03-131-6/+14
* cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber2014-03-131-3/+3
* cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-3/+7
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-1/+3
* SPARC LEON power-down support addedRonald Hecht2013-02-231-0/+11
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* exec: refactor cpu_restore_stateBlue Swirl2012-12-161-6/+6
* target-sparc: Move taddcctv and tsubcctv out of lineRichard Henderson2012-10-071-0/+58
* target-sparc: Move sdivx and udivx out of lineRichard Henderson2012-10-071-0/+28
* target-sparc: Don't overuse CPUStateAndreas Färber2012-03-141-8/+8
* Improve "ta 0" shutdownFabien Chouteau2011-11-191-7/+0
* Sparc: split MMU helpersBlue Swirl2011-10-261-859/+1
* Sparc: fix coding style in helper.cBlue Swirl2011-10-261-43/+52
* Sparc: avoid AREG0 for division op helpersBlue Swirl2011-10-261-0/+76
* Sparc: avoid AREG0 for raise_exception and helper_debugBlue Swirl2011-10-231-0/+12
* Sparc: move trivial functions from op_helper.cBlue Swirl2011-10-231-0/+41
* Sparc: split helper.cBlue Swirl2011-10-231-1082/+0
* Sparc: fix coding styleBlue Swirl2011-10-231-32/+41
* Gdbstub: Fix back-trace on SPARC32Fabien Chouteau2011-09-101-0/+84
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-071-3/+3
* target-sparc: Fix compiler errors (format strings)Stefan Weil2011-07-221-2/+2
* SPARC64: implement addtional MMU faults related to nonfaulting loadTsuneo Saito2011-07-211-3/+26
* SPARC64: fix fault status overwritten on nonfaulting loadTsuneo Saito2011-07-211-6/+2
* SPARC64: split cpu_get_phys_page_debug() from cpu_get_phys_page_nofault()Tsuneo Saito2011-07-211-1/+14
* SPARC64: introduce a convenience function for getting physical addressesTsuneo Saito2011-07-211-6/+14
* SPARC64: SFSR cleanup and fixTsuneo Saito2011-07-211-12/+40
* SPARC64: TTE bits cleanupTsuneo Saito2011-07-211-16/+19
* Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
* sparc: move do_interrupt to helper.cBlue Swirl2011-06-261-0/+242
* Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-1/+0
* SPARC: Fix Leon3 cache controlFabien Chouteau2011-02-011-1/+1
* SPARC: Add asr17 register supportFabien Chouteau2011-01-241-1/+2
* SPARC: Emulation of Leon3Fabien Chouteau2011-01-241-3/+4
* Sparc: implement monitor command 'info tlb'Blue Swirl2010-12-191-44/+44
* target-sparc: remove unused functions cpu_lock(), cpu_unlock()Peter Maydell2010-12-031-14/+0
* target-xxx: Use fprintf_function (format checking)Stefan Weil2010-10-301-7/+4
* sparc64: fix tag access register on mmu trapsIgor V. Kovalenko2010-06-021-0/+5
* sparc64: fix mmu context at trap levels above zeroIgor V. Kovalenko2010-05-221-1/+18
* sparc64: fix dump_mmu to look for global bit in tte value instead of tagIgor V. Kovalenko2010-05-221-2/+2
* sparc64: fix pstate privilege bitsIgor V. Kovalenko2010-05-221-2/+2
* sparc64: generate data access exception on RW violationIgor V. Kovalenko2010-05-221-37/+62
* Fix %lld or %llx printf format useBlue Swirl2010-05-221-2/+2
* target-sparc: Fix wrong printf argumentStefan Weil2010-05-121-1/+1
* sparc: Fix lazy flag calculation on interrupts, refactorBlue Swirl2010-05-091-5/+5
* sparc64: fix build with older gccsBlue Swirl2010-05-071-0/+1
* sparc64: handle asi referencing nucleus and secondary MMU contextsIgor V. Kovalenko2010-05-061-11/+31
OpenPOWER on IntegriCloud