summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2021-05-19target/i386: Assert CODE32 for x86_64 user-onlyRichard Henderson
2021-05-19target/i386: Assert !VM86 for x86_64 user-onlyRichard Henderson
2021-05-19target/i386: Assert IOPL is 0 for user-onlyRichard Henderson
2021-05-19target/i386: Assert CPL is 3 for user-onlyRichard Henderson
2021-05-19target/i386: Assert PE is set for user-onlyRichard Henderson
2021-05-19target/i386: Split out check_ioplRichard Henderson
2021-05-19target/i386: Split out check_vm86_ioplRichard Henderson
2021-05-19target/i386: Unify code paths for IRETRichard Henderson
2021-05-19target/i386: Split out check_cpl0Richard Henderson
2021-05-19target/i386: Split out gen_exception_gpfRichard Henderson
2021-05-19target/ppc: Remove type argument for mmubooke206_get_physical_addressRichard Henderson
2021-05-19target/ppc: Remove type argument from mmubooke206_check_tlbRichard Henderson
2021-05-19target/ppc: Remove type argument from mmubooke_get_physical_addressRichard Henderson
2021-05-19target/ppc: Remove type argument from mmubooke_check_tlbRichard Henderson
2021-05-19target/ppc: Remove type argument from mmu40x_get_physical_addressRichard Henderson
2021-05-19target/ppc: Remove type argument from get_bat_6xx_tlbRichard Henderson
2021-05-19target/ppc: Remove type argument from ppc6xx_tlb_checkRichard Henderson
2021-05-19target/ppc: Remove type argument from ppc6xx_tlb_pte_checkRichard Henderson
2021-05-19target/ppc: Remove type argument from check_protRichard Henderson
2021-05-19target/ppc: Use MMUAccessType in mmu_helper.cRichard Henderson
2021-05-19target/ppc: Rename access_type to type in mmu_helper.cRichard Henderson
2021-05-19target/ppc: Use MMUAccessType in mmu-hash32.cRichard Henderson
2021-05-19target/ppc: Use MMUAccessType in mmu-hash64.cRichard Henderson
2021-05-19target/ppc: Use MMUAccessType in mmu-radix64.cRichard Henderson
2021-05-19target/ppc: Introduce prot_for_access_typeRichard Henderson
2021-05-19target/ppc: Fix load endianness for lxvwsx/lxvdsxGiuseppe Musacchio
2021-05-19target/ppc: Use translator_loop_temp_checkRichard Henderson
2021-05-19target/ppc: Mark helper_raise_exception* as noreturnRichard Henderson
2021-05-19target/ppc: Tidy exception vs exit_tbRichard Henderson
2021-05-19target/ppc: Move single-step check to ppc_tr_tb_stopRichard Henderson
2021-05-19target/ppc: Remove DisasContext.exceptionRichard Henderson
2021-05-19target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURNRichard Henderson
2021-05-19target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATERichard Henderson
2021-05-19target/ppc: Introduce gen_icount_io_startRichard Henderson
2021-05-19target/ppc: Remove unnecessary gen_io_end callsRichard Henderson
2021-05-19target/ppc: Replace POWERPC_EXCP_SYNC with DISAS_EXITRichard Henderson
2021-05-19target/ppc: Introduce DISAS_{EXIT,CHAIN}{,_UPDATE}Richard Henderson
2021-05-19target/ppc: Simplify gen_debug_exceptionRichard Henderson
2021-05-19target/ppc: Remove special case for POWERPC_EXCP_TRAPRichard Henderson
2021-05-19target/ppc: Remove special case for POWERPC_SYSCALLRichard Henderson
2021-05-19target/ppc: Move DISAS_NORETURN setting into gen_exception*Richard Henderson
2021-05-19target/ppc: Split out decode_legacyRichard Henderson
2021-05-19target/ppc: Add cia field to DisasContextRichard Henderson
2021-05-19target/ppc: moved ppc_cpu_dump_state to cpu_init.cBruno Larsen (billionai)
2021-05-19target/ppc: moved ppc_store_sdr1 to cpu.cBruno Larsen (billionai)
2021-05-19target/ppc: updated vscr manipulation in machine.cBruno Larsen (billionai)
2021-05-19target/ppc: created ppc_{store,get}_vscr for generic vscr usageBruno Larsen (billionai)
2021-05-19target/ppc: isolated cpu init from translation logicBruno Larsen (billionai)
2021-05-19target/ppc: turned SPR R/W callbacks not staticBruno Larsen (billionai)
2021-05-19hw/ppc: moved has_spr to cpu.hLucas Mateus Castro (alqotel)