Home
last modified time | relevance | path

Searched refs:crosvm_vcpu_event (Results 1 – 12 of 12) sorted by relevance

/external/crosvm/crosvm_plugin/
Dcrosvm.h510 struct crosvm_vcpu_event { struct
596 static_assert(sizeof(struct crosvm_vcpu_event) == 72,
624 int crosvm_vcpu_wait(struct crosvm_vcpu*, struct crosvm_vcpu_event*);
/external/crosvm/tests/
Dmini_plugin_template.c43 int handle_vpcu_evt(struct crosvm_vcpu *, struct crosvm_vcpu_event evt);
54 struct crosvm_vcpu_event evt; in vcpu_thread()
Dplugin_enable_cap.c126 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()
Dplugin_supported_cpuid.c88 struct crosvm_vcpu_event evt = {0}; in main()
Dplugin_dirty_log.c43 struct crosvm_vcpu_event evt; in vcpu_thread()
Dplugin_ioevent.c42 struct crosvm_vcpu_event evt; in vcpu_thread()
Dplugin_irqfd.c84 struct crosvm_vcpu_event evt; in vcpu_thread()
Dplugin_adder.c42 struct crosvm_vcpu_event evt; in vcpu_thread()
Dplugin_vcpu_pause.c53 struct crosvm_vcpu_event evt; in vcpu_thread_fn()
Dplugin_async_write.c43 struct crosvm_vcpu_event evt; in vcpu_thread()
Dplugin_hint.c44 struct crosvm_vcpu_event evt; in vcpu_thread()
/external/crosvm/crosvm_plugin/src/
Dlib.rs960 pub struct crosvm_vcpu_event { struct
1091 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