[roll] Roll fuchsia [kernel][phys] Introduce AddressSpace

This change introduces `AddressSpace`, a phys abstraction for a virtual
address space. It acts as a wrapper around the libarch PagingTrait APIs
and replaces libpage-table phys uses in this CL.

The only behaviour change is that arm paging goes from 3-level, using a
constrained virtual address space with 39 addressable bits to the
'normal' 48-bit one (which is what the kernel uses).

Original-Bug: 129344
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/876197
Original-Revision: c4adda40a6c9cea5fcec89547daa91db0adfbd27
GitOrigin-RevId: 5686b0ef554eb16d268c8a16791ddf353f43d2dc
Change-Id: If90bdccee3313723794b65e6aa78c2815f817cd4
1 file changed
tree: febcb96c7f191ff7e8a443731f23ed90289f8a2c
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.