aboutsummaryrefslogtreecommitdiff
path: root/target-sparc/helper.c
AgeCommit message (Expand)Author
2012-10-07target-sparc: Move taddcctv and tsubcctv out of lineRichard Henderson
2012-10-07target-sparc: Move sdivx and udivx out of lineRichard Henderson
2012-03-14target-sparc: Don't overuse CPUStateAndreas Färber
2011-11-19Improve "ta 0" shutdownFabien Chouteau
2011-10-26Sparc: split MMU helpersBlue Swirl
2011-10-26Sparc: fix coding style in helper.cBlue Swirl
2011-10-26Sparc: avoid AREG0 for division op helpersBlue Swirl
2011-10-23Sparc: avoid AREG0 for raise_exception and helper_debugBlue Swirl
2011-10-23Sparc: move trivial functions from op_helper.cBlue Swirl
2011-10-23Sparc: split helper.cBlue Swirl
2011-10-23Sparc: fix coding styleBlue Swirl
2011-09-10Gdbstub: Fix back-trace on SPARC32Fabien Chouteau
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-07-22target-sparc: Fix compiler errors (format strings)Stefan Weil
2011-07-21SPARC64: implement addtional MMU faults related to nonfaulting loadTsuneo Saito
2011-07-21SPARC64: fix fault status overwritten on nonfaulting loadTsuneo Saito
2011-07-21SPARC64: split cpu_get_phys_page_debug() from cpu_get_phys_page_nofault()Tsuneo Saito
2011-07-21SPARC64: introduce a convenience function for getting physical addressesTsuneo Saito
2011-07-21SPARC64: SFSR cleanup and fixTsuneo Saito
2011-07-21SPARC64: TTE bits cleanupTsuneo Saito
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-26sparc: move do_interrupt to helper.cBlue Swirl
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond
2011-02-01SPARC: Fix Leon3 cache controlFabien Chouteau
2011-01-24SPARC: Add asr17 register supportFabien Chouteau
2011-01-24SPARC: Emulation of Leon3Fabien Chouteau
2010-12-19Sparc: implement monitor command 'info tlb'Blue Swirl
2010-12-03target-sparc: remove unused functions cpu_lock(), cpu_unlock()Peter Maydell
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil
2010-06-02sparc64: fix tag access register on mmu trapsIgor V. Kovalenko
2010-05-22sparc64: fix mmu context at trap levels above zeroIgor V. Kovalenko
2010-05-22sparc64: fix dump_mmu to look for global bit in tte value instead of tagIgor V. Kovalenko
2010-05-22sparc64: fix pstate privilege bitsIgor V. Kovalenko
2010-05-22sparc64: generate data access exception on RW violationIgor V. Kovalenko
2010-05-22Fix %lld or %llx printf format useBlue Swirl
2010-05-12target-sparc: Fix wrong printf argumentStefan Weil
2010-05-09sparc: Fix lazy flag calculation on interrupts, refactorBlue Swirl
2010-05-07sparc64: fix build with older gccsBlue Swirl
2010-05-06sparc64: handle asi referencing nucleus and secondary MMU contextsIgor V. Kovalenko
2010-05-06sparc64: implement global translation table entries v1Igor V. Kovalenko
2010-03-17Large page TLB flushPaul Brook
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook
2010-01-31sparc32 don't mark page dirty when failingArtyom Tarasenko
2010-01-17Sparc: improve CPU register dumpBlue Swirl
2010-01-13Sparc32: remove unused variable, spotted by clangBlue Swirl
2010-01-08sparc64: add PIL to cpu state dumpIgor V. Kovalenko
2009-12-05Sparc64: handle MMU global bit and nucleus contextBlue Swirl
2009-12-04Sparc64: fix compilation with DEBUG_MMUBlue Swirl
2009-11-07user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl