Home
last modified time | relevance | path

Searched defs:controlvm_message_header (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/unisys/visorbus/
Dcontrolvmchannel.h175 struct controlvm_message_header { struct
176 u32 id; /* See CONTROLVM_ID. */
180 u32 message_size; /* Includes size of this struct + size
182 u32 segment_index; /* Index of segment containing Vm
184 u32 completion_status; /* Error status code or result of
186 struct {
207 } flags;
208 u32 reserved; /* Natural alignment */
209 u64 message_handle; /* Identifies the particular message instance,
212 u64 payload_vm_offset; /* Offset of payload area from start of this
[all …]