Sign in
qemu-android
/
qemu-android
/
56fb4800138d4e3dfa0fcbdcca9a1a380800e95e
/
target-alpha
/
cpu.h
7510454
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
by Andreas Färber
· 12 years ago
8c2e1b0
cpu: Turn cpu_has_work() into a CPUClass hook
by Andreas Färber
· 12 years ago
bdf7ae5
cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()
by Andreas Färber
· 12 years ago
6291ad7
linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user
by Peter Maydell
· 12 years ago
c658b94
cpu: Turn cpu_unassigned_access() into a CPUState hook
by Andreas Färber
· 12 years ago
97a8ea5
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
by Andreas Färber
· 12 years ago
259186a
cpu: Move halted and interrupt_request fields to CPUState
by Andreas Färber
· 12 years ago
501a7ce
Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu
by Andreas Färber
· 12 years ago
6b4c305
fpu: move public header file to include/fpu
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
494342b
target-alpha: Add support for -cpu ?
by Andreas Färber
· 12 years ago
0c28246
target-alpha: Turn CPU definitions into subclasses
by Andreas Färber
· 12 years ago
c924585
target-alpha: Avoid leaking the alarm timer over reset
by Andreas Färber
· 12 years ago
5f5e335
target-alpha: Let cpu_alpha_init() return AlphaCPU
by Andreas Färber
· 12 years ago
c47d08c
target-alpha: Remove t0, t1 from CPUAlphaState
by Richard Henderson
· 12 years ago
3993c6b
cpus: Pass CPUState to [qemu_]cpu_has_work()
by Andreas Färber
· 13 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
7639364
alpha-linux-user: Work around hosted mmap allocation problems
by Richard Henderson
· 13 years ago
25ebd80
target-alpha: QOM'ify CPU
by Andreas Färber
· 13 years ago
2050396
Use uintptr_t for various op related functions
by Blue Swirl
· 13 years ago
5cbdb3a
Replace Qemu by QEMU in comments
by Stefan Weil
· 13 years ago
7434340
target-alpha: Make use of fp_status.flush_inputs_to_zero.
by Richard Henderson
· 13 years ago
b9f0923
target-alpha: Move exception helpers to helper.c.
by Richard Henderson
· 13 years ago
9349b4f
Rename CPUState -> CPUArchState
by Andreas Färber
· 13 years ago
4d5712f
target-alpha: Don't overuse CPUState
by Andreas Färber
· 13 years ago
2c97629
target-alpha: Clean includes
by Stefan Weil
· 13 years ago
c781cf9
target-alpha: Add high-resolution access to wall clock and an alarm.
by Richard Henderson
· 14 years ago
97b348e
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
by Blue Swirl
· 14 years ago
b14ef7c
Fix unassigned memory access handling
by Blue Swirl
· 14 years ago
f5fc40b
target-alpha, target-ppc: Remove unnecessary setjmp.h include
by Peter Maydell
· 14 years ago
f081c76
Move cpu_has_work and cpu_pc_from_tb to cpu.h
by Blue Swirl
· 14 years ago
5b45040
target-alpha: Trap for unassigned and unaligned addresses.
by Richard Henderson
· 14 years ago
a3b9af1
target-alpha: Implement cpu_alpha_handle_mmu_fault for system mode.
by Richard Henderson
· 14 years ago
6a80e08
target-alpha: Disable interrupts properly.
by Richard Henderson
· 14 years ago
a18ad89
target-alpha: All ISA checks to use TB->FLAGS.
by Richard Henderson
· 14 years ago
21d2bea
target-alpha: Swap shadow registers moving to/from PALmode.
by Richard Henderson
· 14 years ago
26b4609
target-alpha: Add IPRs to be used by the emulation PALcode.
by Richard Henderson
· 14 years ago
bba9bdc
target-alpha: Use kernel mmu_idx for pal_mode.
by Richard Henderson
· 14 years ago
ea879fc
target-alpha: Add various symbolic constants.
by Richard Henderson
· 14 years ago
07b6c13
target-alpha: Tidy exception constants.
by Richard Henderson
· 14 years ago
129d8aa
target-alpha: Rationalize internal processor registers.
by Richard Henderson
· 14 years ago
8417845
target-alpha: Cleanup MMU modes.
by Richard Henderson
· 14 years ago
352e48b
target-alpha: Remove partial support for palcode emulation.
by Richard Henderson
· 14 years ago
a88790a
remove exec-all.h inclusion from cpu.h
by Paolo Bonzini
· 15 years ago
10eb0cc
move cpu_pc_from_tb to target-*/exec.h
by Paolo Bonzini
· 15 years ago
18f8e2c
target-alpha: Implement RPCC.
by Richard Henderson
· 15 years ago
6910b8f
target-alpha: Fix load-locked/store-conditional.
by Richard Henderson
· 15 years ago
a4b388f
target-alpha: Enable NPTL.
by Richard Henderson
· 15 years ago
5270589
Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.
by Richard Henderson
· 15 years ago
6049f4f
alpha-linux-user: Implement signals.
by Richard Henderson
· 15 years ago
866be65
target-alpha: Clean up arithmetic traps.
by Richard Henderson
· 15 years ago
dad081e
target-alpha: Reduce internal processor registers for user-mode.
by Richard Henderson
· 15 years ago
8443eff
target-alpha: Split up FPCR value into separate fields.
by Richard Henderson
· 15 years ago
ba0e276
target-alpha: Fixes for alpha-linux syscalls.
by Richard Henderson
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
0b5c1ce
cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal
by Nathan Froyd
· 16 years ago
8167ee8
Update to a hopefully more future proof FSF address
by Blue Swirl
· 16 years ago
2642cdb
target-alpha: document more registers used by 21264
by aurel32
· 16 years ago
b09d9d4
target-alpha: set target page size to 13 bits
by aurel32
· 16 years ago
aa4b818
target-alpha: remove PALCODE_ declarations (unused).
by aurel32
· 16 years ago
f8cc853
Document which IPR are used by 21264
by aurel32
· 16 years ago
c276471
The _exit syscall is used for both thread termination in NPTL applications,
by pbrook
· 16 years ago
fad6cb1
Update FSF address in GPL/LGPL boilerplate
by aurel32
· 16 years ago
9587035
target-alpha: fix 2 warnings
by aurel32
· 16 years ago
2cbd949
Common cpu_loop_exit prototype
by aurel32
· 16 years ago
6b91754
Refactor translation block CPU state handling (Jan Kiszka)
by aliguori
· 16 years ago
622ed36
Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)
by aliguori
· 16 years ago
f18cd22
target-alpha: convert FP ops to TCG
by aurel32
· 16 years ago
04acd30
target-alpha: convert remaining arith3 functions to TCG
by aurel32
· 16 years ago
6ad0259
target-alpha: switch a few helpers to TCG
by aurel32
· 16 years ago
7c9bde4
Fix call_pal() prototype for alpha system emulation
by aurel32
· 17 years ago
9656f32
Move interrupt_request and user_mode_only to common cpu state.
by pbrook
· 17 years ago
2e70f6e
Add instruction counter.
by pbrook
· 17 years ago
f8ed707
Fix typo.
by pbrook
· 17 years ago
6e68e07
Move clone() register setup to target specific code. Handle fork-like clone.
by pbrook
· 17 years ago
9133e39
Push common interrupt variables to cpu-defs.h (Glauber Costa)
by bellard
· 17 years ago
ce5232c
moved halted field to CPU_COMMON
by bellard
· 17 years ago
aaed909
added cpu_model parameter to cpu_init()
by bellard
· 17 years ago
f071b4d
Alpha coding style and inlining fixes.
by j_mayer
· 17 years ago
6ebbf39
Replace is_user variable with mmu_idx in softmmu core,
by j_mayer
· 17 years ago
198a74d
Move get_sp_from_cpustate from cpu.h to target_signal.h.
by ths
· 17 years ago
a04e134
linux-user sigaltstack() syscall, by Thayne Harbaugh.
by ths
· 17 years ago
cbecba2
Move likely and unlikely macros in a common place (Aurelien Jarno).
by j_mayer
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 18 years ago
9467d44
Move target-specific defines to the target directories.
by ths
· 18 years ago
e96efcf
Fix miscellaneous display warnings for PowerPC & alpha targets
by j_mayer
· 18 years ago
bf9525e
Fix alpha target compilation on 32 bits hosts.
by j_mayer
· 18 years ago
4c9649a
Alpha architecture emulation core.
by j_mayer
· 18 years ago