[roll] Roll fuchsia [kernel][vm] Single per_page_func call

Having three different call locations for per_page_func in
ForEveryPageInRange prevents all but the most basic of methods from
being inlined and further optimized.

Merging the three loops together very slightly pessimizies the
iteration efficiency of large operations, but this is made up for by
code reduction and optimizations from the single call site and
inlining.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1149033
Original-Revision: aa2795f62a44f04f0ab28cb98b3ec45e83bc86f0
GitOrigin-RevId: 5cd0ca4e644de03155455fcf84d5430e08e29dfb
Change-Id: I62a7d493b10ced3182f9825c7350c3e1cd24dbfc
1 file changed
tree: 188d5524448760510f1d862612452ff6c76b3d60
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.