summaryrefslogtreecommitdiff
path: root/target-sparc/helper.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber1-6/+14
2014-03-13cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber1-3/+3
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber1-3/+7
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-1/+3
2013-02-23SPARC LEON power-down support addedRonald Hecht1-0/+11
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-16exec: refactor cpu_restore_stateBlue Swirl1-6/+6
2012-10-07target-sparc: Move taddcctv and tsubcctv out of lineRichard Henderson1-0/+58
2012-10-07target-sparc: Move sdivx and udivx out of lineRichard Henderson1-0/+28
2012-03-14target-sparc: Don't overuse CPUStateAndreas Färber1-8/+8
2011-11-19Improve "ta 0" shutdownFabien Chouteau1-7/+0
2011-10-26Sparc: split MMU helpersBlue Swirl1-859/+1
2011-10-26Sparc: fix coding style in helper.cBlue Swirl1-43/+52
2011-10-26Sparc: avoid AREG0 for division op helpersBlue Swirl1-0/+76
2011-10-23Sparc: avoid AREG0 for raise_exception and helper_debugBlue Swirl1-0/+12
2011-10-23Sparc: move trivial functions from op_helper.cBlue Swirl1-0/+41
2011-10-23Sparc: split helper.cBlue Swirl1-1082/+0
2011-10-23Sparc: fix coding styleBlue Swirl1-32/+41
2011-09-10Gdbstub: Fix back-trace on SPARC32Fabien Chouteau1-0/+84
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl1-3/+3
2011-07-22target-sparc: Fix compiler errors (format strings)Stefan Weil1-2/+2
2011-07-21SPARC64: implement addtional MMU faults related to nonfaulting loadTsuneo Saito1-3/+26
2011-07-21SPARC64: fix fault status overwritten on nonfaulting loadTsuneo Saito1-6/+2
2011-07-21SPARC64: split cpu_get_phys_page_debug() from cpu_get_phys_page_nofault()Tsuneo Saito1-1/+14
2011-07-21SPARC64: introduce a convenience function for getting physical addressesTsuneo Saito1-6/+14
2011-07-21SPARC64: SFSR cleanup and fixTsuneo Saito1-12/+40
2011-07-21SPARC64: TTE bits cleanupTsuneo Saito1-16/+19
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-06-26sparc: move do_interrupt to helper.cBlue Swirl1-0/+242
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond1-1/+0
2011-02-01SPARC: Fix Leon3 cache controlFabien Chouteau1-1/+1
2011-01-24SPARC: Add asr17 register supportFabien Chouteau1-1/+2
2011-01-24SPARC: Emulation of Leon3Fabien Chouteau1-3/+4
2010-12-19Sparc: implement monitor command 'info tlb'Blue Swirl1-44/+44
2010-12-03target-sparc: remove unused functions cpu_lock(), cpu_unlock()Peter Maydell1-14/+0
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil1-7/+4
2010-06-02sparc64: fix tag access register on mmu trapsIgor V. Kovalenko1-0/+5
2010-05-22sparc64: fix mmu context at trap levels above zeroIgor V. Kovalenko1-1/+18
2010-05-22sparc64: fix dump_mmu to look for global bit in tte value instead of tagIgor V. Kovalenko1-2/+2
2010-05-22sparc64: fix pstate privilege bitsIgor V. Kovalenko1-2/+2
2010-05-22sparc64: generate data access exception on RW violationIgor V. Kovalenko1-37/+62
2010-05-22Fix %lld or %llx printf format useBlue Swirl1-2/+2
2010-05-12target-sparc: Fix wrong printf argumentStefan Weil1-1/+1
2010-05-09sparc: Fix lazy flag calculation on interrupts, refactorBlue Swirl1-5/+5
2010-05-07sparc64: fix build with older gccsBlue Swirl1-0/+1
2010-05-06sparc64: handle asi referencing nucleus and secondary MMU contextsIgor V. Kovalenko1-11/+31
2010-05-06sparc64: implement global translation table entries v1Igor V. Kovalenko1-19/+14
2010-03-17Large page TLB flushPaul Brook1-14/+26