aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2021-05-19target/ppc: Remove type argument for mmubooke206_get_physical_addressRichard Henderson1-2/+2
2021-05-19target/ppc: Remove type argument from mmubooke206_check_tlbRichard Henderson1-31/+15
2021-05-19target/ppc: Remove type argument from mmubooke_get_physical_addressRichard Henderson1-4/+2
2021-05-19target/ppc: Remove type argument from mmubooke_check_tlbRichard Henderson1-31/+13
2021-05-19target/ppc: Remove type argument from mmu40x_get_physical_addressRichard Henderson1-4/+2
2021-05-19target/ppc: Remove type argument from get_bat_6xx_tlbRichard Henderson1-11/+8
2021-05-19target/ppc: Remove type argument from ppc6xx_tlb_checkRichard Henderson1-6/+4
2021-05-19target/ppc: Remove type argument from ppc6xx_tlb_pte_checkRichard Henderson1-2/+2
2021-05-19target/ppc: Remove type argument from check_protRichard Henderson1-27/+6
2021-05-19target/ppc: Use MMUAccessType in mmu_helper.cRichard Henderson1-76/+85
2021-05-19target/ppc: Rename access_type to type in mmu_helper.cRichard Henderson1-32/+32
2021-05-19target/ppc: Use MMUAccessType in mmu-hash32.cRichard Henderson1-24/+29
2021-05-19target/ppc: Use MMUAccessType in mmu-hash64.cRichard Henderson1-22/+39
2021-05-19target/ppc: Use MMUAccessType in mmu-radix64.cRichard Henderson1-45/+74
2021-05-19target/ppc: Introduce prot_for_access_typeRichard Henderson4-9/+34
2021-05-19target/ppc: Fix load endianness for lxvwsx/lxvdsxGiuseppe Musacchio1-2/+2
2021-05-19target/ppc: Use translator_loop_temp_checkRichard Henderson1-5/+1
2021-05-19target/ppc: Mark helper_raise_exception* as noreturnRichard Henderson1-2/+2
2021-05-19target/ppc: Tidy exception vs exit_tbRichard Henderson1-1/+2
2021-05-19target/ppc: Move single-step check to ppc_tr_tb_stopRichard Henderson1-14/+19
2021-05-19target/ppc: Remove DisasContext.exceptionRichard Henderson1-26/+4
2021-05-19target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURNRichard Henderson2-8/+2
2021-05-19target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATERichard Henderson2-18/+7
2021-05-19target/ppc: Introduce gen_icount_io_startRichard Henderson1-135/+39
2021-05-19target/ppc: Remove unnecessary gen_io_end callsRichard Henderson1-6/+0
2021-05-19target/ppc: Replace POWERPC_EXCP_SYNC with DISAS_EXITRichard Henderson2-19/+9
2021-05-19target/ppc: Introduce DISAS_{EXIT,CHAIN}{,_UPDATE}Richard Henderson1-10/+65
2021-05-19target/ppc: Simplify gen_debug_exceptionRichard Henderson1-13/+2
2021-05-19target/ppc: Remove special case for POWERPC_EXCP_TRAPRichard Henderson1-1/+0
2021-05-19target/ppc: Remove special case for POWERPC_SYSCALLRichard Henderson1-1/+0
2021-05-19target/ppc: Move DISAS_NORETURN setting into gen_exception*Richard Henderson1-8/+18
2021-05-19target/ppc: Split out decode_legacyRichard Henderson1-51/+64
2021-05-19target/ppc: Add cia field to DisasContextRichard Henderson1-17/+19
2021-05-19target/ppc: moved ppc_cpu_dump_state to cpu_init.cBruno Larsen (billionai)2-187/+182
2021-05-19target/ppc: moved ppc_store_sdr1 to cpu.cBruno Larsen (billionai)2-26/+31
2021-05-19target/ppc: updated vscr manipulation in machine.cBruno Larsen (billionai)1-4/+3
2021-05-19target/ppc: created ppc_{store,get}_vscr for generic vscr usageBruno Larsen (billionai)6-12/+24
2021-05-19target/ppc: isolated cpu init from translation logicBruno Larsen (billionai)4-2/+13
2021-05-19target/ppc: turned SPR R/W callbacks not staticBruno Larsen (billionai)2-107/+237
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)4-11/+11
2021-05-19target/ppc: moved function out of mmu-hash64Lucas Mateus Castro (alqotel)2-60/+0
2021-05-19target/ppc: move SPR R/W callbacks to translate.cBruno Larsen (billionai)2-1020/+1028
2021-05-19target/ppc: renamed SPR registration functionsBruno Larsen (billionai)1-430/+430
2021-05-19target/ppc: Fold gen_*_xer into their callersBruno Larsen (billionai)2-39/+31
2021-05-04target/ppc: removed VSCR from SPR registrationBruno Larsen (billionai)1-7/+13
2021-05-04target/ppc: Reduce the size of ppc_spr_tRichard Henderson1-4/+8
2021-05-04target/ppc: Clean up _spr_register et alRichard Henderson1-82/+76
2021-05-04target/ppc: Add POWER10 exception modelNicholas Piggin5-7/+59
2021-05-04target/ppc: rework AIL logic in interrupt deliveryNicholas Piggin3-69/+106