Searched refs:crosvm_vcpu_event (Results 1 – 12 of 12) sorted by relevance
510 struct crosvm_vcpu_event { struct596 static_assert(sizeof(struct crosvm_vcpu_event) == 72,624 int crosvm_vcpu_wait(struct crosvm_vcpu*, struct crosvm_vcpu_event*);
43 int handle_vpcu_evt(struct crosvm_vcpu *, struct crosvm_vcpu_event evt);54 struct crosvm_vcpu_event evt; in vcpu_thread()
126 int check_synic_access(struct crosvm_vcpu* vcpu, struct crosvm_vcpu_event *evt, in check_synic_access()231 struct crosvm_vcpu_event evt = {0}; in main()
88 struct crosvm_vcpu_event evt = {0}; in main()
43 struct crosvm_vcpu_event evt; in vcpu_thread()
42 struct crosvm_vcpu_event evt; in vcpu_thread()
84 struct crosvm_vcpu_event evt; in vcpu_thread()
53 struct crosvm_vcpu_event evt; in vcpu_thread_fn()
44 struct crosvm_vcpu_event evt; in vcpu_thread()
960 pub struct crosvm_vcpu_event { struct1091 fn wait(&mut self, event: &mut crosvm_vcpu_event) -> result::Result<(), c_int> { in wait()1743 event: *mut crosvm_vcpu_event, in crosvm_vcpu_wait() argument