Module hypercall

Source
Expand description

Hypercall architecture-dependent infrastructure.

The hypercall ABI for x64 is well documented in the TLFS.

Statics§

HYPERCALL_PAGE
The hypercall page. The actual hypercall page must be mapped on top of this page before it is used.

Functions§

invoke_hypercall
Invokes a standard hypercall, or a fast hypercall with at most two input words and zero output words.