summary refs log tree commit diff stats
path: root/target/sparc/cpu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* cpu: Remove CPU_COMMONRichard Henderson2019-06-101-2/+0
* cpu: Introduce CPUNegativeOffsetStateRichard Henderson2019-06-101-0/+1
* cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson2019-06-101-1/+0
* target/sparc: Use env_cpu, env_archcpuRichard Henderson2019-06-101-5/+0
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-2/+0
* cpu: Define ArchCPURichard Henderson2019-06-101-0/+1
* cpu: Define CPUArchState with typedefRichard Henderson2019-06-101-2/+2
* tcg: Split out target/arch/cpu-param.hRichard Henderson2019-06-101-18/+2
* target/sparc: Convert to CPUClass::tlb_fillRichard Henderson2019-05-101-2/+3
* qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster2019-04-181-2/+1
* target: Clean up how the dump_mmu() printMarkus Armbruster2019-04-181-1/+1
* target: Simplify how the TARGET_cpu_list() printMarkus Armbruster2019-04-181-1/+1
* cpu: get rid of unused cpu_init() definesIgor Mammedov2018-03-191-4/+0
* cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov2018-03-191-0/+1
* target/*/cpu.h: remove softfloat.hAlex Bennée2018-02-211-2/+0
* accel/tcg: add size paremeter in tlb_fill()Laurent Vivier2018-01-251-1/+1
* sparc: cleanup cpu type name compositionIgor Mammedov2017-10-271-0/+3
* qom: Introduce CPUClass.tcg_initializeRichard Henderson2017-10-241-1/+1
* sparc: Fix typedef clashDr. David Alan Gilbert2017-09-141-2/+2
* sparc: replace cpu_sparc_init() with cpu_generic_init()Igor Mammedov2017-09-011-2/+1
* sparc: embed sparc_def_t into CPUSPARCStateIgor Mammedov2017-09-011-4/+4
* target-sparc: store the UA2005 entries in sun4u formatArtyom Tarasenko2017-01-181-0/+3
* target-sparc: implement UA2005 TSB PointersArtyom Tarasenko2017-01-181-0/+2
* target-sparc: use SparcV9MMU type for sparc64 I/D-MMUsArtyom Tarasenko2017-01-181-30/+18
* target-sparc: use direct address translation in hyperprivileged modeArtyom Tarasenko2017-01-181-4/+3
* target-sparc: implement UA2005 GL registerArtyom Tarasenko2017-01-181-0/+2
* target-sparc: implement UA2005 hypervisor trapsArtyom Tarasenko2017-01-181-0/+1
* target-sparc: hypervisor mode takes over nucleus modeArtyom Tarasenko2017-01-181-2/+2
* target-sparc: implement UA2005 scratchpad registersArtyom Tarasenko2017-01-181-0/+1