aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/cpu.h
AgeCommit message (Expand)Author
2022-05-05target/ppc: Remove msr_ee macroVíctor Colombo
2022-05-05target/ppc: Remove msr_ile macroVíctor Colombo
2022-05-05target/ppc: Remove msr_ds macroVíctor Colombo
2022-05-05target/ppc: Remove msr_le macroVíctor Colombo
2022-05-05target/ppc: Remove msr_pr macroVíctor Colombo
2022-05-05target/ppc: Remove unused msr_* macrosVíctor Colombo
2022-05-05target/ppc: Remove fpscr_* macros from cpu.hVíctor Colombo
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-04-06Move CPU softfloat unions to cpu-float.hMarc-André Lureau
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé
2022-03-02target/ppc: trigger PERFM EBBs from power8-pmu.cDaniel Henrique Barboza
2022-03-02target/ppc: add PPC_INTERRUPT_EBB and EBB exceptionsDaniel Henrique Barboza
2022-02-18target/ppc: cpu_init: Move check_pow and QOM macros to a headerFabiano Rosas
2022-02-18target/ppc: Introduce a vhyp framework for nested HV supportNicholas Piggin
2022-02-18target/ppc: make vhyp get_pate method take lpid and return successNicholas Piggin
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater
2022-01-28target/ppc: Remove support for the PowerPC 602 CPUCédric Le Goater
2022-01-28target/ppc: 405: Rename MSR_POW to MSR_WEFabiano Rosas
2022-01-18target/ppc: Finish removal of 401/403 CPUsCédric Le Goater
2022-01-12target/ppc: Add MSR_ILE support to ppc_interrupts_little_endianFabiano Rosas
2022-01-12target/ppc: Add HV support to ppc_interrupts_little_endianFabiano Rosas
2022-01-04target/ppc: Cache per-pmc insn and cycle count settingsRichard Henderson
2022-01-04ppc/ppc405: Restore TCR and STR write handlersCédric Le Goater
2021-12-17PPC64/TCG: Implement 'rfebb' instructionDaniel Henrique Barboza
2021-12-17target/ppc/power8-pmu.c: add PM_RUN_INST_CMPL (0xFA) eventDaniel Henrique Barboza
2021-12-17target/ppc: enable PMU instruction countDaniel Henrique Barboza
2021-12-17target/ppc: enable PMU counter overflow with cycle eventsDaniel Henrique Barboza
2021-12-17target/ppc: PMU basic cycle count for pseries TCGDaniel Henrique Barboza
2021-12-17target/ppc: introduce PMUEventType and PMU overflow timersDaniel Henrique Barboza
2021-12-17target/ppc: Remove the software TLB model of 7450 CPUsFabiano Rosas
2021-12-17target/ppc: ppc_store_fpscr doesn't update bits 0 to 28 and 52Lucas Mateus Castro (alqotel)
2021-11-02target/ppc: Implement ppc_cpu_record_sigsegvRichard Henderson
2021-10-21target/ppc: add user read/write functions for MMCR2Daniel Henrique Barboza
2021-10-21target/ppc: add user read/write functions for MMCR0Gustavo Romero
2021-10-21target/ppc: add MMCR0 PMCC bits to hflagsDaniel Henrique Barboza
2021-10-21target/ppc: Filter mtmsr[d] input before setting MSRMatheus Ferst
2021-10-21linux-user: Fix XER access in ppc version of elf_core_copy_regsMatheus Ferst
2021-09-30target/ppc: add LPCR[HR] to DisasContext and hflagsMatheus Ferst
2021-09-21include/exec: Move cpu_signal_handler declarationRichard Henderson
2021-09-14target/ppc: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé
2021-08-27target/ppc: divided mmu_helper.c in 2 filesLucas Mateus Castro (alqotel)
2021-07-09target/ppc: Introduce ppc_interrupts_little_endian()Greg Kurz
2021-06-03target/ppc: Add infrastructure for prefixed insnsRichard Henderson
2021-06-03target/ppc: overhauled and moved logic of storing fpscrBruno Larsen (billionai)
2021-06-03target/ppc: remove ppc_cpu_dump_statisticsBruno Larsen (billionai)
2021-06-03target/ppc: fold ppc_store_ptcr into it's only callerBruno Larsen (billionai)
2021-05-19target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURNRichard Henderson