[roll] Roll fuchsia [phys][page-table] Add overloads to Vaddr/Paddr to allow size_t offsets.

In particular, allow expressions such as the following to be used on the
Paddr/Vaddr strong int types:

  Paddr x = ...;
  // ...
  x += sizeof(int);   // currently has to be written
                      // `x += Paddr(sizeof(int))`.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/523604
Original-Revision: 872d7da1a153d1fb92a076d0f920ce23a8d49865
GitOrigin-RevId: d708d0ee2dc79371bf9aa86c888dc49c0ad589cd
Change-Id: Ib3c5b6a712058fc9ddd4f66dcebeb06a4df8ab49
1 file changed
tree: d74f94f27629dac3771a75833001e5d40b1ffe2b
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.