Home
last modified time | relevance | path

Searched defs:hv_enlightened_vmcs (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Devmcs.h24 struct hv_enlightened_vmcs { struct
25 u32 revision_id;
26 u32 abort;
28 u16 host_es_selector;
29 u16 host_cs_selector;
30 u16 host_ss_selector;
31 u16 host_ds_selector;
32 u16 host_fs_selector;
33 u16 host_gs_selector;
34 u16 host_tr_selector;
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dhyperv-tlfs.h424 struct hv_enlightened_vmcs { struct
425 u32 revision_id;
426 u32 abort;
428 u16 host_es_selector;
429 u16 host_cs_selector;
430 u16 host_ss_selector;
431 u16 host_ds_selector;
432 u16 host_fs_selector;
433 u16 host_gs_selector;
434 u16 host_tr_selector;
[all …]