aboutsummaryrefslogtreecommitdiff
path: root/target-alpha/cpu.h
AgeCommit message (Expand)Author
2012-08-04alpha-linux-user: Work around hosted mmap allocation problemsRichard Henderson
2012-04-15target-alpha: QOM'ify CPUAndreas Färber
2012-04-14Use uintptr_t for various op related functionsBlue Swirl
2012-04-07Replace Qemu by QEMU in commentsStefan Weil
2012-03-24target-alpha: Make use of fp_status.flush_inputs_to_zero.Richard Henderson
2012-03-24target-alpha: Move exception helpers to helper.c.Richard Henderson
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-14target-alpha: Don't overuse CPUStateAndreas Färber
2012-02-28target-alpha: Clean includesStefan Weil
2011-10-08target-alpha: Add high-resolution access to wall clock and an alarm.Richard Henderson
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-07-20Fix unassigned memory access handlingBlue Swirl
2011-07-12target-alpha, target-ppc: Remove unnecessary setjmp.h includePeter Maydell
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl
2011-05-31target-alpha: Trap for unassigned and unaligned addresses.Richard Henderson
2011-05-31target-alpha: Implement cpu_alpha_handle_mmu_fault for system mode.Richard Henderson
2011-05-31target-alpha: Disable interrupts properly.Richard Henderson
2011-05-31target-alpha: All ISA checks to use TB->FLAGS.Richard Henderson
2011-05-31target-alpha: Swap shadow registers moving to/from PALmode.Richard Henderson
2011-05-31target-alpha: Add IPRs to be used by the emulation PALcode.Richard Henderson
2011-05-31target-alpha: Use kernel mmu_idx for pal_mode.Richard Henderson
2011-05-31target-alpha: Add various symbolic constants.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: Cleanup MMU modes.Richard Henderson
2011-05-31target-alpha: Remove partial support for palcode emulation.Richard Henderson
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini
2010-04-27target-alpha: Implement RPCC.Richard Henderson
2010-04-27target-alpha: Fix load-locked/store-conditional.Richard Henderson
2010-04-27target-alpha: Enable NPTL.Richard Henderson
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson
2010-02-28alpha-linux-user: Implement signals.Richard Henderson
2010-02-23target-alpha: Clean up arithmetic traps.Richard Henderson
2010-02-23target-alpha: Reduce internal processor registers for user-mode.Richard Henderson
2010-02-23target-alpha: Split up FPCR value into separate fields.Richard Henderson
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-08-24cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-04-07target-alpha: document more registers used by 21264aurel32
2009-04-07target-alpha: set target page size to 13 bitsaurel32
2009-03-29target-alpha: remove PALCODE_ declarations (unused).aurel32
2009-03-29Document which IPR are used by 21264aurel32
2009-03-07The _exit syscall is used for both thread termination in NPTL applications,pbrook
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-11target-alpha: fix 2 warningsaurel32
2008-11-30Common cpu_loop_exit prototypeaurel32
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori