aboutsummaryrefslogtreecommitdiffstats
path: root/target-alpha/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2012-02-28target-alpha: Clean includesStefan Weil1-0/+1
2011-10-08target-alpha: Add high-resolution access to wall clock and an alarm.Richard Henderson1-0/+4
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl1-1/+1
2011-07-20Fix unassigned memory access handlingBlue Swirl1-2/+3
2011-07-12target-alpha, target-ppc: Remove unnecessary setjmp.h includePeter Maydell1-2/+0
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl1-0/+22
2011-05-31target-alpha: Trap for unassigned and unaligned addresses.Richard Henderson1-1/+5
2011-05-31target-alpha: Implement cpu_alpha_handle_mmu_fault for system mode.Richard Henderson1-0/+13
2011-05-31target-alpha: Disable interrupts properly.Richard Henderson1-0/+5
2011-05-31target-alpha: All ISA checks to use TB->FLAGS.Richard Henderson1-2/+30
2011-05-31target-alpha: Swap shadow registers moving to/from PALmode.Richard Henderson1-0/+1
2011-05-31target-alpha: Add IPRs to be used by the emulation PALcode.Richard Henderson1-0/+15
2011-05-31target-alpha: Use kernel mmu_idx for pal_mode.Richard Henderson1-1/+7
2011-05-31target-alpha: Add various symbolic constants.Richard Henderson1-13/+43
2011-05-31target-alpha: Tidy exception constants.Richard Henderson1-20/+14
2011-05-31target-alpha: Rationalize internal processor registers.Richard Henderson1-134/+11
2011-05-31target-alpha: Cleanup MMU modes.Richard Henderson1-9/+28
2011-05-31target-alpha: Remove partial support for palcode emulation.Richard Henderson1-35/+0
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini1-1/+0
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini1-5/+0
2010-04-27target-alpha: Implement RPCC.Richard Henderson1-1/+0
2010-04-27target-alpha: Fix load-locked/store-conditional.Richard Henderson1-1/+5
2010-04-27target-alpha: Enable NPTL.Richard Henderson1-11/+18
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson1-1/+3
2010-02-28alpha-linux-user: Implement signals.Richard Henderson1-3/+1
2010-02-23target-alpha: Clean up arithmetic traps.Richard Henderson1-3/+7
2010-02-23target-alpha: Reduce internal processor registers for user-mode.Richard Henderson1-0/+6
2010-02-23target-alpha: Split up FPCR value into separate fields.Richard Henderson1-5/+19
2009-12-13target-alpha: Fixes for alpha-linux syscalls.Richard Henderson1-0/+49
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-3/+3
2009-10-01Get rid of _t suffixmalc1-3/+3
2009-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd1-0/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-04-07target-alpha: document more registers used by 21264aurel321-2/+2
2009-04-07target-alpha: set target page size to 13 bitsaurel321-1/+1
2009-03-29target-alpha: remove PALCODE_ declarations (unused).aurel321-10/+0
2009-03-29Document which IPR are used by 21264aurel321-31/+65
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook1-1/+2
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-11target-alpha: fix 2 warningsaurel321-0/+4
2008-11-30Common cpu_loop_exit prototypeaurel321-1/+0
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori1-0/+8
2008-11-18Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori1-1/+5
2008-09-29target-alpha: convert FP ops to TCGaurel321-2/+0
2008-09-18target-alpha: convert remaining arith3 functions to TCGaurel321-1/+1
2008-09-18target-alpha: switch a few helpers to TCGaurel321-0/+1
2008-09-02Fix call_pal() prototype for alpha system emulationaurel321-0/+4
2008-07-01Move interrupt_request and user_mode_only to common cpu state.pbrook1-2/+0
2008-06-29Add instruction counter.pbrook1-0/+2
2008-05-30Fix typo.pbrook1-1/+1