Searched defs:kvm_nested_state (Results 1 – 2 of 2) sorted by relevance
487 struct kvm_nested_state { struct502 * to old definition of kvm_nested_state in order to avoid changing argument505 union {508 } data;
1230 pub struct kvm_nested_state { struct1234 pub hdr: kvm_nested_state__bindgen_ty_1, argument1235 pub data: kvm_nested_state__bindgen_ty_2, argument1268 impl Default for kvm_nested_state { implementation