summaryrefslogtreecommitdiff
path: root/target/ppc/cpu.h
AgeCommit message (Expand)Author
2019-06-10tcg: Split out target/arch/cpu-param.hRichard Henderson
2019-05-10target/ppc: Convert to CPUClass::tlb_fillRichard Henderson
2019-04-26ppc/hash64: Rework R and C bit updatesBenjamin Herrenschmidt
2019-04-26target/ppc: Style fixes for cpu.[ch]David Gibson
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2019-04-18qom/cpu: Simplify how CPUClass::dump_statistics() printsMarkus Armbruster
2019-04-18target: Clean up how the dump_mmu() printMarkus Armbruster
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster
2019-03-29target/ppc: Consolidate 64-bit server processor detection in a helperGreg Kurz
2019-03-12target/ppc: introduce vsr64_offset() to simplify get_cpu_vsr{l,h}() and set_c...Mark Cave-Ayland
2019-03-12target/ppc: switch fpr/vsrl registers so all VSX registers are in host endian...Mark Cave-Ayland
2019-03-12target/ppc: improve avr64_offset() and use it to simplify get_avr64()/set_avr...Mark Cave-Ayland
2019-03-12target/ppc: introduce avr_full_offset() functionMark Cave-Ayland
2019-03-12target/ppc: move Vsr* macros from internal.h to cpu.hMark Cave-Ayland
2019-03-12target/ppc: introduce single vsrl_offset() functionMark Cave-Ayland
2019-03-12target/ppc: introduce single fpr_offset() functionMark Cave-Ayland
2019-03-12target/ppc: Implement large decrementer support for TCGSuraj Jitindar Singh
2019-02-26target/ppc: Rename PATB/PATBE -> PATEBenjamin Herrenschmidt
2019-02-26target/ppc/spapr: Set LPCR:HR when using Radix modeBenjamin Herrenschmidt
2019-02-26target/ppc: Add POWER9 external interrupt modelBenjamin Herrenschmidt
2019-02-26target/ppc: Add Hypervisor Virtualization Interrupt on POWER9Benjamin Herrenschmidt
2019-02-26target/ppc: Rename "in_pm_state" to "resume_as_sreset"Benjamin Herrenschmidt
2019-02-26target/ppc: Fix support for "STOP light" states on POWER9Benjamin Herrenschmidt
2019-02-18target/ppc: Split out VSCR_SAT to a vector fieldRichard Henderson
2019-02-18target/ppc: Remove vscr_nj and vscr_satRichard Henderson
2019-02-17target/ppc: Enable reporting of SPRs to GDBFabiano Rosas
2019-02-04ppc: remove the interrupt presenters from under PowerPCCPUCédric Le Goater
2019-01-22ppc: Fix duplicated typedefs to be able to compile with Clang in gnu99 modeThomas Huth
2019-01-09ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPUCédric Le Goater
2019-01-09ppc/xive: introduce a XiveTCTX pointer under PowerPCCPUCédric Le Goater
2019-01-09target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland
2019-01-09target/ppc: merge ppc_vsr_t and ppc_avr_t union typesMark Cave-Ayland
2018-12-21target/ppc: Remove silly GETFIELD/SETFIELD/MASK_TO_LSH macrosDavid Gibson
2018-12-21target/ppc: fix the PPC_BIT definitionsCédric Le Goater
2018-11-08target/ppc: add external PID supportRoman Kapl
2018-08-28ppc: Remove deprecated ppcemb targetThomas Huth
2018-08-21ppc: add DBCR based debuggingRoman Kapl
2018-07-03target/ppc: Remove POWERPC_EXCP_STCXRichard Henderson
2018-07-03target/ppc: Use atomic load for LQ and LQARXRichard Henderson
2018-06-21target/ppc: Allow cpu compatiblity checks based on type, not instanceDavid Gibson
2018-06-16target/ppc, spapr: Move VPA information to machine_dataDavid Gibson
2018-06-16target/ppc: drop empty #if/#endif blockGreg Kurz
2018-05-29ppc: Rename 2.13 machines to 3.0Peter Maydell
2018-05-04spapr: Move PAPR mode cpu setup fully to spapr codeDavid Gibson
2018-05-04target/ppc: add basic support for PTCR on POWER9Cédric Le Goater
2018-04-27target/ppc: Fold slb_nr into PPCHash64OptionsDavid Gibson
2018-04-27target/ppc: Fold ci_large_pages flag into PPCHash64OptionsDavid Gibson
2018-04-27target/ppc: Split page size information into a separate allocationDavid Gibson
2018-03-19cpu: get rid of unused cpu_init() definesIgor Mammedov
2018-03-19cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov