Consistently use __asm__.

Inline assembly is a GNU language extension so not. As we tell the
compiler we are using C11, the documentation tells us to use __asm__ to
make use of this language extension.

Change-Id: I11852470aa5e2e2cf5ced595a001a2d0d6492ec3
3 files changed
tree: 4cb1b372e32632192af5c102e805897e2bb7325c
  1. build/
  2. docs/
  3. driver/
  4. inc/
  5. kokoro/
  6. src/
  7. test/
  8. .clang-format
  9. .clang-tidy
  10. .gitignore
  11. .gitmodules
  12. .gn
  13. BUILD.gn
  14. Makefile
  15. 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.

Getting started

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