71 Commits (5e8861a0361d8d39ab69fe557294471c28c49c8b)

Author SHA1 Message Date
Andreas Färber 25ebd80f1d target-alpha: QOM'ify CPU 15 years ago
Blue Swirl 2050396801 Use uintptr_t for various op related functions 15 years ago
Stefan Weil 5cbdb3a34b Replace Qemu by QEMU in comments 15 years ago
Richard Henderson 743434099d target-alpha: Make use of fp_status.flush_inputs_to_zero. 15 years ago
Richard Henderson b9f0923eb7 target-alpha: Move exception helpers to helper.c. 15 years ago
Andreas Färber 9349b4f9fd Rename CPUState -> CPUArchState 15 years ago
Andreas Färber 4d5712f19b target-alpha: Don't overuse CPUState 15 years ago
Stefan Weil 2c9762973c target-alpha: Clean includes 15 years ago
Richard Henderson c781cf96e2 target-alpha: Add high-resolution access to wall clock and an alarm. 16 years ago
Blue Swirl 97b348e7d2 Remove unused is_softmmu parameter from cpu_handle_mmu_fault 15 years ago
Blue Swirl b14ef7c9ab Fix unassigned memory access handling 15 years ago
Peter Maydell f5fc40bb81 target-alpha, target-ppc: Remove unnecessary setjmp.h include 15 years ago
Blue Swirl f081c76ccf Move cpu_has_work and cpu_pc_from_tb to cpu.h 15 years ago
Richard Henderson 5b4504079a target-alpha: Trap for unassigned and unaligned addresses. 16 years ago
Richard Henderson a3b9af1624 target-alpha: Implement cpu_alpha_handle_mmu_fault for system mode. 16 years ago
Richard Henderson 6a80e088c7 target-alpha: Disable interrupts properly. 16 years ago
Richard Henderson a18ad89351 target-alpha: All ISA checks to use TB->FLAGS. 15 years ago
Richard Henderson 21d2beaaef target-alpha: Swap shadow registers moving to/from PALmode. 16 years ago
Richard Henderson 26b4609447 target-alpha: Add IPRs to be used by the emulation PALcode. 15 years ago
Richard Henderson bba9bdcee8 target-alpha: Use kernel mmu_idx for pal_mode. 15 years ago
Richard Henderson ea879fc719 target-alpha: Add various symbolic constants. 16 years ago
Richard Henderson 07b6c13b09 target-alpha: Tidy exception constants. 15 years ago
Richard Henderson 129d8aa575 target-alpha: Rationalize internal processor registers. 15 years ago
Richard Henderson 8417845ee9 target-alpha: Cleanup MMU modes. 15 years ago
Richard Henderson 352e48b0f4 target-alpha: Remove partial support for palcode emulation. 16 years ago
Paolo Bonzini a88790a14f remove exec-all.h inclusion from cpu.h 16 years ago
Paolo Bonzini 10eb0cc03c move cpu_pc_from_tb to target-*/exec.h 16 years ago
Richard Henderson 18f8e2c08b target-alpha: Implement RPCC. 17 years ago
Richard Henderson 6910b8f66a target-alpha: Fix load-locked/store-conditional. 17 years ago
Richard Henderson a4b388ff51 target-alpha: Enable NPTL. 17 years ago
Richard Henderson 5270589032 Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. 17 years ago
Richard Henderson 6049f4f831 alpha-linux-user: Implement signals. 17 years ago
Richard Henderson 866be65dfd target-alpha: Clean up arithmetic traps. 17 years ago
Richard Henderson dad081ee69 target-alpha: Reduce internal processor registers for user-mode. 17 years ago
Richard Henderson 8443effb50 target-alpha: Split up FPCR value into separate fields. 17 years ago
Richard Henderson ba0e276db4 target-alpha: Fixes for alpha-linux syscalls. 17 years ago
Anthony Liguori c227f0995e Revert "Get rid of _t suffix" 17 years ago
malc 99a0949b72 Get rid of _t suffix 17 years ago
Nathan Froyd 0b5c1ce846 cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signal 17 years ago
Blue Swirl 8167ee8839 Update to a hopefully more future proof FSF address 17 years ago
aurel32 2642cdb33b target-alpha: document more registers used by 21264 18 years ago
aurel32 b09d9d4618 target-alpha: set target page size to 13 bits 18 years ago
aurel32 aa4b81806d target-alpha: remove PALCODE_ declarations (unused). 18 years ago
aurel32 f8cc853415 Document which IPR are used by 21264 18 years ago
pbrook c276471991 The _exit syscall is used for both thread termination in NPTL applications, 18 years ago
aurel32 fad6cb1a56 Update FSF address in GPL/LGPL boilerplate 18 years ago
aurel32 9587035602 target-alpha: fix 2 warnings 18 years ago
aurel32 2cbd949d7a Common cpu_loop_exit prototype 18 years ago
aliguori 6b9175478e Refactor translation block CPU state handling (Jan Kiszka) 18 years ago
aliguori 622ed3605b Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) 18 years ago