Searched refs:HOST_GS_BASE (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/arch/x86/um/shared/sysdep/ |
H A D | ptrace_64.h | 23 #define HOST_GS_BASE 22 macro 37 #define GS_BASE (HOST_GS_BASE * sizeof(long))
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | vmcs_shadow_fields.h | 72 SHADOW_FIELD_RW(HOST_GS_BASE, host_gs_base)
|
H A D | vmcs12.c | 146 FIELD(HOST_GS_BASE, host_gs_base),
|
H A D | hyperv.c | 118 EVMCS1_FIELD(HOST_GS_BASE, host_gs_base,
|
H A D | vmx.c | 1288 vmcs_writel(HOST_GS_BASE, gs_base); in vmx_set_host_fs_gs() 4775 vmcs_writel(HOST_GS_BASE, 0); /* 22.2.4 */ in init_vmcs() 6347 vmcs_readl(HOST_FS_BASE), vmcs_readl(HOST_GS_BASE), in dump_vmcs()
|
/openbmc/linux/arch/x86/um/ |
H A D | ptrace_64.c | 45 [GS_BASE >> 3] = HOST_GS_BASE,
|
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | vmx.c | 277 vmwrite(HOST_GS_BASE, rdmsr(MSR_GS_BASE)); in init_vmcs_host_state() 346 vmwrite(GUEST_GS_BASE, vmreadz(HOST_GS_BASE)); in init_vmcs_guest_state()
|
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | vmx.h | 279 HOST_GS_BASE = 0x00006c08, enumerator
|
H A D | evmcs.h | 420 case HOST_GS_BASE: in evmcs_vmread() 865 case HOST_GS_BASE: in evmcs_vmwrite()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | vmx.h | 352 HOST_GS_BASE = 0x00006c08, enumerator
|