Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/
Dcontrolvmchannel.h172 struct controlvm_message_header { struct
173 u32 id; /* See CONTROLVM_ID. */
177 u32 message_size; /* Includes size of this struct + size
179 u32 segment_index; /* Index of segment containing Vm
181 u32 completion_status; /* Error status code or result of
183 struct {
204 } flags;
205 u32 reserved; /* Natural alignment */
206 u64 message_handle; /* Identifies the particular message instance,
209 u64 payload_vm_offset; /* Offset of payload area from start of this
[all …]