aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/excp_helper.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-20target/ppc: Implement hashst and hashchkVíctor Colombo1-0/+81
2022-08-04ppc: Remove redundant macro MSR_BOOK3S_MASK.Yonggang Luo1-1/+0
2022-05-05target/ppc: Remove msr_hv macroVíctor Colombo1-4/+4
2022-05-05target/ppc: Remove msr_fe0 and msr_fe1 macrosVíctor Colombo1-12/+6
2022-05-05target/ppc: Remove msr_fp macroVíctor Colombo1-6/+12
2022-05-05target/ppc: Remove msr_me macroVíctor Colombo1-6/+6
2022-05-05target/ppc: Remove msr_pow macroVíctor Colombo1-6/+6
2022-05-05target/ppc: Remove msr_ce macroVíctor Colombo1-1/+1
2022-05-05target/ppc: Remove msr_ee macroVíctor Colombo1-1/+1
2022-05-05target/ppc: Remove msr_pr macroVíctor Colombo1-3/+5
2022-03-02target/ppc: trigger PERFM EBBs from power8-pmu.cDaniel Henrique Barboza1-0/+48
2022-03-02target/ppc: add PPC_INTERRUPT_EBB and EBB exceptionsDaniel Henrique Barboza1-0/+33
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé1-0/+1
2022-02-18target/ppc: Introduce a vhyp framework for nested HV supportNicholas Piggin1-11/+53
2022-02-18target/ppc: Add powerpc_reset_excp_state helperNicholas Piggin1-20/+22
2022-02-18target/ppc: add helper for books vhyp hypercall handlerNicholas Piggin1-1/+13
2022-02-09target/ppc: books: Remove excp_model argument from ppc_excp_apply_ailFabiano Rosas1-12/+13
2022-02-09target/ppc: Assert if MSR bits differ from msr_mask during exceptionsFabiano Rosas1-58/+6
2022-02-09target/ppc: powerpc_excp: Move common code to the caller functionFabiano Rosas1-48/+9
2022-02-09target/ppc: Remove powerpc_excp_legacyFabiano Rosas1-474/+3
2022-02-09target/ppc: 7xx: Set SRRs directly in exception codeFabiano Rosas1-11/+2
2022-02-09target/ppc: 7xx: Software TLB cleanupFabiano Rosas1-20/+6
2022-02-09target/ppc: 7xx: System Reset cleanupFabiano Rosas1-16/+2
2022-02-09target/ppc: 7xx: System Call exception cleanupFabiano Rosas1-8/+13
2022-02-09target/ppc: 7xx: Program exception cleanupFabiano Rosas1-4/+0
2022-02-09target/ppc: 7xx: External interrupt cleanupFabiano Rosas1-37/+0
2022-02-09target/ppc: 7xx: Machine Check exception cleanupFabiano Rosas1-24/+0
2022-02-09target/ppc: Simplify powerpc_excp_7xxFabiano Rosas1-176/+9
2022-02-09target/ppc: Introduce powerpc_excp_7xxFabiano Rosas1-0/+469
2022-02-09target/ppc: Merge 7x5 and 7x0 exception model IDsFabiano Rosas1-1/+1
2022-02-09target/ppc: 6xx: Set SRRs directly in exception codeFabiano Rosas1-11/+2
2022-02-09target/ppc: 6xx: Software TLB exceptions cleanupFabiano Rosas1-20/+11
2022-02-09target/ppc: 6xx: System Reset interrupt cleanupFabiano Rosas1-16/+2
2022-02-09target/ppc: 6xx: System Call exception cleanupFabiano Rosas1-19/+2
2022-02-09target/ppc: 6xx: Program exception cleanupFabiano Rosas1-4/+0
2022-02-09target/ppc: 6xx: External interrupt cleanupFabiano Rosas1-37/+0
2022-02-09target/ppc: 6xx: Machine Check exception cleanupFabiano Rosas1-24/+0
2022-02-09target/ppc: 6xx: Critical exception cleanupFabiano Rosas1-15/+0
2022-02-09target/ppc: Simplify powerpc_excp_6xxFabiano Rosas1-154/+9
2022-02-09target/ppc: Introduce powerpc_excp_6xxFabiano Rosas1-0/+469
2022-02-09target/ppc: Merge exception model IDs for 6xx CPUsFabiano Rosas1-3/+2
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater1-11/+0
2022-02-09target/ppc: booke: System Reset exception cleanupFabiano Rosas1-16/+2
2022-02-09target/ppc: booke: Watchdog Timer interruptFabiano Rosas1-9/+2
2022-02-09target/ppc: booke: System Call exception cleanupFabiano Rosas1-19/+2
2022-02-09target/ppc: booke: Alignment interrupt cleanupFabiano Rosas1-7/+0
2022-02-09target/ppc: booke: External interrupt cleanupFabiano Rosas1-33/+0
2022-02-09target/ppc: booke: Instruction storage exception cleanupFabiano Rosas1-1/+0
2022-02-09target/ppc: booke: Data Storage exception cleanupFabiano Rosas1-1/+1
2022-02-09target/ppc: booke: Machine Check cleanupsFabiano Rosas1-23/+6