Skip to main content

Module outb

Module outb 

Source

Enumsยง

Exception
Exception codes for the x86 architecture. These are helpful to identify the type of exception that occurred together with OutBAction::Abort.
OutBAction
Supported actions when issuing an OUTB actions by Hyperlight. These are handled by the sandbox-level outb dispatcher.
VmAction
IO-port actions intercepted at the hypervisor level (in run_vcpu) before they ever reach the sandbox outb handler. These are split from OutBAction so the outb handler does not need unreachable match arms for ports it can never see.