aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/helper_regs.c
AgeCommit message (Expand)Author
2024-05-24target/ppc: Remove id_tlbs flag from CPU envBALATON Zoltan
2024-05-24target/ppc: Add new hflags to support BHRBGlenn Miles
2024-05-24target/ppc: Fix broadcast tlbie synchronisationNicholas Piggin
2024-03-13target/ppc: Prevent supervisor from modifying MSR[ME]Nicholas Piggin
2024-02-23target/ppc: Fix move-to timebase SPR access permissionsNicholas Piggin
2024-02-23target/ppc: Improve timebase register defines namingNicholas Piggin
2024-02-23target/ppc: Rename TBL to TB on 64-bitNicholas Piggin
2024-02-23target/ppc: Rename registers to match ISANicholas Piggin
2024-01-08qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi
2023-06-26target: Widen pc/cs_base in cpu_get_tb_cpu_stateAnton Johansson
2023-06-20target/ppc: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé
2023-06-10target/ppc: Fix PMU hflags calculationNicholas Piggin
2023-05-27target/ppc: Fix width of some 32-bit SPRsNicholas Piggin
2023-01-04target/ppc: Use QEMU_IOTHREAD_LOCK_GUARD in cpu_interrupt_exittbRichard Henderson
2022-10-28target/ppc: Add new PMC HFLAGSLeandro Lupori
2022-10-28target/ppc: introduce ppc_maybe_interruptMatheus Ferst
2022-05-26target/ppc: Fix tlbieLeandro Lupori
2022-05-05target/ppc: Remove msr_de macroVíctor Colombo
2022-05-05target/ppc: Remove msr_ep macroVíctor Colombo
2022-05-05target/ppc: Remove msr_dr macroVíctor Colombo
2022-05-05target/ppc: Remove msr_ir macroVíctor Colombo
2022-05-05target/ppc: Remove msr_gs macroVíctor Colombo
2022-05-05target/ppc: Remove msr_pow macroVíctor Colombo
2022-05-05target/ppc: Fix BookE debug interrupt generationBin Meng
2022-02-18target/ppc: Move common SPR functions out of cpu_initFabiano Rosas
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater
2022-01-28target/ppc: Fix test on mmu_model in hreg_compute_hflags_value()Cédric Le Goater
2022-01-28target/ppc: fix 'skip KVM' cond in cpu_interrupt_exittb()Daniel Henrique Barboza
2022-01-04target/ppc: Cache per-pmc insn and cycle count settingsRichard Henderson
2021-12-17target/ppc: enable PMU instruction countDaniel Henrique Barboza
2021-10-21target/ppc: add MMCR0 PMCC bits to hflagsDaniel Henrique Barboza
2021-09-30target/ppc: add LPCR[HR] to DisasContext and hflagsMatheus Ferst
2021-08-27target/ppc: moved store_40x_sler to helper_regs.cLucas Mateus Castro (alqotel)
2021-05-04target/ppc: Validate hflags with CONFIG_DEBUG_TCGRichard Henderson
2021-05-04target/ppc: Remove env->immu_idx and env->dmmu_idxRichard Henderson
2021-05-04target/ppc: Remove MSR_SA and MSR_AP from hflagsRichard Henderson
2021-05-04target/ppc: Put LPCR[GTSE] in hflagsRichard Henderson
2021-05-04target/ppc: Put dbcr0 single-step bits into hflagsRichard Henderson
2021-05-04target/ppc: Disconnect hflags from MSRRichard Henderson
2021-05-04target/ppc: Retain hflags_nmsr only for migrationRichard Henderson
2021-05-04target/ppc: Move 601 hflags adjustment to hreg_compute_hflagsRichard Henderson
2021-05-04target/ppc: Move helper_regs.h functions out-of-lineRichard Henderson