[roll] Roll fuchsia [kernel][x86] Use KERNEL_ASPACE_SIZE to build PTEs

In start.S, use KERNEL_ASPACE_SIZE to calculate the offset into
`pdp_high` for the kernel address space.

This allows us to modify the constants and affect the kernel address
space size correctly. This assumes that the kernel address space size is
less than or equal to 512GB on x86.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/709503
Original-Revision: 65c72891a67fadcd1dcf816253e9fce17b249d88
GitOrigin-RevId: 893bbf8d8c8ec8a203634db815e25b9518c30aa1
Change-Id: I8e64b964a9b258711a32913690496c54c4286ec8
1 file changed
tree: 6dade97f236b8095e003cb32b9acf9c9e3c48873
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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 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.