summaryrefslogtreecommitdiff
path: root/target-alpha/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber1-1/+3
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-1/+1
2012-08-04alpha-linux-user: Work around hosted mmap allocation problemsRichard Henderson1-2/+13
2012-04-15target-alpha: QOM'ify CPUAndreas Färber1-0/+1
2012-04-14Use uintptr_t for various op related functionsBlue Swirl1-3/+3
2012-04-07Replace Qemu by QEMU in commentsStefan Weil1-1/+1
2012-03-24target-alpha: Make use of fp_status.flush_inputs_to_zero.Richard Henderson1-1/+0
2012-03-24target-alpha: Move exception helpers to helper.c.Richard Henderson1-0/+3
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-1/+1
2012-03-14target-alpha: Don't overuse CPUStateAndreas Färber1-12/+12
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