aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/cpu.h
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-21target/ppc: add user read/write functions for MMCR2Daniel Henrique Barboza1-0/+9
2021-10-21target/ppc: add user read/write functions for MMCR0Gustavo Romero1-0/+7
2021-10-21target/ppc: add MMCR0 PMCC bits to hflagsDaniel Henrique Barboza1-0/+6
2021-10-21target/ppc: Filter mtmsr[d] input before setting MSRMatheus Ferst1-0/+1
2021-10-21linux-user: Fix XER access in ppc version of elf_core_copy_regsMatheus Ferst1-1/+1
2021-09-30target/ppc: add LPCR[HR] to DisasContext and hflagsMatheus Ferst1-0/+1
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson1-7/+0
2021-09-14target/ppc: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé1-2/+2
2021-08-27target/ppc: divided mmu_helper.c in 2 filesLucas Mateus Castro (alqotel)1-0/+9
2021-07-09target/ppc: Introduce ppc_interrupts_little_endian()Greg Kurz1-0/+15
2021-06-03target/ppc: Add infrastructure for prefixed insnsRichard Henderson1-0/+1
2021-06-03target/ppc: overhauled and moved logic of storing fpscrBruno Larsen (billionai)1-6/+6
2021-06-03target/ppc: remove ppc_cpu_dump_statisticsBruno Larsen (billionai)1-1/+0
2021-06-03target/ppc: fold ppc_store_ptcr into it's only callerBruno Larsen (billionai)1-1/+0
2021-05-19target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURNRichard Henderson1-2/+0
2021-05-19target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATERichard Henderson1-1/+0
2021-05-19target/ppc: Replace POWERPC_EXCP_SYNC with DISAS_EXITRichard Henderson1-1/+0
2021-05-19target/ppc: created ppc_{store,get}_vscr for generic vscr usageBruno Larsen (billionai)1-0/+2
2021-05-19hw/ppc: moved has_spr to cpu.hLucas Mateus Castro (alqotel)1-0/+6
2021-05-19target/ppc: moved ppc_store_lpcr to misc_helper.cLucas Mateus Castro (alqotel)1-0/+1
2021-05-04target/ppc: Reduce the size of ppc_spr_tRichard Henderson1-4/+8
2021-05-04target/ppc: Add POWER10 exception modelNicholas Piggin1-2/+3
2021-05-04target/ppc: rework AIL logic in interrupt deliveryNicholas Piggin1-8/+0
2021-05-04ppc: Rename current DAWR macros and variablesRavi Bangoria1-2/+2
2021-05-04target/ppc: Validate hflags with CONFIG_DEBUG_TCGRichard Henderson1-0/+5
2021-05-04target/ppc: Remove env->immu_idx and env->dmmu_idxRichard Henderson1-4/+8
2021-05-04target/ppc: Remove MSR_SA and MSR_AP from hflagsRichard Henderson1-3/+1
2021-05-04target/ppc: Put LPCR[GTSE] in hflagsRichard Henderson1-0/+1
2021-05-04target/ppc: Reduce env->hflags to uint32_tRichard Henderson1-2/+2
2021-05-04target/ppc: Disconnect hflags from MSRRichard Henderson1-0/+25
2021-05-04target/ppc: Fix comment for MSR_FE{0,1}Richard Henderson1-2/+2
2021-05-04target/ppc: Retain hflags_nmsr only for migrationRichard Henderson1-2/+2
2021-05-04target/ppc: Move 601 hflags adjustment to hreg_compute_hflagsRichard Henderson1-0/+2
2021-02-10target/ppc: Add E500 L2CSR0 write helperBin Meng1-0/+6
2021-02-10target/ppc: Remove unused MMU definitionsPhilippe Mathieu-Daudé1-3/+0
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-10-28ppc/: fix some comment spelling errorszhaolichang1-3/+3
2020-10-09ppc: Add a return value to ppc_set_compat() and ppc_set_compat_all()Greg Kurz1-2/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-8/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-0/+1
2020-08-12target/ppc: Enable Power ISA 3.1Lijun Pan1-1/+1