aboutsummaryrefslogtreecommitdiff
path: root/target-alpha/helper.c
AgeCommit message (Expand)Author
2014-09-25target-alpha: Use cpu_exec_interrupt qom hookRichard Henderson
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson
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-13translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber
2014-03-13cpu-exec: Change cpu_loop_exit() 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-03-13target-alpha: Clean up ENV_GET_CPU() usageAndreas Färber
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar 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-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini
2012-12-16exec: refactor cpu_restore_stateBlue Swirl
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-04-14Use uintptr_t for various op related functionsBlue Swirl
2012-03-24target-alpha: Make use of fp_status.flush_inputs_to_zero.Richard Henderson
2012-03-24target-alpha: Move fpcr helpers from op_helper.c to helper.c.Richard Henderson
2012-03-24target-alpha: Move exception helpers to helper.c.Richard Henderson
2012-03-14target-alpha: Don't overuse CPUStateAndreas Färber
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-05-31target-alpha: Remap PIO space for 43-bit KSEG for EV6.Richard Henderson
2011-05-31target-alpha: Implement cpu_alpha_handle_mmu_fault for system mode.Richard Henderson
2011-05-31target-alpha: Swap shadow registers moving to/from PALmode.Richard Henderson
2011-05-31target-alpha: Implement do_interrupt for system mode.Richard Henderson
2011-05-31target-alpha: Tidy exception constants.Richard Henderson
2011-05-31target-alpha: Rationalize internal processor registers.Richard Henderson
2011-05-31target-alpha: Remove partial support for palcode emulation.Richard Henderson
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil
2010-04-27target-alpha: Fix load-locked/store-conditional.Richard Henderson
2010-04-25alpha: add missing 'break', spotted by clang analyzerBlue Swirl
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook
2010-02-23target-alpha: Split up FPCR value into separate fields.Richard Henderson
2010-02-14Fix incorrect exception_index useBlue Swirl
2009-12-16target-alpha: Fix compiler warning for gcc-4.3 (and older)Stefan Weil
2009-12-13target-alpha: Fixes for alpha-linux syscalls.Richard Henderson
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-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-13Remove unnecessary trailing newlinesblueswir1
2008-11-07target-alpha: fix locked loads/storesaurel32
2008-09-30target-alpha: convert palcode ops to TCGaurel32
2008-09-29target-alpha: convert FP ops to TCGaurel32
2008-09-20Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir1
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir1
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths