KVM
Public Attributes | List of all members
vmcs_host_state Struct Reference

#include <vmcs.h>

Public Attributes

unsigned long cr3
 
unsigned long cr4
 
unsigned long gs_base
 
unsigned long fs_base
 
unsigned long rsp
 
u16 fs_sel
 
u16 gs_sel
 
u16 ldt_sel
 

Detailed Description

Definition at line 34 of file vmcs.h.

Member Data Documentation

◆ cr3

unsigned long vmcs_host_state::cr3

Definition at line 35 of file vmcs.h.

◆ cr4

unsigned long vmcs_host_state::cr4

Definition at line 36 of file vmcs.h.

◆ fs_base

unsigned long vmcs_host_state::fs_base

Definition at line 38 of file vmcs.h.

◆ fs_sel

u16 vmcs_host_state::fs_sel

Definition at line 41 of file vmcs.h.

◆ gs_base

unsigned long vmcs_host_state::gs_base

Definition at line 37 of file vmcs.h.

◆ gs_sel

u16 vmcs_host_state::gs_sel

Definition at line 41 of file vmcs.h.

◆ ldt_sel

u16 vmcs_host_state::ldt_sel

Definition at line 41 of file vmcs.h.

◆ rsp

unsigned long vmcs_host_state::rsp

Definition at line 39 of file vmcs.h.


The documentation for this struct was generated from the following file: