Move aarch64 mm implementation out of header.

The linker can optimize this just as well and we avoid the difficulties
of polluting the namespace and leaking implementation details.

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

Hafnium

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

Get in touch and keep up-to-date at hafnium-discuss@googlegroups.com.

Getting started

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