Searched defs:crosvm_vcpu_event (Results 1 – 2 of 2) sorted by relevance
510 struct crosvm_vcpu_event { struct512 uint32_t kind;514 uint8_t _padding[4];516 union {
988 pub struct crosvm_vcpu_event { struct989 kind: u32,990 __reserved: [u8; 4],991 event: anon_vcpu_event,1766 event: *mut crosvm_vcpu_event, in crosvm_vcpu_wait()