Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
s390x/helper: Fixed real-to-absolute address translation
The real-to-absolute address translation in mmu_translate() was missing the second part for translating the page at the prefix address back to the 0 page. And while we're at it, also moved the code into a separate helper function since this might come in handy for other parts of the code, too. Signed-off-by: Thomas Huth <[email protected]> Reviewed-by: David Hildenbrand <[email protected]> Reviewed-by: Alexander Graf <[email protected]> Signed-off-by: Jens Freimann <[email protected]> Signed-off-by: Cornelia Huck <[email protected]>
- Loading branch information