Linux Kernel
3.7.1
|
#include <hypervisor.h>
Data Fields | |
HV_IntArg | intarg |
HV_IntArg | intdata |
Interrupt messages are delivered via the mechanism as normal messages, but have a message source of HV_DEV_INTR. The message is formatted as an HV_IntrMsg structure.
Definition at line 1672 of file hypervisor.h.
HV_IntArg intarg |
Interrupt argument, passed to the poll/preada/pwritea services
Definition at line 1674 of file hypervisor.h.
HV_IntArg intdata |
Interrupt-specific interrupt data
Definition at line 1676 of file hypervisor.h.