aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/excp_helper.c
AgeCommit message (Expand)Author
2022-01-28target/ppc: 405: Instruction storage interrupt cleanupFabiano Rosas
2022-01-28target/ppc: 405: Data Storage exception cleanupFabiano Rosas
2022-01-28target/ppc: 405: Debug exception cleanupFabiano Rosas
2022-01-28target/ppc: 405: Alignment exception cleanupFabiano Rosas
2022-01-28target/ppc: 405: System call exception cleanupFabiano Rosas
2022-01-28target/ppc: 405: External exception cleanupFabiano Rosas
2022-01-28target/ppc: 405: Machine check exception cleanupFabiano Rosas
2022-01-28target/ppc: 405: Critical exceptions cleanupFabiano Rosas
2022-01-28target/ppc: Simplify powerpc_excp_40xFabiano Rosas
2022-01-28target/ppc: Introduce powerpc_excp_40xFabiano Rosas
2022-01-28target/ppc: Put do_rfi under a TCG-only blockFabiano Rosas
2022-01-28target/ppc: 603: fix restore of GPRs 0-3 on rfiChristophe Leroy
2022-01-12target/ppc: Introduce a wrapper for powerpc_excpFabiano Rosas
2022-01-12target/ppc: Use ppc_interrupts_little_endian in powerpc_excpFabiano Rosas
2022-01-12target/ppc: Add HV support to ppc_interrupts_little_endianFabiano Rosas
2022-01-12target/ppc: powerpc_excp: Group unimplemented exceptionsFabiano Rosas
2022-01-12target/ppc: powerpc_excp: Keep 60x/7x5 soft MMU logs activeFabiano Rosas
2022-01-12target/ppc: powerpc_excp: Extract software TLB logging into a functionFabiano Rosas
2022-01-04target/ppc: powerpc_excp: Stop passing excp_model aroundFabiano Rosas
2022-01-04target/ppc: powerpc_excp: Move system call vectored code togetherFabiano Rosas
2022-01-04target/ppc: powerpc_excp: Set vector earlierFabiano Rosas
2022-01-04target/ppc: powerpc_excp: Add excp_vectors bounds checkFabiano Rosas
2022-01-04target/ppc: powerpc_excp: Set alternate SRRs directlyFabiano Rosas
2022-01-04target/ppc: Print out literal exception names in logsCédric Le Goater
2022-01-04target/ppc: Remove static inlineCédric Le Goater
2021-12-17PPC64/TCG: Implement 'rfebb' instructionDaniel Henrique Barboza
2021-12-17Revert "target/ppc: Move SPR_DSISR setting to powerpc_excp"Fabiano Rosas
2021-12-17target/ppc: Fix e6500 bootFabiano Rosas
2021-12-17target/ppc: remove 401/403 CPUsCédric Le Goater
2021-12-17target/ppc: Remove 603e exception modelFabiano Rosas
2021-12-17target/ppc: Remove the software TLB model of 7450 CPUsFabiano Rosas
2021-11-02target/ppc: Restrict ppc_cpu_do_unaligned_access to sysemuRichard Henderson
2021-11-02target/ppc: Set fault address in ppc_cpu_do_unaligned_accessRichard Henderson
2021-11-02target/ppc: Move SPR_DSISR setting to powerpc_excpRichard Henderson
2021-09-30target/ppc: Convert debug to trace events (exceptions)Cédric Le Goater
2021-09-14target/ppc: Restrict cpu_exec_interrupt() handler to sysemuPhilippe Mathieu-Daudé
2021-08-27ppc/pnv: powerpc_excp: Do not discard HDECR exception when entering power-sav...Cédric Le Goater
2021-07-09target/ppc: Introduce ppc_interrupts_little_endian()Greg Kurz
2021-06-03target/ppc: powerpc_excp: Consolidade TLB miss codeFabiano Rosas
2021-06-03target/ppc: powerpc_excp: Remove dump_syscall_vectoredFabiano Rosas
2021-06-03target/ppc: powerpc_excp: Move lpes code to where it is usedFabiano Rosas
2021-06-03target/ppc: added ifdefs around TCG-only codeBruno Larsen (billionai)
2021-05-04target/ppc: Add POWER10 exception modelNicholas Piggin
2021-05-04target/ppc: rework AIL logic in interrupt deliveryNicholas Piggin
2021-05-04target/ppc: Fix POWER9 radix guest HV interrupt AIL behaviourNicholas Piggin
2021-05-04target/ppc: Create helper_scvRichard Henderson
2020-12-14target/ppc: Introduce an mmu_is_64bit() helperGreg Kurz
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant
2020-11-05target/ppc/excp_helper: Add a fallthrough for fix compiler warningChen Qun
2020-10-28ppc/: fix some comment spelling errorszhaolichang