openhcl_boot

Module hypercall

Source
Expand description

Hypercall infrastructure.

Structs§

  • Provides mechanisms to invoke hypercalls within the boot shim. Internally uses static buffers for the hypercall page, the input page, and the output page, so this should not be used in any multi-threaded capacity (which the boot shim currently is not).
  • HvcallPage 🔒
    Page-aligned, page-sized buffer for use with hypercalls

Statics§

Functions§

Type Aliases§