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