summaryrefslogtreecommitdiffstats
path: root/target/ppc/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: Style fixes for cpu.[ch]David Gibson2019-04-261-108/+129
* qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster2019-04-181-2/+1Star
* qom/cpu: Simplify how CPUClass::dump_statistics() printsMarkus Armbruster2019-04-181-2/+1Star
* 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
* target/ppc: Consolidate 64-bit server processor detection in a helperGreg Kurz2019-03-291-0/+6
* target/ppc: introduce vsr64_offset() to simplify get_cpu_vsr{l,h}() and set_c...Mark Cave-Ayland2019-03-121-10/+10
* target/ppc: switch fpr/vsrl registers so all VSX registers are in host endian...Mark Cave-Ayland2019-03-121-2/+2
* target/ppc: improve avr64_offset() and use it to simplify get_avr64()/set_avr...Mark Cave-Ayland2019-03-121-0/+5
* target/ppc: introduce avr_full_offset() functionMark Cave-Ayland2019-03-121-1/+11
* target/ppc: move Vsr* macros from internal.h to cpu.hMark Cave-Ayland2019-03-121-0/+20
* target/ppc: introduce single vsrl_offset() functionMark Cave-Ayland2019-03-121-1/+6
* target/ppc: introduce single fpr_offset() functionMark Cave-Ayland2019-03-121-1/+6
* target/ppc: Implement large decrementer support for TCGSuraj Jitindar Singh2019-03-121-4/+4
* target/ppc: Rename PATB/PATBE -> PATEBenjamin Herrenschmidt2019-02-251-1/+5
* target/ppc/spapr: Set LPCR:HR when using Radix modeBenjamin Herrenschmidt2019-02-251-0/+1
* target/ppc: Add POWER9 external interrupt modelBenjamin Herrenschmidt2019-02-251-0/+7
* target/ppc: Add Hypervisor Virtualization Interrupt on POWER9Benjamin Herrenschmidt2019-02-251-1/+4
* target/ppc: Rename "in_pm_state" to "resume_as_sreset"Benjamin Herrenschmidt2019-02-251-3/+3
* target/ppc: Fix support for "STOP light" states on POWER9Benjamin Herrenschmidt2019-02-251-3/+9
* target/ppc: Split out VSCR_SAT to a vector fieldRichard Henderson2019-02-181-1/+3
* target/ppc: Remove vscr_nj and vscr_satRichard Henderson2019-02-181-2/+0Star
* target/ppc: Enable reporting of SPRs to GDBFabiano Rosas2019-02-171-0/+5
* ppc: remove the interrupt presenters from under PowerPCCPUCédric Le Goater2019-02-041-5/+0Star
* ppc: Fix duplicated typedefs to be able to compile with Clang in gnu99 modeThomas Huth2019-01-221-4/+5
* ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPUCédric Le Goater2019-01-081-1/+2
* ppc/xive: introduce a XiveTCTX pointer under PowerPCCPUCédric Le Goater2019-01-081-0/+2
* target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland2019-01-081-6/+19
* target/ppc: merge ppc_vsr_t and ppc_avr_t union typesMark Cave-Ayland2019-01-081-7/+10
* target/ppc: Remove silly GETFIELD/SETFIELD/MASK_TO_LSH macrosDavid Gibson2018-12-201-12/+0Star
* target/ppc: fix the PPC_BIT definitionsCédric Le Goater2018-12-201-3/+3
* target/ppc: add external PID supportRoman Kapl2018-11-081-1/+23
* ppc: Remove deprecated ppcemb targetThomas Huth2018-08-281-16/+0Star
* ppc: add DBCR based debuggingRoman Kapl2018-08-211-0/+5
* target/ppc: Remove POWERPC_EXCP_STCXRichard Henderson2018-07-031-5/+0Star
* target/ppc: Use atomic load for LQ and LQARXRichard Henderson2018-07-031-0/+3
* target/ppc: Allow cpu compatiblity checks based on type, not instanceDavid Gibson2018-06-211-0/+4
* target/ppc, spapr: Move VPA information to machine_dataDavid Gibson2018-06-161-6/+1Star
* target/ppc: drop empty #if/#endif blockGreg Kurz2018-06-161-2/+0Star
* ppc: Rename 2.13 machines to 3.0Peter Maydell2018-05-291-1/+1
* spapr: Move PAPR mode cpu setup fully to spapr codeDavid Gibson2018-05-041-1/+1
* target/ppc: add basic support for PTCR on POWER9Cédric Le Goater2018-05-041-0/+2
* target/ppc: Fold slb_nr into PPCHash64OptionsDavid Gibson2018-04-271-1/+2
* target/ppc: Fold ci_large_pages flag into PPCHash64OptionsDavid Gibson2018-04-271-1/+0Star
* target/ppc: Split page size information into a separate allocationDavid Gibson2018-04-271-22/+4Star
* cpu: get rid of unused cpu_init() definesIgor Mammedov2018-03-191-2/+0Star
* cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov2018-03-191-0/+1
* target/*/cpu.h: remove softfloat.hAlex Bennée2018-02-211-1/+0Star
* accel/tcg: add size paremeter in tlb_fill()Laurent Vivier2018-01-251-1/+1
* target/ppc: add support for hypervisor doorbells on book3s CPUsCédric Le Goater2018-01-201-2/+6