[roll] Roll fuchsia [zircon][restricted] Port RestrictedState to Rust

This ports the architecture-agnostic core of RestrictedState and its
associated lifecycle and VMO mapping routines to Rust.

This is a reland of 8e1762a919c6f196826c387764350d49abf6e960
which was reverted due to use of vector registers in the RISCV64 build.
The build plumbing was fixed in
eb42859d4bf3aaeb2cde6db2bf9592b010db59dc. The arch specific routines are
now in the arch-rs library.

Original-Original-Bug: 533015560
Test: fx build && fx core-tests
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1713730
Original-Original-Revision: 0102c97fb9795dc2c489bbb8e0076885daf56271
GitOrigin-RevId: b008324ab22cf2643cbdbec28f56f5d3bbd58e9a
Change-Id: I45fb50930c7a8389240fcb92f033b1e4c383bfdf
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1719691
Cr-Commit-Position: refs/heads/main@{#197526}
1 file changed
tree: 3a9787971bafa16036cef4706fdbf44f8117702d
  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.