Searched defs:kvm_xen_vcpu_attr (Results 1 – 2 of 2) sorted by relevance
626 struct kvm_xen_vcpu_attr { struct627 __u16 type;628 __u16 pad[3];629 union {649 } u;
1579 pub struct kvm_xen_vcpu_attr { struct1582 pub u: kvm_xen_vcpu_attr__bindgen_ty_1, argument1621 impl Default for kvm_xen_vcpu_attr { implementation