aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/cpu_init.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-18target/ppc: cpu_init: Deduplicate 440 SPR registrationFabiano Rosas1-74/+26
2022-02-18target/ppc: cpu_init: Decouple 74xx SPR registration from 7xxFabiano Rosas1-16/+91
2022-02-18target/ppc: cpu_init: Decouple G2 SPR registration from 755Fabiano Rosas1-5/+20
2022-02-18target/ppc: cpu_init: Move G2 SPRs into register_G2_sprsFabiano Rosas1-19/+22
2022-02-18target/ppc: cpu_init: Move 405 SPRs into register_405_sprsFabiano Rosas1-11/+13
2022-02-18target/ppc: cpu_init: Avoid nested SPR register functionsFabiano Rosas1-3/+3
2022-02-18target/ppc: cpu_init: Move Timebase registration into the common functionFabiano Rosas1-80/+18
2022-02-18target/ppc: cpu_init: Group registration of generic SPRsFabiano Rosas1-26/+32
2022-02-18target/ppc: cpu_init: Remove G2LE init codeFabiano Rosas1-41/+1
2022-02-18target/ppc: cpu_init: Remove not implemented commentsFabiano Rosas1-329/+253
2022-02-09target/ppc: Merge 7x5 and 7x0 exception model IDsFabiano Rosas1-8/+8
2022-02-09target/ppc: Merge exception model IDs for 6xx CPUsFabiano Rosas1-9/+9
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater1-213/+1
2022-02-09target/ppc: Remove 440x4 CPUFabiano Rosas1-83/+0
2022-01-28target/ppc: Remove support for the PowerPC 602 CPUCédric Le Goater1-147/+0
2022-01-28target/ppc: 405: Add missing MSR_ME bitFabiano Rosas1-0/+1
2022-01-28target/ppc: 405: Rename MSR_POW to MSR_WEFabiano Rosas1-1/+1
2022-01-12target/ppc: Add extra float instructions to POWER5P processorsCédric Le Goater1-0/+1
2022-01-12target/ppc: Add popcntb instruction to POWER5+ processorsCédric Le Goater1-0/+1
2022-01-04target/ppc: Cache per-pmc insn and cycle count settingsRichard Henderson1-0/+1
2022-01-04ppc/ppc405: Dump specific registersCédric Le Goater1-6/+21
2022-01-04ppc/ppc405: Introduce a store helper for SPR_40x_PIDCédric Le Goater1-1/+1
2022-01-04ppc/ppc405: Restore TCR and STR write handlersCédric Le Goater1-2/+2