aboutsummaryrefslogtreecommitdiff
path: root/target-s390x/mmu_helper.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-30s390x/kvm: Support access register mode for KVM_S390_MEM_OP ioctlAlexander Yarygin1-2/+3
2015-04-30s390x/mmu: Use ioctl for reading and writing from/to guest memoryThomas Huth1-0/+7
2015-04-30s390x/mmu: Use access type definitions instead of magic valuesThomas Huth1-5/+5
2015-02-18s390x/mmu: Add function for accessing guest memoryThomas Huth1-0/+102
2015-02-18s390x/kvm: Add function for injecting pgm access exceptionsThomas Huth1-6/+16
2015-02-18s390x/mmu: Clean up mmu_translate_asc()Thomas Huth1-24/+15
2015-02-18s390x/mmu: Check bit 52 in page table entryThomas Huth1-1/+4
2015-02-18s390x/mmu: Renaming related to the ASCE confusionThomas Huth1-6/+6
2015-02-18s390x/mmu: Add support for read-only regionsThomas Huth1-3/+4
2015-02-18s390x/mmu: Fix the exception codes for illegal table entriesThomas Huth1-2/+1
2015-02-18s390x/mmu: Fix exception types when checking the ASCEsThomas Huth1-3/+3
2015-02-18s390x/mmu: Fix translation exception code in lowcoreThomas Huth1-33/+15
2015-02-18s390x/mmu: Skip exceptions properly when translating addresses for debugThomas Huth1-28/+49
2015-02-18s390x/mmu: Check table length and offset fieldsThomas Huth1-0/+29
2015-02-18s390x/mmu: Fix the handling of the table levelsThomas Huth1-68/+47
2015-02-18s390x/mmu: Fix the check for the real-space designation bitThomas Huth1-7/+6
2015-02-18s390x/mmu: Move mmu_translate() and friends to separate fileThomas Huth1-0/+356