summaryrefslogtreecommitdiff
path: root/target-sparc/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2016-10-31target-sparc: Remove MMU_MODE*_SUFFIXRichard Henderson1-8/+0
2016-10-31target-sparc: Add MMU_PHYS_IDXRichard Henderson1-7/+18
2016-10-31target-sparc: Introduce cpu_raise_exception_raRichard Henderson1-0/+1
2016-10-07qemu-tech: document lazy condition code evaluation in cpu.hPaolo Bonzini1-0/+5
2016-07-12target-sparc: Store %asi in TB flagsRichard Henderson1-0/+2
2016-07-12target-sparc: Store mmu index in TB flagsRichard Henderson1-14/+12
2016-07-12target-*: Clean up cpu.h header guardsMarkus Armbruster1-2/+2
2016-07-12Fix confusing argument names in some common functionsSergey Sorokin1-3/+4
2016-06-29target-*: Don't redefine cpu_exec()Peter Crosthwaite1-2/+0
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini1-2/+0
2016-05-19target-sparc: make cpu-qom.h not target specificPaolo Bonzini1-1/+37
2016-05-12tb: consistently use uint32_t for tb->flagsEmilio G. Cota1-1/+1
2016-02-23all: Clean up includesPeter Maydell1-1/+0
2016-01-16target-sparc: Convert to VMStateDescriptionJuan Quintela1-6/+0
2016-01-16target-sparc: Split cpu_put_psr into side-effect and no-side-effect partsPeter Maydell1-0/+1
2016-01-07sun4u: split out NPT and INT_DIS into separate CPUTimer fieldsMark Cave-Ayland1-0/+2
2015-10-07target-*: Drop cpu_gen_code defineRichard Henderson1-1/+0
2015-10-07target-sparc: Add npc state to insn_startRichard Henderson1-0/+1
2015-09-25sparc: Remove ELF_MACHINE from cpu.hPeter Crosthwaite1-6/+0
2015-09-11tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt1-1/+1
2015-07-09cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite1-1/+1
2015-03-10cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost1-8/+1
2015-01-20exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell1-2/+0
2014-06-05softmmu: move ALIGNED_ONLY to cpu.hPaolo Bonzini1-0/+2
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber1-0/+1
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber1-2/+1
2014-03-13cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber1-9/+0
2014-03-12target-sparc: Add and use CPU_FEATURE_CASASebastian Huber1-1/+3
2013-12-02misc: Replace 'struct QEMUTimer' by 'QEMUTimer'Stefan Weil1-1/+1
2013-07-23cpu: Introduce CPUClass::memory_rw_debug() for target_memory_rw_debug()Andreas Färber1-3/+2
2013-07-23cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber1-6/+0
2013-07-09linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell1-12/+0
2013-06-28cpu: Turn cpu_unassigned_access() into a CPUState hookAndreas Färber1-2/+3
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber1-1/+0
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-2/+3
2013-02-23SPARC LEON power-down support addedRonald Hecht1-0/+1
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-3/+3
2012-12-16exec: refactor cpu_restore_stateBlue Swirl1-1/+0
2012-12-07target-sparc: Remove t0, t1 from CPUSPARCStateRichard Henderson1-1/+0
2012-11-03Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl1-3/+0
2012-11-01target-sparc: make do_unaligned_access staticBlue Swirl1-3/+0
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber1-1/+3
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-2/+2
2012-10-07target-sparc: Move sdivx and udivx out of lineRichard Henderson1-0/+1
2012-06-04target-sparc: Let cpu_sparc_init() return SPARCCPUAndreas Färber1-3/+14
2012-04-14Use uintptr_t for various op related functionsBlue Swirl1-1/+1
2012-04-07target-sparc: QOM'ify CPUAndreas Färber1-0/+1
2012-03-24target-sparc: Add compiler attribute to some functions which don't returnStefan Weil1-2/+3