summary refs log tree commit diff stats
path: root/target/sparc/cpu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'Philippe Mathieu-Daudé2024-04-261-23/+0
* target/sparc: Provide hint about CPUSPARCState::irq_manager memberPhilippe Mathieu-Daudé2024-02-151-3/+2
* target/sparc: Remove FSR_FTT_NMASK, FSR_FTT_CEXC_NMASKRichard Henderson2024-02-031-7/+0
* target/sparc: Split fcc out of env->fsrRichard Henderson2024-02-031-11/+9
* target/sparc: Split cexc and ftt from env->fsrRichard Henderson2024-02-031-1/+6
* target/sparc: Split ver from env->fsrRichard Henderson2024-02-031-0/+3
* target/sparc: Introduce cpu_get_fsr, cpu_put_fsrRichard Henderson2024-02-031-1/+3
* target/sparc: Remove qt0, qt1 temporariesRichard Henderson2024-02-031-2/+0
* include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson2024-02-031-1/+1
* include/exec: Implement cpu_mmu_index genericallyRichard Henderson2024-02-031-6/+0
* target/sparc: Populate CPUClass.mmu_indexRichard Henderson2024-02-031-28/+6
* target/sparc: Simplify qemu_irq_ackClément Chigot2024-01-051-1/+1
* target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé2023-11-071-2/+16
* target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'Philippe Mathieu-Daudé2023-11-071-2/+0
* target: Unify QOM stylePhilippe Mathieu-Daudé2023-11-071-2/+0
* target/sparc: Remove CC_OP leftoversRichard Henderson2023-11-051-21/+0
* target/sparc: Remove CC_OP_TADDTV, CC_OP_TSUBTVRichard Henderson2023-11-051-2/+0
* target/sparc: Remove CC_OP_SUB, CC_OP_SUBX, CC_OP_TSUBRichard Henderson2023-11-051-3/+0
* target/sparc: Remove CC_OP_ADD, CC_OP_ADDX, CC_OP_TADDRichard Henderson2023-11-051-3/+0
* target/sparc: Remove CC_OP_DIVRichard Henderson2023-11-051-1/+0
* target/sparc: Remove CC_OP_LOGICRichard Henderson2023-11-051-1/+0
* target/sparc: Split psr and xcc into componentsRichard Henderson2023-11-051-3/+27
* target/sparc: Introduce cpu_put_psr_iccRichard Henderson2023-11-051-0/+1
* target/sparc: Remove sparcv7 cpu featuresRichard Henderson2023-10-251-14/+7
* target/sparc: Define features via cpu-feature.h.incRichard Henderson2023-10-251-19/+13
* target/sparc: Set TCG_GUEST_DEFAULT_MORichard Henderson2023-10-251-0/+23
* accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson2023-10-031-1/+0
* target/sparc: Handle FPRS correctly on big-endian hostsPeter Maydell2023-07-251-1/+1
* target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson2023-06-261-2/+2
* tcg: Remove NO_CPU_IO_DEFSRichard Henderson2023-06-051-2/+0
* linux-user/sparc: Handle floating-point exceptionsRichard Henderson2023-03-101-2/+1
* target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemuPhilippe Mathieu-Daudé2023-02-271-1/+2
* target/sparc: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-261-0/+3
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-211-5/+5
* Move CPU softfloat unions to cpu-float.hMarc-André Lureau2022-04-061-0/+1
* target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé2022-03-061-1/+1
* target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé2022-03-061-2/+0
* target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé2022-03-061-3/+2
* include/exec: Move cpu_signal_handler declarationRichard Henderson2021-09-211-2/+0
* target/sparc: Make sparc_cpu_dump_state() staticPhilippe Mathieu-Daudé2021-09-161-1/+0
* hw/sparc: Allow building without the leon3 machinePhilippe Mathieu-Daudé2021-05-041-6/+0
* linux-user/sparc: Handle tstate in sparc64_get/set_context()Peter Maydell2020-12-181-4/+20
* linux-user/sparc: Correct sparc64_get/set_context() FPU handlingPeter Maydell2020-12-181-1/+3
* gdbstub: extend GByteArray to read register helpersAlex Bennée2020-03-171-1/+1
* target/sparc: Define an enumeration for accessing env->regwptrRichard Henderson2019-11-061-0/+33
* target/sparc: Switch to do_transaction_failed() hookPeter Maydell2019-09-171-3/+5
* target/sparc: sun4u Invert Endian TTE bitTony Nguyen2019-09-031-0/+2
* configure: Define target access alignment in configuretony.nguyen@bt.com2019-08-201-2/+0
* migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster2019-08-161-1/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0