aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2022-05-05target/ppc: Change MSR_* to follow POWER ISA numbering conventionVíctor Colombo1-43/+44
2022-05-05target/ppc: Add unused msr bits FIELDsVíctor Colombo1-0/+25
2022-05-05target/ppc: Remove msr_de macroVíctor Colombo1-2/+1
2022-05-05target/ppc: Remove msr_hv macroVíctor Colombo1-5/+6
2022-05-05target/ppc: Remove msr_ts macroVíctor Colombo1-1/+1
2022-05-05target/ppc: Remove msr_fe0 and msr_fe1 macrosVíctor Colombo1-2/+9
2022-05-05target/ppc: Remove msr_ep macroVíctor Colombo1-1/+1
2022-05-05target/ppc: Remove msr_dr macroVíctor Colombo1-1/+1
2022-05-05target/ppc: Remove msr_ir macroVíctor Colombo1-1/+1
2022-05-05target/ppc: Remove msr_cm macroVíctor Colombo1-1/+1
2022-05-05target/ppc: Remove msr_fp macroVíctor Colombo1-1/+1
2022-05-05target/ppc: Remove msr_gs macroVíctor Colombo1-1/+1
2022-05-05target/ppc: Remove msr_me macroVíctor Colombo1-1/+1
2022-05-05target/ppc: Remove msr_pow macroVíctor Colombo1-1/+1
2022-05-05target/ppc: Remove msr_ce macroVíctor Colombo1-1/+1
2022-05-05target/ppc: Remove msr_ee macroVíctor Colombo1-1/+1
2022-05-05target/ppc: Remove msr_ile macroVíctor Colombo1-2/+2
2022-05-05target/ppc: Remove msr_ds macroVíctor Colombo1-1/+1
2022-05-05target/ppc: Remove msr_le macroVíctor Colombo1-1/+1
2022-05-05target/ppc: Remove msr_pr macroVíctor Colombo1-1/+3
2022-05-05target/ppc: Remove unused msr_* macrosVíctor Colombo1-20/+0
2022-05-05target/ppc: Remove fpscr_* macros from cpu.hVíctor Colombo1-29/+0
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau1-7/+7
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau1-0/+1
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé1-1/+1
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé1-2/+0
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé1-2/+1
2022-03-02target/ppc: trigger PERFM EBBs from power8-pmu.cDaniel Henrique Barboza1-0/+5
2022-03-02target/ppc: add PPC_INTERRUPT_EBB and EBB exceptionsDaniel Henrique Barboza1-1/+4
2022-02-18target/ppc: cpu_init: Move check_pow and QOM macros to a headerFabiano Rosas1-0/+39
2022-02-18target/ppc: Introduce a vhyp framework for nested HV supportNicholas Piggin1-0/+7
2022-02-18target/ppc: make vhyp get_pate method take lpid and return successNicholas Piggin1-1/+2
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater1-33/+6
2022-01-28target/ppc: Remove support for the PowerPC 602 CPUCédric Le Goater1-7/+1
2022-01-28target/ppc: 405: Rename MSR_POW to MSR_WEFabiano Rosas1-0/+1
2022-01-18target/ppc: Finish removal of 401/403 CPUsCédric Le Goater1-1/+0
2022-01-12target/ppc: Add MSR_ILE support to ppc_interrupts_little_endianFabiano Rosas1-1/+3
2022-01-12target/ppc: Add HV support to ppc_interrupts_little_endianFabiano Rosas1-8/+15
2022-01-04target/ppc: Cache per-pmc insn and cycle count settingsRichard Henderson1-0/+3
2022-01-04ppc/ppc405: Restore TCR and STR write handlersCédric Le Goater1-0/+2
2021-12-17PPC64/TCG: Implement 'rfebb' instructionDaniel Henrique Barboza1-0/+13
2021-12-17target/ppc/power8-pmu.c: add PM_RUN_INST_CMPL (0xFA) eventDaniel Henrique Barboza1-0/+4
2021-12-17target/ppc: enable PMU instruction countDaniel Henrique Barboza1-0/+1
2021-12-17target/ppc: enable PMU counter overflow with cycle eventsDaniel Henrique Barboza1-0/+2
2021-12-17target/ppc: PMU basic cycle count for pseries TCGDaniel Henrique Barboza1-0/+20
2021-12-17target/ppc: introduce PMUEventType and PMU overflow timersDaniel Henrique Barboza1-0/+15
2021-12-17target/ppc: Remove the software TLB model of 7450 CPUsFabiano Rosas1-3/+1
2021-12-17target/ppc: ppc_store_fpscr doesn't update bits 0 to 28 and 52Lucas Mateus Castro (alqotel)1-0/+4
2021-11-02target/ppc: Implement ppc_cpu_record_sigsegvRichard Henderson1-3/+0