aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/cpu_init.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-02target/ppc: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé1-47/+1
2022-12-21target/ppc: Implement the DEXCR and HDEXCRNicholas Miehlbradt1-0/+25
2022-12-16target/ppc: Convert to 3-phase resetPeter Maydell1-4/+8
2022-11-17target/ppc: Fix build warnings when building with 'disable-tcg'Vaibhav Jain1-0/+2
2022-10-28target/ppc: move the p*_interrupt_powersave methods to excp_helper.cMatheus Ferst1-102/+0
2022-10-28target/ppc: unify cpu->has_work based on cs->interrupt_requestMatheus Ferst1-93/+1
2022-10-28target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_inte...Matheus Ferst1-1/+1
2022-10-28target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER7Matheus Ferst1-20/+25
2022-10-28target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_inte...Matheus Ferst1-1/+1
2022-10-28target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER8Matheus Ferst1-28/+33
2022-10-28target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_inte...Matheus Ferst1-1/+1
2022-10-28target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER9Matheus Ferst1-76/+50
2022-10-28target/ppc: define PPC_INTERRUPT_* values directlyMatheus Ferst1-28/+28
2022-10-26target/ppc: Convert to tcg_ops restore_state_to_opcRichard Henderson1-0/+10
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson1-0/+8
2022-09-20target/ppc: Add HASHKEYR and HASHPKEYR SPRsVíctor Colombo1-0/+28
2022-08-30target/ppc: Fix host PVR matching for KVMNicholas Piggin1-21/+70
2022-07-18target/ppc: check tb_env != 0 before printing TBU/TBL/DECRMatheus Ferst1-10/+8
2022-07-18target/ppc: Move tlbie[l] to decode treeLeandro Lupori1-2/+2
2022-07-18ppc: Remove unused irq_inputsCédric Le Goater1-5/+0
2022-07-06target/ppc: Return default CPU for max CPUMurilo Opsfelder Araujo1-0/+19
2022-07-06target/ppc: Add flag for ISA v2.06 BCDA instructionsMatheus Ferst1-4/+6
2022-06-20target/ppc: cpu_init: Clean up stop state on cpu resetFrederic Barrat1-0/+3
2022-05-26target/ppc: Implement lwsync with weaker memory orderingNicholas Piggin1-6/+7
2022-05-09disas: Remove old libopcode ppc disassemblerThomas Huth1-2/+0
2022-05-05target/ppc: Remove msr_hv macroVíctor Colombo1-2/+4
2022-05-05target/ppc: Remove msr_ee macroVíctor Colombo1-5/+10
2022-05-05target/ppc: Remove msr_le macroVíctor Colombo1-1/+1
2022-05-05target/ppc: Remove msr_pr macroVíctor Colombo1-2/+2
2022-04-20target/ppc: Add two missing register callbacks on POWER10Frederic Barrat1-0/+2
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-03-02target/ppc: add PPC_INTERRUPT_EBB and EBB exceptionsDaniel Henrique Barboza1-0/+4
2022-03-02target/ppc: make power8-pmu.c CONFIG_TCG onlyDaniel Henrique Barboza1-9/+7
2022-02-18target/ppc: Move common SPR functions out of cpu_initFabiano Rosas1-400/+0
2022-02-18target/ppc: cpu_init: Move check_pow and QOM macros to a headerFabiano Rosas1-37/+0
2022-02-18target/ppc: cpu_init: Move SPR registration macros to a headerFabiano Rosas1-56/+9
2022-02-18target/ppc: cpu_init: Expose some SPR registration helpersFabiano Rosas1-7/+7
2022-02-18target/ppc: Rename spr_tcg.h to spr_common.hFabiano Rosas1-1/+1
2022-02-18target/ppc: cpu_init: Remove register_usprg3_sprsFabiano Rosas1-10/+11
2022-02-18target/ppc: cpu_init: Rename register_ne_601_sprsFabiano Rosas1-21/+20
2022-02-18target/ppc: cpu_init: Reuse init_proc_745 for the 755Fabiano Rosas1-17/+1
2022-02-18target/ppc: cpu_init: Reuse init_proc_604 for the 604eFabiano Rosas1-11/+1
2022-02-18target/ppc: cpu_init: Reuse init_proc_603 for the e300Fabiano Rosas1-58/+46
2022-02-18target/ppc: cpu_init: Move 604e SPR registration into a functionFabiano Rosas1-19/+24
2022-02-18target/ppc: cpu_init: Move e300 SPR registration into a functionFabiano Rosas1-29/+35
2022-02-18target/ppc: cpu_init: Move 755 L2 cache SPRs into a functionFabiano Rosas1-9/+15
2022-02-18target/ppc: cpu_init: Deduplicate 7xx SPR registrationFabiano Rosas1-57/+11
2022-02-18target/ppc: cpu_init: Deduplicate 745/755 SPR registrationFabiano Rosas1-31/+19
2022-02-18target/ppc: cpu_init: Deduplicate 604 SPR registrationFabiano Rosas1-10/+7
2022-02-18target/ppc: cpu_init: Deduplicate 603 SPR registrationFabiano Rosas1-19/+9