aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2021-09-30target/ppc: Check privilege level based on PSR and LPCR[HR] in tlbie[l]Matheus Ferst1-5/+21
2021-09-30target/ppc: add LPCR[HR] to DisasContext and hflagsMatheus Ferst3-0/+6
2021-09-30target/ppc: Convert debug to trace events (exceptions)Cédric Le Goater2-28/+18
2021-09-29target/ppc: fix setting of CR flags in bcdcfsqLuis Pires1-13/+48
2021-09-21hw/core: Make do_unaligned_access noreturnRichard Henderson1-2/+2
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é3-21/+6
2021-09-14accel/tcg: Add DisasContextBase argument to translator_ld*Ilya Leoshkevich1-2/+3
2021-08-27target/ppc: fix vector registers access in gdbstub for little-endianMatheus Ferst1-25/+7
2021-08-27target/ppc: fix vextu[bhw][lr]x helpersMatheus Ferst1-28/+10
2021-08-27ppc/pnv: powerpc_excp: Do not discard HDECR exception when entering power-sav...Cédric Le Goater1-6/+0
2021-08-27ppc: Add a POWER10 DD2 CPUCédric Le Goater3-1/+7
2021-08-27target/ppc: moved store_40x_sler to helper_regs.cLucas Mateus Castro (alqotel)2-10/+12
2021-08-27target/ppc: moved ppc_store_sdr1 to mmu_common.cLucas Mateus Castro (alqotel)2-28/+26
2021-08-27target/ppc: divided mmu_helper.c in 2 filesLucas Mateus Castro (alqotel)5-1592/+1658
2021-08-26arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell1-1/+0
2021-07-29target/ppc: Ease L=0 requirement on cmp/cmpi/cmpl/cmpli for ppc32Matheus Ferst1-2/+56
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson1-18/+0
2021-07-21tcg: Rename helper_atomic_*_mmu and provide for user-onlyRichard Henderson1-8/+8
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell1-10/+1
2021-07-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-0/+5
2021-07-09target/ppc: Use translator_use_goto_tbRichard Henderson1-9/+1
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé1-1/+0
2021-07-09meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé1-0/+5
2021-07-09target/ppc: Support for H_RPT_INVALIDATE hcallBharata B Rao2-0/+24
2021-07-09target/ppc: Don't compile ppc_tlb_invalid_all without TCGLucas Mateus Castro (alqotel)2-0/+6
2021-07-09target/ppc: Allow virtual hypervisor on CPU without HVBALATON Zoltan1-1/+1
2021-07-09target/ppc: mtmsrd is an illegal instruction on BookENicholas Piggin1-0/+5
2021-07-09target/ppc: change ppc_hash32_xlate to use mmu_idxBruno Larsen (billionai)3-23/+21
2021-07-09target/ppc: introduce mmu-books.hBruno Larsen (billionai)2-13/+31
2021-07-09target/ppc: changed ppc_hash64_xlate to use mmu_idxBruno Larsen (billionai)3-24/+23
2021-07-09target/ppc: fix address translation bug for radix mmusBruno Larsen (billionai)4-20/+40
2021-07-09target/ppc: Fix compilation with DEBUG_BATS debug optionFabiano Rosas2-1/+6
2021-07-09target/ppc: Fix compilation with FLUSH_ALL_TLBS debug optionFabiano Rosas1-8/+0
2021-07-09target/ppc: Fix compilation with DUMP_PAGE_TABLES debug optionFabiano Rosas1-1/+1
2021-07-09target/ppc: Restrict ppc_cpu_tlb_fill to TCGRichard Henderson1-0/+2
2021-07-09target/ppc: Introduce ppc_xlateRichard Henderson9-200/+55
2021-07-09target/ppc: Split out ppc_jumbo_xlateRichard Henderson1-83/+96
2021-07-09target/ppc: Split out ppc_hash32_xlateRichard Henderson1-111/+113
2021-07-09target/ppc: Split out ppc_hash64_xlateRichard Henderson1-66/+59
2021-07-09target/ppc: Use bool success for ppc_radix64_xlateRichard Henderson1-15/+15
2021-07-09target/ppc: Push real-mode handling into ppc_radix64_xlateRichard Henderson1-43/+34
2021-07-09target/ppc: Use MMUAccessType with *_handle_mmu_faultRichard Henderson6-21/+11
2021-07-09target/ppc: Remove PowerPCCPUClass.handle_mmu_faultRichard Henderson3-50/+20
2021-07-09target/ppc: Drop PowerPCCPUClass::interrupts_big_endian()Greg Kurz2-18/+0
2021-07-09target/ppc: Introduce ppc_interrupts_little_endian()Greg Kurz3-7/+19
2021-06-19tcg: Combine dh_is_64bit and dh_is_signed to dh_typecodeRichard Henderson1-3/+0
2021-06-03target/ppc: fix single-step exception regressionLuis Pires1-3/+2
2021-06-03target/ppc: Move cmp/cmpi/cmpl/cmpli to decodetreeMatheus Ferst3-52/+45
2021-06-03target/ppc: Move addpcis to decodetreeMatheus Ferst3-9/+13