Searched defs:vmcs_host_state (Results 1 – 1 of 1) sorted by relevance
376 struct vmcs_host_state { struct377 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