Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dvmcs.h32 struct vmcs_host_state { struct
33 unsigned long cr3; /* May not match real cr3 */
34 unsigned long cr4; /* May not match real cr4 */
35 unsigned long gs_base;
36 unsigned long fs_base;
37 unsigned long rsp;
39 u16 fs_sel, gs_sel, ldt_sel;
41 u16 ds_sel, es_sel;
/kernel/linux/linux-4.19/arch/x86/kvm/
Dvmx.c378 struct vmcs_host_state { struct
379 unsigned long cr3; /* May not match real cr3 */
380 unsigned long cr4; /* May not match real cr4 */
381 unsigned long gs_base;
382 unsigned long fs_base;
384 u16 fs_sel, gs_sel, ldt_sel;
408 struct vmcs_host_state host_state; argument