summaryrefslogtreecommitdiffstats
path: root/target-alpha/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* target-alpha: Swap shadow registers moving to/from PALmode.Richard Henderson2011-05-311-0/+1
* target-alpha: Add IPRs to be used by the emulation PALcode.Richard Henderson2011-05-311-0/+15
* target-alpha: Use kernel mmu_idx for pal_mode.Richard Henderson2011-05-311-1/+7
* target-alpha: Add various symbolic constants.Richard Henderson2011-05-311-13/+43
* target-alpha: Tidy exception constants.Richard Henderson2011-05-311-20/+14Star
* target-alpha: Rationalize internal processor registers.Richard Henderson2011-05-311-134/+11Star
* target-alpha: Cleanup MMU modes.Richard Henderson2011-05-311-9/+28
* target-alpha: Remove partial support for palcode emulation.Richard Henderson2011-05-311-35/+0Star
* remove exec-all.h inclusion from cpu.hPaolo Bonzini2010-07-031-1/+0Star
* move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini2010-07-031-5/+0Star
* target-alpha: Implement RPCC.Richard Henderson2010-04-271-1/+0Star
* target-alpha: Fix load-locked/store-conditional.Richard Henderson2010-04-271-1/+5
* target-alpha: Enable NPTL.Richard Henderson2010-04-271-11/+18
* Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson2010-03-121-1/+3
* alpha-linux-user: Implement signals.Richard Henderson2010-02-281-3/+1Star
* target-alpha: Clean up arithmetic traps.Richard Henderson2010-02-231-3/+7
* target-alpha: Reduce internal processor registers for user-mode.Richard Henderson2010-02-231-0/+6
* target-alpha: Split up FPCR value into separate fields.Richard Henderson2010-02-231-5/+19
* target-alpha: Fixes for alpha-linux syscalls.Richard Henderson2009-12-131-0/+49
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-3/+3
* Get rid of _t suffixmalc2009-10-011-3/+3
* cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd2009-08-241-0/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1Star
* target-alpha: document more registers used by 21264aurel322009-04-081-2/+2
* target-alpha: set target page size to 13 bitsaurel322009-04-071-1/+1
* target-alpha: remove PALCODE_ declarations (unused).aurel322009-03-291-10/+0Star
* Document which IPR are used by 21264aurel322009-03-291-31/+65
* The _exit syscall is used for both thread termination in NPTL applications,pbrook2009-03-071-1/+2
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* target-alpha: fix 2 warningsaurel322008-12-111-0/+4
* Common cpu_loop_exit prototypeaurel322008-11-301-1/+0Star
* Refactor translation block CPU state handling (Jan Kiszka)aliguori2008-11-181-0/+8
* Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori2008-11-181-1/+5
* target-alpha: convert FP ops to TCGaurel322008-09-291-2/+0Star
* target-alpha: convert remaining arith3 functions to TCGaurel322008-09-181-1/+1
* target-alpha: switch a few helpers to TCGaurel322008-09-181-0/+1
* Fix call_pal() prototype for alpha system emulationaurel322008-09-021-0/+4
* Move interrupt_request and user_mode_only to common cpu state.pbrook2008-07-011-2/+0Star
* Add instruction counter.pbrook2008-06-291-0/+2
* Fix typo.pbrook2008-05-301-1/+1
* Move clone() register setup to target specific code. Handle fork-like clone.pbrook2008-05-301-0/+9
* Push common interrupt variables to cpu-defs.h (Glauber Costa)bellard2008-05-291-2/+0Star
* moved halted field to CPU_COMMONbellard2008-05-281-1/+0Star
* added cpu_model parameter to cpu_init()bellard2007-11-101-1/+1
* Alpha coding style and inlining fixes.j_mayer2007-10-281-2/+1Star
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-0/+13
* Move get_sp_from_cpustate from cpu.h to target_signal.h.ths2007-09-271-5/+0Star
* linux-user sigaltstack() syscall, by Thayne Harbaugh.ths2007-09-271-0/+5
* Move likely and unlikely macros in a common place (Aurelien Jarno).j_mayer2007-09-201-4/+0Star
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-3/+3