Searched defs:vcpu (Results 1 – 5 of 5) sorted by relevance
21 explicit vcpu(zx_handle_t value) : object(value) {} in vcpu() function23 explicit vcpu(handle&& h) : object(h.release()) {} in vcpu() function25 vcpu(vcpu&& other) : object(other.release()) {} in vcpu() function
54 zx_status_t bind_vcpu(const zx::vcpu& vcpu, uint32_t options) const { in bind_vcpu()
12 zx_gpaddr_t entry, vcpu* vcpu) { in create() argument
207 zx::vcpu vcpu; in interrupt_bind_vcpu_not_supported_test() local235 zx::vcpu vcpu; in interrupt_bind_vcpu_already_bound_test() local
86 zx::vcpu vcpu; member185 const zx::vcpu& vcpu) { in exception_thrown()
Completed in 7 milliseconds