aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2019-10-04target/ppc: update {get,set}_dfp{64,128}() helper functions to read/write DFP...Mark Cave-Ayland1-0/+1
2019-10-04ppc: Add support for 'mffscrn','mffscrni' instructionsPaul A. Clarke1-1/+8
2019-08-21ppc: Add support for 'mffsl' instructionPaul A. Clarke1-5/+10
2019-08-21target/ppc: Add Directed Privileged Door-bell Exception State (DPDES) SPRAlexey Kardashevskiy1-0/+1
2019-08-21spapr: Implement dispatch tracking for tcgNicholas Piggin1-0/+4
2019-08-21target/ppc: move opcode decode tables to PowerPCCPUAlex Bennée1-4/+4
2019-08-16migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster1-1/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-10cpu: Remove CPU_COMMONRichard Henderson1-2/+0
2019-06-10cpu: Introduce CPUNegativeOffsetStateRichard Henderson1-0/+2
2019-06-10cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson1-1/+0
2019-06-10target/ppc: Use env_cpu, env_archcpuRichard Henderson1-6/+1
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-2/+0
2019-06-10cpu: Define ArchCPURichard Henderson1-0/+1
2019-06-10cpu: Define CPUArchState with typedefRichard Henderson1-2/+2
2019-06-10tcg: Split out target/arch/cpu-param.hRichard Henderson1-38/+4
2019-05-10target/ppc: Convert to CPUClass::tlb_fillRichard Henderson1-4/+3
2019-04-26ppc/hash64: Rework R and C bit updatesBenjamin Herrenschmidt1-2/+2
2019-04-26target/ppc: Style fixes for cpu.[ch]David Gibson1-108/+129
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster1-2/+1
2019-04-18qom/cpu: Simplify how CPUClass::dump_statistics() printsMarkus Armbruster1-2/+1
2019-04-18target: Clean up how the dump_mmu() printMarkus Armbruster1-1/+1
2019-04-18target: Simplify how the TARGET_cpu_list() printMarkus Armbruster1-1/+1
2019-03-29target/ppc: Consolidate 64-bit server processor detection in a helperGreg Kurz1-0/+6
2019-03-12target/ppc: introduce vsr64_offset() to simplify get_cpu_vsr{l,h}() and set_c...Mark Cave-Ayland1-10/+10
2019-03-12target/ppc: switch fpr/vsrl registers so all VSX registers are in host endian...Mark Cave-Ayland1-2/+2
2019-03-12target/ppc: improve avr64_offset() and use it to simplify get_avr64()/set_avr...Mark Cave-Ayland1-0/+5
2019-03-12target/ppc: introduce avr_full_offset() functionMark Cave-Ayland1-1/+11
2019-03-12target/ppc: move Vsr* macros from internal.h to cpu.hMark Cave-Ayland1-0/+20
2019-03-12target/ppc: introduce single vsrl_offset() functionMark Cave-Ayland1-1/+6
2019-03-12target/ppc: introduce single fpr_offset() functionMark Cave-Ayland1-1/+6
2019-03-12target/ppc: Implement large decrementer support for TCGSuraj Jitindar Singh1-4/+4
2019-02-26target/ppc: Rename PATB/PATBE -> PATEBenjamin Herrenschmidt1-1/+5
2019-02-26target/ppc/spapr: Set LPCR:HR when using Radix modeBenjamin Herrenschmidt1-0/+1
2019-02-26target/ppc: Add POWER9 external interrupt modelBenjamin Herrenschmidt1-0/+7
2019-02-26target/ppc: Add Hypervisor Virtualization Interrupt on POWER9Benjamin Herrenschmidt1-1/+4
2019-02-26target/ppc: Rename "in_pm_state" to "resume_as_sreset"Benjamin Herrenschmidt1-3/+3
2019-02-26target/ppc: Fix support for "STOP light" states on POWER9Benjamin Herrenschmidt1-3/+9
2019-02-18target/ppc: Split out VSCR_SAT to a vector fieldRichard Henderson1-1/+3
2019-02-18target/ppc: Remove vscr_nj and vscr_satRichard Henderson1-2/+0
2019-02-17target/ppc: Enable reporting of SPRs to GDBFabiano Rosas1-0/+5
2019-02-04ppc: remove the interrupt presenters from under PowerPCCPUCédric Le Goater1-5/+0
2019-01-22ppc: Fix duplicated typedefs to be able to compile with Clang in gnu99 modeThomas Huth1-4/+5
2019-01-09ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPUCédric Le Goater1-1/+2
2019-01-09ppc/xive: introduce a XiveTCTX pointer under PowerPCCPUCédric Le Goater1-0/+2
2019-01-09target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland1-6/+19
2019-01-09target/ppc: merge ppc_vsr_t and ppc_avr_t union typesMark Cave-Ayland1-7/+10
2018-12-21target/ppc: Remove silly GETFIELD/SETFIELD/MASK_TO_LSH macrosDavid Gibson1-12/+0
2018-12-21target/ppc: fix the PPC_BIT definitionsCédric Le Goater1-3/+3
2018-11-08target/ppc: add external PID supportRoman Kapl1-1/+23