[roll] Roll fuchsia [kernel][arm64] add detection of SCTLR2 and TCR2 registers

Newer armv9 registers that should be zeroed out based on the current
usage of their features.

Add Hwreg style definition of the newer registers. Had to use the
alternate raw descriptor of the registers to work around GCC not
allowing their use when compiling for armv8 cores, since these are armv9
registers.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1156417
Original-Revision: cbe58efa59ca987b07b87ab83982513ce34c8537
GitOrigin-RevId: a85c602298b08b8e082f7b9dfbc21b15072b41ee
Change-Id: I89d1dfabba3eb6fe50de145adcfedad8c70885d7
1 file changed
tree: 5f4d76a4be0e8cda00f79d9005fc23fbde708ade
  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.