Home
last modified time | relevance | path

Searched refs:HOST_GS_BASE (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/um/sys-x86_64/shared/sysdep/
Dptrace.h42 #define HOST_GS_BASE 22 macro
56 #define GS_BASE (HOST_GS_BASE * sizeof(long))
64 #define REGS_GS_BASE(r) ((r)[HOST_GS_BASE])
/linux-2.6.39/arch/x86/include/asm/
Dvmx.h229 HOST_GS_BASE = 0x00006c08, enumerator
/linux-2.6.39/arch/x86/kvm/
Dvmx.c837 vmcs_writel(HOST_GS_BASE, read_msr(MSR_GS_BASE)); in vmx_save_host_state()
840 vmcs_writel(HOST_GS_BASE, segment_base(vmx->host_state.gs_sel)); in vmx_save_host_state()
2684 vmcs_writel(HOST_GS_BASE, a); /* 22.2.4 */ in vmx_vcpu_setup()
2687 vmcs_writel(HOST_GS_BASE, 0); /* 22.2.4 */ in vmx_vcpu_setup()