summaryrefslogtreecommitdiffstats
path: root/target-sparc/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* target-*: Drop cpu_gen_code defineRichard Henderson2015-10-071-1/+0
* target-sparc: Add npc state to insn_startRichard Henderson2015-10-071-0/+1
* sparc: Remove ELF_MACHINE from cpu.hPeter Crosthwaite2015-09-251-6/+0
* tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt2015-09-111-1/+1
* cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite2015-07-091-1/+1
* cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost2015-03-101-8/+1
* exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell2015-01-201-2/+0
* softmmu: move ALIGNED_ONLY to cpu.hPaolo Bonzini2014-06-051-0/+2
* cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-0/+1
* cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber2014-03-131-2/+1
* cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber2014-03-131-9/+0
* target-sparc: Add and use CPU_FEATURE_CASASebastian Huber2014-03-121-1/+3
* misc: Replace 'struct QEMUTimer' by 'QEMUTimer'Stefan Weil2013-12-021-1/+1
* cpu: Introduce CPUClass::memory_rw_debug() for target_memory_rw_debug()Andreas Färber2013-07-231-3/+2
* cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber2013-07-231-6/+0
* linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell2013-07-091-12/+0
* cpu: Turn cpu_unassigned_access() into a CPUState hookAndreas Färber2013-06-281-2/+3
* cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber2013-03-121-1/+0
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-121-2/+3
* SPARC LEON power-down support addedRonald Hecht2013-02-231-0/+1
* fpu: move public header file to include/fpuPaolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-3/+3
* exec: refactor cpu_restore_stateBlue Swirl2012-12-161-1/+0
* target-sparc: Remove t0, t1 from CPUSPARCStateRichard Henderson2012-12-071-1/+0
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl2012-11-031-3/+0
|\
| * target-sparc: make do_unaligned_access staticBlue Swirl2012-11-011-3/+0
* | cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber2012-10-311-1/+3
|/
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-2/+2
* target-sparc: Move sdivx and udivx out of lineRichard Henderson2012-10-071-0/+1
* target-sparc: Let cpu_sparc_init() return SPARCCPUAndreas Färber2012-06-041-3/+14
* Use uintptr_t for various op related functionsBlue Swirl2012-04-141-1/+1
* target-sparc: QOM'ify CPUAndreas Färber2012-04-071-0/+1
* target-sparc: Add compiler attribute to some functions which don't returnStefan Weil2012-03-241-2/+3
* Sparc: avoid AREG0 wrappers for memory access helpersBlue Swirl2012-03-181-83/+2
* Sparc: avoid AREG0 for memory access helpersBlue Swirl2012-03-181-0/+82
* sparc64: implement PCI and ISA irqsBlue Swirl2012-03-171-0/+3
* sparc: reset CPU state on resetBlue Swirl2012-03-171-2/+3
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-1/+1
* target-sparc: Don't overuse CPUStateAndreas Färber2012-03-141-28/+28
* target-sparc: Typedef struct CPUSPARCState earlyAndreas Färber2012-03-141-2/+4
* target-sparc: Change fpr representation to doubles.Richard Henderson2011-10-261-3/+4
* target-sparc: Pass float64 parameters instead of dt0/1 temporaries.Richard Henderson2011-10-261-1/+0
* Sparc: split MMU helpersBlue Swirl2011-10-261-1/+1
* Sparc: avoid AREG0 for softint op helpers and Leon cache controlBlue Swirl2011-10-261-6/+25
* Sparc: split CWP and PSTATE op helpersBlue Swirl2011-10-231-1/+3
* Sparc: split helper.cBlue Swirl2011-10-231-1/+2
* Gdbstub: Fix back-trace on SPARC32Fabien Chouteau2011-09-101-0/+7
* Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-071-1/+1
* SPARC64: implement addtional MMU faults related to nonfaulting loadTsuneo Saito2011-07-211-0/+4
OpenPOWER on IntegriCloud