Searched defs:crosvm_vcpu_event (Results 1 – 2 of 2) sorted by relevance
395 struct crosvm_vcpu_event { struct397 uint32_t kind;399 uint8_t _padding[4];401 union {
919 pub struct crosvm_vcpu_event { struct920 kind: u32,921 __reserved: [u8; 4],922 event: anon_vcpu_event,1443 event: *mut crosvm_vcpu_event, in crosvm_vcpu_wait()