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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/shared/sysdep/
H A 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])
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dvmx.h221 HOST_GS_BASE = 0x00006c08, enumerator in enum:vmcs_field
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dvmx.c824 vmcs_writel(HOST_GS_BASE, read_msr(MSR_GS_BASE));
827 vmcs_writel(HOST_GS_BASE, segment_base(vmx->host_state.gs_sel));
2592 vmcs_writel(HOST_GS_BASE, a); /* 22.2.4 */
2595 vmcs_writel(HOST_GS_BASE, 0); /* 22.2.4 */

Completed in 78 milliseconds