[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.