summaryrefslogtreecommitdiffstats
path: root/target/ppc/excp_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: 405: Debug exception cleanupFabiano Rosas2022-01-281-14/+4Star
* target/ppc: 405: Alignment exception cleanupFabiano Rosas2022-01-281-7/+0Star
* target/ppc: 405: System call exception cleanupFabiano Rosas2022-01-281-19/+2Star
* target/ppc: 405: External exception cleanupFabiano Rosas2022-01-281-37/+0Star
* target/ppc: 405: Machine check exception cleanupFabiano Rosas2022-01-281-24/+2Star
* target/ppc: 405: Critical exceptions cleanupFabiano Rosas2022-01-281-15/+2Star
* target/ppc: Simplify powerpc_excp_40xFabiano Rosas2022-01-281-195/+10Star
* target/ppc: Introduce powerpc_excp_40xFabiano Rosas2022-01-281-0/+474
* target/ppc: Put do_rfi under a TCG-only blockFabiano Rosas2022-01-281-2/+0Star
* target/ppc: 603: fix restore of GPRs 0-3 on rfiChristophe Leroy2022-01-281-0/+4
* target/ppc: Introduce a wrapper for powerpc_excpFabiano Rosas2022-01-121-1/+11
* target/ppc: Use ppc_interrupts_little_endian in powerpc_excpFabiano Rosas2022-01-121-28/+1Star
* target/ppc: Add HV support to ppc_interrupts_little_endianFabiano Rosas2022-01-121-1/+1
* target/ppc: powerpc_excp: Group unimplemented exceptionsFabiano Rosas2022-01-121-69/+8Star
* target/ppc: powerpc_excp: Keep 60x/7x5 soft MMU logs activeFabiano Rosas2022-01-121-5/+1Star
* target/ppc: powerpc_excp: Extract software TLB logging into a functionFabiano Rosas2022-01-121-28/+37
* target/ppc: powerpc_excp: Stop passing excp_model aroundFabiano Rosas2022-01-041-22/+21Star
* target/ppc: powerpc_excp: Move system call vectored code togetherFabiano Rosas2022-01-041-8/+5Star
* target/ppc: powerpc_excp: Set vector earlierFabiano Rosas2022-01-041-8/+8
* target/ppc: powerpc_excp: Add excp_vectors bounds checkFabiano Rosas2022-01-041-3/+4
* target/ppc: powerpc_excp: Set alternate SRRs directlyFabiano Rosas2022-01-041-15/+8Star
* target/ppc: Print out literal exception names in logsCédric Le Goater2022-01-041-1/+74
* target/ppc: Remove static inlineCédric Le Goater2022-01-041-6/+6
* PPC64/TCG: Implement 'rfebb' instructionDaniel Henrique Barboza2021-12-171-0/+31
* Revert "target/ppc: Move SPR_DSISR setting to powerpc_excp"Fabiano Rosas2021-12-171-9/+12
* target/ppc: Fix e6500 bootFabiano Rosas2021-12-171-1/+11
* target/ppc: remove 401/403 CPUsCédric Le Goater2021-12-171-1/+0Star
* target/ppc: Remove 603e exception modelFabiano Rosas2021-12-171-1/+0Star
* target/ppc: Remove the software TLB model of 7450 CPUsFabiano Rosas2021-12-171-29/+0Star
* target/ppc: Restrict ppc_cpu_do_unaligned_access to sysemuRichard Henderson2021-11-021-5/+3Star
* target/ppc: Set fault address in ppc_cpu_do_unaligned_accessRichard Henderson2021-11-021-0/+14
* target/ppc: Move SPR_DSISR setting to powerpc_excpRichard Henderson2021-11-021-12/+9Star
* target/ppc: Convert debug to trace events (exceptions)Cédric Le Goater2021-09-301-28/+10Star
* target/ppc: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé2021-09-141-18/+3Star
* ppc/pnv: powerpc_excp: Do not discard HDECR exception when entering power-sav...Cédric Le Goater2021-08-271-6/+0Star
* target/ppc: Introduce ppc_interrupts_little_endian()Greg Kurz2021-07-091-2/+1Star
* target/ppc: powerpc_excp: Consolidade TLB miss codeFabiano Rosas2021-06-031-35/+2Star
* target/ppc: powerpc_excp: Remove dump_syscall_vectoredFabiano Rosas2021-06-031-13/+1Star
* target/ppc: powerpc_excp: Move lpes code to where it is usedFabiano Rosas2021-06-031-22/+25
* target/ppc: added ifdefs around TCG-only codeBruno Larsen (billionai)2021-06-031-3/+18
* target/ppc: Add POWER10 exception modelNicholas Piggin2021-05-041-3/+51
* target/ppc: rework AIL logic in interrupt deliveryNicholas Piggin2021-05-041-60/+105
* target/ppc: Fix POWER9 radix guest HV interrupt AIL behaviourNicholas Piggin2021-05-041-4/+13
* target/ppc: Create helper_scvRichard Henderson2021-05-041-0/+9
* target/ppc: Introduce an mmu_is_64bit() helperGreg Kurz2020-12-141-2/+2
* powerpc tcg: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* target/ppc/excp_helper: Add a fallthrough for fix compiler warningChen Qun2020-11-051-0/+1
* ppc/: fix some comment spelling errorszhaolichang2020-10-271-3/+3
* ppc/spapr: Add hotremovable flag on DIMM LMBs on drmem_v2Leonardo Bras2020-05-271-8/+8
* target/ppc: Add support for scv and rfscv instructionsNicholas Piggin2020-05-271-27/+71