Use the minimum cache line size when flushing the cache.

CTR_EL0 holds the minimum data cache line size which is what we need to
ensure all data to written back to memory. Previously, only the line
size for a specific cache was used and which cache that was wasn't even
being selected.

Change-Id: Id67e9efba61775b9b21591bb80a7855af472704c
1 file changed
tree: 1c5d083a515f76b3708b623f163a7746a237b6dc
  1. build/
  2. docs/
  3. driver/
  4. inc/
  5. kokoro/
  6. src/
  7. test/
  8. third_party/
  9. .clang-format
  10. .clang-tidy
  11. .gitignore
  12. .gitmodules
  13. .gn
  14. BUILD.gn
  15. CONTRIBUTING.md
  16. LICENSE
  17. Makefile
  18. README.md
README.md

Hafnium

go/hafnium

Hafnium is a hypervisor, initially supporting aarch64 (64-bit ARMv8 CPUs).

Further details are available in the design doc.

Get in touch and keep up-to-date at g/hafnium-eng.

File bugs at go/hafnium-bug.

Getting started

To jump in and build Hafnium, follow the getting started instructions.