summaryrefslogtreecommitdiff
path: root/target-ppc/mmu_helper.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-01target-ppc: make some functions staticBlue Swirl1-5/+6
2012-10-29Drop unnecessary check of TARGET_PHYS_ADDR_SPACE_BITSPeter Maydell1-2/+0
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-26/+26
2012-10-04Make target_phys_addr_t 64 bits unconditionallyAvi Kivity1-3/+1
2012-06-24ppc64: Rudimentary Support for extra page sizes on server CPUsBenjamin Herrenschmidt1-0/+7
2012-06-24booke_206_tlbwe: Discard invalid bits in MAS2Fabien Chouteau1-2/+15
2012-06-24ppc: Cleanup MMU mergeBlue Swirl1-85/+35
2012-06-24ppc: Move MMU helpers from helper.c to mmu_helper.cBlue Swirl1-0/+2471
2012-06-24ppc: Avoid a warning with the next patchBlue Swirl1-2/+2
2012-06-24ppc: Avoid AREG0 for MMU etc. helpersBlue Swirl1-44/+47
2012-06-24ppc: Split MMU etc. helpers from op_helper.cBlue Swirl1-0/+882