[roll] Roll fuchsia [lib][arch] Provide raw access to x86 Desc32 limit fields.

The `limit` and `set_limit` methods of Desc32 currently perform
automatic scaling behind the scenes: `set_limit` will automatically set
the granularity bit, while `limit` will apply the appropriate scaling.

Upcoming changes want more direct control over these fields, so we
update `set_limit` and `limit` to just do the bit packing / unpacking,
and move the existing functionality to `SetScaledLimit` / `ScaledLimit`.

We use CamelCasing for these new methods as a hint to the reader that
these methods are more than just simple getters/setters, but read/modify
multiple fields. Similarly, update `make_flat` to `MakeFlat` for the
same reason.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/495408
Original-Revision: bb362bdac2735b7e29f002ccc14df480653f79cc
GitOrigin-RevId: 4ed39603251b2e058558d3279cfb91097a6a093f
Change-Id: I25d10a604fe99a31e3a51fd5157b567962c14f66
1 file changed
tree: d77c053a77cb0be4394b606c287113d465778661
  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.