[roll] Roll fuchsia [kernel][vm] Type alias for arch mmu flags

Introduce a type alias, arch_mmu_flags_t, for representing arch mmu
flags constants, instead of plain uint. This improves readability by
making the intent clearer in usage sites instead of relying just on
variable naming. The uint8_t is chosen to replace uint since all the
constants fit inside 8 bits, arch mmu flags are used in many highly
allocated objects, and due to the type alias the size can easily be
changed in the future if needed.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1551082
Original-Revision: 162d6af39d3e22850a2af4d112cfa847cd525145
GitOrigin-RevId: 5297542da39217ab62c3e8230e73228998ff0e09
Change-Id: I61e0410a18ab988d5a6fb982bbc5756e26dec9a3
1 file changed
tree: 224a6c791c49c0eca2de2f871ec97d5963937545
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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 in one of the communication channels documented at get involved.

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.