summaryrefslogtreecommitdiff
path: root/target-ppc/excp_helper.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-31target-ppc: Pass PowerPCCPU to cpu_ppc_hypercallAndreas Färber1-2/+2
2012-10-31target-ppc: Pass PowerPCCPU to powerpc_excp()Andreas Färber1-16/+20
2012-06-24PPC: Add support for MSR_CMAlexander Graf1-4/+5
2012-06-24ppc: Move load and store helpers, switch to AREG0 free modeBlue Swirl1-1/+2
2012-06-24ppc: Move exception helpers from helper.c to excp_helper.cBlue Swirl1-0/+745
2012-06-24ppc: Avoid AREG0 for exception helpersBlue Swirl1-28/+32
2012-06-24ppc: Split exception helpersBlue Swirl1-0/+218