aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/cpu.h
AgeCommit message (Expand)Author
2014-03-05target-ppc: Altivec 2.07: Update AVR StructureTom Musta
2014-03-05target-ppc: Altivec 2.07: Add Instruction FlagTom Musta
2014-03-05target-ppc: Add Load Quadword and ReserveTom Musta
2014-03-05target-ppc: Add Flag for ISA 2.07 Load/Store Quadword InstructionsTom Musta
2014-03-05target-ppc: Add Target Address SPR (TAR) to Power8Tom Musta
2014-03-05target-ppc: Add Flag for bctarTom Musta
2014-03-05target-ppc: Add Flag for Power ISA V2.06 Floating Point Test InstructionsTom Musta
2014-03-05target-ppc: Add Flag for ISA V2.06 Floating Point ConversionTom Musta
2014-03-05target-ppc: Add Flag for ISA2.06 Atomic InstructionsTom Musta
2014-03-05target-ppc: Add Flag for ISA2.06 Divide Extended InstructionsTom Musta
2014-03-05target-ppc: Add ISA2.06 bpermd InstructionTom Musta
2014-03-05target-ppc: VSX Stage 4: Add VSX 2.07 FlagTom Musta
2014-03-05target-ppc: fix SPR_CTRL/SPR_UCTRL register numbersAlexey Kardashevskiy
2014-03-05target-ppc: fix LPCR SPR numberAlexey Kardashevskiy
2013-12-20Add MSR VSX and Associated ExceptionTom Musta
2013-12-20Declare and Enable VSXTom Musta
2013-10-25target-ppc: Use #define for max slb entriesAneesh Kumar K.V
2013-09-02target-ppc: USE LPCR_ILE to control exception endian on POWER7Anton Blanchard
2013-07-29target-ppc: Convert ppc cpu savevm to VMStateDescriptionAlexey Kardashevskiy
2013-07-23cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber
2013-07-09linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell
2013-07-01target-ppc: Introduce unrealizefn for PowerPCCPUAndreas Färber
2013-05-06PPC: Add MMU type for 2.06 with AMR but no TB pagesAlexander Graf
2013-04-26target-ppc: add instruction flags for Book I 2.05Aurelien Jarno
2013-04-26target-ppc: Add more stubs for POWER7 PMU registersDavid Gibson
2013-04-26PPC: Remove env->hreset_excp_prefixFabien Chouteau
2013-03-22target-ppc: Move ppc tlb_fill implementation into mmu_helper.cDavid Gibson
2013-03-22target-ppc: Split user only code out of mmu_helper.cDavid Gibson
2013-03-22mmu-hash64: Implement Virtual Page Class Key ProtectionDavid Gibson
2013-03-22mmu-hash*: Add header file for definitionsDavid Gibson
2013-03-22target-ppc: mmu_ctx_t should not be a global typeDavid Gibson
2013-03-22target-ppc: Disentangle BAT code for 32-bit hash MMUsDavid Gibson
2013-03-22target-ppc: Don't share get_pteg_offset() between 32 and 64-bitDavid Gibson
2013-03-22target-ppc: Disentangle hash mmu helper functionsDavid Gibson
2013-03-22target-ppc: Disentangle get_physical_address() pathsDavid Gibson
2013-03-22target-ppc: Disentangle find_pte()David Gibson
2013-03-22target-ppc: Disentangle pte_check()David Gibson
2013-03-22target-ppc: Move SLB handling into a mmu-hash64.cDavid Gibson
2013-03-22target-ppc: Trivial cleanups in mmu_helper.cDavid Gibson
2013-03-22target-ppc: Remove vestigial PowerPC 620 supportDavid Gibson
2013-03-22PPC/GDB: handle read and write of fpscrFabien Chouteau
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-08target-ppc: Add mechanism for synchronizing SPRs with KVMDavid Gibson
2013-03-08target-ppc: Convert CPU definitionsAndreas Färber
2013-02-23target-ppc: Split out SO, OV, CA fields from XERRichard Henderson
2013-02-01PPC: Unify dcbzl code pathAlexander Graf
2013-01-07target-ppc: Slim conversion of model definitions to QOM subclassesAndreas Färber
2013-01-07PPC: Bring EPR support closer to realityAlexander Graf
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini