Home
last modified time | relevance | path

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

/freebsd/sys/contrib/xen/
H A Dvm_event.h389 typedef struct vm_event_st { struct
390 uint32_t version; /* VM_EVENT_INTERFACE_VERSION */
391 uint32_t flags; /* VM_EVENT_FLAG_* */
392 uint32_t reason; /* VM_EVENT_REASON_* */
393 uint32_t vcpu_id;
394 uint16_t altp2m_idx; /* may be used during request and response */
395 uint16_t _pad[3];
397 union {
412 } u;
414 union {
[all …]