summaryrefslogtreecommitdiffstats
path: root/target/ppc/excp_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: Remove support for the PowerPC 602 CPUCédric Le Goater2022-01-281-1/+0Star
* target/ppc: 74xx: Set SRRs directly in exception codeFabiano Rosas2022-01-281-11/+2Star
* target/ppc: 74xx: System Reset interrupt cleanupFabiano Rosas2022-01-281-16/+2Star
* target/ppc: 74xx: System Call exception cleanupFabiano Rosas2022-01-281-6/+11
* target/ppc: 74xx: Program exception cleanupFabiano Rosas2022-01-281-4/+0Star
* target/ppc: 74xx: External interrupt cleanupFabiano Rosas2022-01-281-38/+0Star
* target/ppc: 74xx: Machine Check exception cleanupFabiano Rosas2022-01-281-24/+0Star
* target/ppc: Simplify powerpc_excp_74xxFabiano Rosas2022-01-281-202/+9Star
* target/ppc: Introduce powerpc_excp_74xxFabiano Rosas2022-01-281-0/+474
* target/ppc: books: Program exception cleanupFabiano Rosas2022-01-281-4/+0Star
* target/ppc: books: External interrupt cleanupFabiano Rosas2022-01-281-23/+7Star
* target/ppc: books: Machine Check exception cleanupFabiano Rosas2022-01-281-17/+0Star
* target/ppc: Simplify powerpc_excp_booksFabiano Rosas2022-01-281-147/+14Star
* target/ppc: Introduce powerpc_excp_booksFabiano Rosas2022-01-281-0/+478
* target/ppc: 405: Watchdog timer exception cleanupFabiano Rosas2022-01-281-9/+0Star
* target/ppc: 405: Program exception cleanupFabiano Rosas2022-01-281-15/+4Star
* target/ppc: 405: Instruction storage interrupt cleanupFabiano Rosas2022-01-281-1/+0Star
* target/ppc: 405: Data Storage exception cleanupFabiano Rosas2022-01-281-1/+1
* 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