Searched defs:controlvm_message_header (Results 1 – 1 of 1) sorted by relevance
175 struct controlvm_message_header { struct176 u32 id; /* See CONTROLVM_ID. */180 u32 message_size; /* Includes size of this struct + size182 u32 segment_index; /* Index of segment containing Vm184 u32 completion_status; /* Error status code or result of186 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 …]