[roll] Roll fuchsia [kernel][mmu] Use MappingCursor when mapping pages

Refactors the internal MapPageTable routine to use a MappingCursor to
help manage its state, allowing it to directly support mapping multiple
pages with different base paddrs.

This change should make mapping multiple pages via MapPages on arm64 and
riscv64 more efficient, as repeated walks of the page table hierarchy
for every page do not need to be made.

Original-Bug: 42182886

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/929412
Original-Revision: d22b977ba4678c69a138fbe18047c2857c0f85bc
GitOrigin-RevId: 264df3df26b037e7211e7f4d60cba5d467730019
Change-Id: I4fd9ef3b6e7b96d83f9d8245c6ab5d64ac92d62d
1 file changed
tree: 8a4f90adc6e64b868b6d924b3ea8bb355a508a56
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.