Searched defs:kvm_nested_state (Results 1 – 2 of 2) sorted by relevance
454 struct kvm_nested_state { struct469 * to old definition of kvm_nested_state in order to avoid changing argument472 union {475 } data;
3800 pub struct kvm_nested_state { struct3804 pub hdr: kvm_nested_state__bindgen_ty_1, argument3805 pub data: kvm_nested_state__bindgen_ty_2, argument3954 impl Default for kvm_nested_state { implementation