Sign in
qemu
/
qemu
/
77e2b17272963c09e309315903f3781dbdd85341
/
target-alpha
/
helper.c
63c9155
cpu: move exec-all.h inclusion out of cpu.h
by Paolo Bonzini
· 9 years ago
e2e5e11
alpha: Clean up includes
by Peter Maydell
· 9 years ago
5912438
target-alpha: Use separate TCGv temporaries for the shadow registers
by Richard Henderson
· 10 years ago
f3d3aad
target-alpha: Tidy FPCR representation
by Richard Henderson
· 11 years ago
ba9c5de
target-alpha: Set PC correctly for floating-point exceptions
by Richard Henderson
· 11 years ago
dde7c24
target-alpha: Use cpu_exec_interrupt qom hook
by Richard Henderson
· 10 years ago
2ef6175
tcg: Invert the inclusion of helper.h
by Richard Henderson
· 11 years ago
0c591eb
cputlb: Change tlb_set_page() argument to CPUState
by Andreas Färber
· 11 years ago
a47dddd
exec: Change cpu_abort() argument to CPUState
by Andreas Färber
· 11 years ago
3f38f30
translate-all: Change cpu_restore_state() argument to CPUState
by Andreas Färber
· 11 years ago
5638d18
cpu-exec: Change cpu_loop_exit() argument to CPUState
by Andreas Färber
· 11 years ago
2710342
cpu: Move exception_index field from CPU_COMMON to CPUState
by Andreas Färber
· 11 years ago
7510454
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
by Andreas Färber
· 11 years ago
d2810ff
target-alpha: Clean up ENV_GET_CPU() usage
by Andreas Färber
· 11 years ago
2c17449
exec: Make ldq/ldub_*_phys input an AddressSpace
by Edgar E. Iglesias
· 11 years ago
00b941e
cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook
by Andreas Färber
· 12 years ago
878096e
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
by Andreas Färber
· 12 years ago
97a8ea5
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
by Andreas Färber
· 12 years ago
6b4c305
fpu: move public header file to include/fpu
by Paolo Bonzini
· 12 years ago
a8a826a
exec: refactor cpu_restore_state
by Blue Swirl
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
2050396
Use uintptr_t for various op related functions
by Blue Swirl
· 13 years ago
7434340
target-alpha: Make use of fp_status.flush_inputs_to_zero.
by Richard Henderson
· 13 years ago
a44a277
target-alpha: Move fpcr helpers from op_helper.c to helper.c.
by Richard Henderson
· 13 years ago
b9f0923
target-alpha: Move exception helpers to helper.c.
by Richard Henderson
· 13 years ago
4d5712f
target-alpha: Don't overuse CPUState
by Andreas Färber
· 13 years ago
97b348e
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
by Blue Swirl
· 14 years ago
2b41f10
Remove exec-all.h include directives
by Blue Swirl
· 14 years ago
fa6e0a6
target-alpha: Remap PIO space for 43-bit KSEG for EV6.
by Richard Henderson
· 14 years ago
a3b9af1
target-alpha: Implement cpu_alpha_handle_mmu_fault for system mode.
by Richard Henderson
· 14 years ago
21d2bea
target-alpha: Swap shadow registers moving to/from PALmode.
by Richard Henderson
· 14 years ago
3a6fa67
target-alpha: Implement do_interrupt for system mode.
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
352e48b
target-alpha: Remove partial support for palcode emulation.
by Richard Henderson
· 14 years ago
9a78eea
target-xxx: Use fprintf_function (format checking)
by Stefan Weil
· 14 years ago
6910b8f
target-alpha: Fix load-locked/store-conditional.
by Richard Henderson
· 15 years ago
b2c5887
alpha: add missing 'break', spotted by clang analyzer
by Blue Swirl
· 15 years ago
4fcc562
Remove cpu_get_phys_page_debug from userspace emulation
by Paul Brook
· 15 years ago
8443eff
target-alpha: Split up FPCR value into separate fields.
by Richard Henderson
· 15 years ago
ee0dc6d
Fix incorrect exception_index use
by Blue Swirl
· 15 years ago
212df02
target-alpha: Fix compiler warning for gcc-4.3 (and older)
by Stefan Weil
· 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
8167ee8
Update to a hopefully more future proof FSF address
by Blue Swirl
· 16 years ago
fad6cb1
Update FSF address in GPL/LGPL boilerplate
by aurel32
· 16 years ago
1d6198c
Remove unnecessary trailing newlines
by blueswir1
· 16 years ago
57a92c8
target-alpha: fix locked loads/stores
by aurel32
· 16 years ago
8bb6e98
target-alpha: convert palcode ops to TCG
by aurel32
· 16 years ago
f18cd22
target-alpha: convert FP ops to TCG
by aurel32
· 16 years ago
b55266b
Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings
by blueswir1
· 16 years ago
7ccfb2e
Fix warnings that would be caused by gcc flag -Wwrite-strings
by blueswir1
· 16 years ago
6ebbf39
Replace is_user variable with mmu_idx in softmmu core,
by j_mayer
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
9b3c35e
cpu_get_phys_page_debug should return target_phys_addr_t
by j_mayer
· 18 years ago
4c9649a
Alpha architecture emulation core.
by j_mayer
· 18 years ago