summary refs log tree commit diff stats
path: root/target/ppc/cpu_init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* target/ppc: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-261-0/+10
* hw/core: Add CPUClass.get_pcRichard Henderson2022-10-041-0/+8
* target/ppc: Add HASHKEYR and HASHPKEYR SPRsVíctor Colombo2022-09-201-0/+28
* target/ppc: Fix host PVR matching for KVMNicholas Piggin2022-08-301-21/+70
* target/ppc: check tb_env != 0 before printing TBU/TBL/DECRMatheus Ferst2022-07-181-10/+8
* target/ppc: Move tlbie[l] to decode treeLeandro Lupori2022-07-181-2/+2
* ppc: Remove unused irq_inputsCédric Le Goater2022-07-181-5/+0
* target/ppc: Return default CPU for max CPUMurilo Opsfelder Araujo2022-07-061-0/+19
* target/ppc: Add flag for ISA v2.06 BCDA instructionsMatheus Ferst2022-07-061-4/+6
* target/ppc: cpu_init: Clean up stop state on cpu resetFrederic Barrat2022-06-201-0/+3
* target/ppc: Implement lwsync with weaker memory orderingNicholas Piggin2022-05-261-6/+7
* disas: Remove old libopcode ppc disassemblerThomas Huth2022-05-091-2/+0
* target/ppc: Remove msr_hv macroVíctor Colombo2022-05-051-2/+4
* target/ppc: Remove msr_ee macroVíctor Colombo2022-05-051-5/+10
* target/ppc: Remove msr_le macroVíctor Colombo2022-05-051-1/+1
* target/ppc: Remove msr_pr macroVíctor Colombo2022-05-051-2/+2
* target/ppc: Add two missing register callbacks on POWER10Frederic Barrat2022-04-201-0/+2
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* target/ppc: add PPC_INTERRUPT_EBB and EBB exceptionsDaniel Henrique Barboza2022-03-021-0/+4
* target/ppc: make power8-pmu.c CONFIG_TCG onlyDaniel Henrique Barboza2022-03-021-9/+7
* target/ppc: Move common SPR functions out of cpu_initFabiano Rosas2022-02-181-400/+0
* target/ppc: cpu_init: Move check_pow and QOM macros to a headerFabiano Rosas2022-02-181-37/+0
* target/ppc: cpu_init: Move SPR registration macros to a headerFabiano Rosas2022-02-181-56/+9
* target/ppc: cpu_init: Expose some SPR registration helpersFabiano Rosas2022-02-181-7/+7
* target/ppc: Rename spr_tcg.h to spr_common.hFabiano Rosas2022-02-181-1/+1
* target/ppc: cpu_init: Remove register_usprg3_sprsFabiano Rosas2022-02-181-10/+11
* target/ppc: cpu_init: Rename register_ne_601_sprsFabiano Rosas2022-02-181-21/+20
* target/ppc: cpu_init: Reuse init_proc_745 for the 755Fabiano Rosas2022-02-181-17/+1
* target/ppc: cpu_init: Reuse init_proc_604 for the 604eFabiano Rosas2022-02-181-11/+1
* target/ppc: cpu_init: Reuse init_proc_603 for the e300Fabiano Rosas2022-02-181-58/+46
* target/ppc: cpu_init: Move 604e SPR registration into a functionFabiano Rosas2022-02-181-19/+24
* target/ppc: cpu_init: Move e300 SPR registration into a functionFabiano Rosas2022-02-181-29/+35
* target/ppc: cpu_init: Move 755 L2 cache SPRs into a functionFabiano Rosas2022-02-181-9/+15
* target/ppc: cpu_init: Deduplicate 7xx SPR registrationFabiano Rosas2022-02-181-57/+11
* target/ppc: cpu_init: Deduplicate 745/755 SPR registrationFabiano Rosas2022-02-181-31/+19
* target/ppc: cpu_init: Deduplicate 604 SPR registrationFabiano Rosas2022-02-181-10/+7
* target/ppc: cpu_init: Deduplicate 603 SPR registrationFabiano Rosas2022-02-181-19/+9
* target/ppc: cpu_init: Deduplicate 440 SPR registrationFabiano Rosas2022-02-181-74/+26
* target/ppc: cpu_init: Decouple 74xx SPR registration from 7xxFabiano Rosas2022-02-181-16/+91
* target/ppc: cpu_init: Decouple G2 SPR registration from 755Fabiano Rosas2022-02-181-5/+20
* target/ppc: cpu_init: Move G2 SPRs into register_G2_sprsFabiano Rosas2022-02-181-19/+22
* target/ppc: cpu_init: Move 405 SPRs into register_405_sprsFabiano Rosas2022-02-181-11/+13
* target/ppc: cpu_init: Avoid nested SPR register functionsFabiano Rosas2022-02-181-3/+3
* target/ppc: cpu_init: Move Timebase registration into the common functionFabiano Rosas2022-02-181-80/+18
* target/ppc: cpu_init: Group registration of generic SPRsFabiano Rosas2022-02-181-26/+32
* target/ppc: cpu_init: Remove G2LE init codeFabiano Rosas2022-02-181-41/+1
* target/ppc: cpu_init: Remove not implemented commentsFabiano Rosas2022-02-181-329/+253
* target/ppc: Merge 7x5 and 7x0 exception model IDsFabiano Rosas2022-02-091-8/+8
* target/ppc: Merge exception model IDs for 6xx CPUsFabiano Rosas2022-02-091-9/+9
* target/ppc: Remove PowerPC 601 CPUsCédric Le Goater2022-02-091-213/+1