Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dvmx.c376 struct vmcs_host_state { struct
377 unsigned long cr3; /* May not match real cr3 */
378 unsigned long cr4; /* May not match real cr4 */
379 unsigned long gs_base;
380 unsigned long fs_base;
382 u16 fs_sel, gs_sel, ldt_sel;
406 struct vmcs_host_state host_state; argument