Home
last modified time | relevance | path

Searched defs:kvm_nested_state (Results 1 – 5 of 5) sorted by relevance

/external/kernel-headers/original/uapi/asm-x86/asm/
Dkvm.h492 struct kvm_nested_state { struct
507 * to old definition of kvm_nested_state in order to avoid changing argument
510 union {
513 } data;
/external/crosvm/kvm_sys/src/x86/
Dbindings.rs1440 pub struct kvm_nested_state { struct
1444 pub hdr: kvm_nested_state__bindgen_ty_1, argument
1445 pub data: kvm_nested_state__bindgen_ty_2, argument
1514 impl Default for kvm_nested_state { implementation
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h88733 struct kvm_nested_state { struct
88734 __u16 flags;
88735 __u16 format;
88736 __u32 size;
88737 union {
88741 } hdr;
88742 union {
88751 } data;
/external/bcc/libbpf-tools/x86/
Dvmlinux_518.h35095 struct kvm_nested_state { struct
35096 __u16 flags;
35097 __u16 format;
35098 __u32 size;
35099 union {
35103 } hdr;
35104 union {
35107 } data;
Dvmlinux.h35095 struct kvm_nested_state { struct
35096 __u16 flags;
35097 __u16 format;
35098 __u32 size;
35099 union {
35103 } hdr;
35104 union {
35107 } data;