Searched refs:HOST_GS_BASE (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/x86/um/shared/sysdep/ |
| H A D | ptrace_64.h | 21 #define HOST_GS_BASE 22 macro 35 #define GS_BASE (HOST_GS_BASE * sizeof(long))
|
| /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 | 149 FIELD(HOST_GS_BASE, host_gs_base),
|
| H A D | hyperv_evmcs.c | 111 EVMCS1_FIELD(HOST_GS_BASE, host_gs_base,
|
| H A D | vmx.c | 1338 vmcs_writel(HOST_GS_BASE, gs_base); in vmx_set_host_fs_gs() 4868 vmcs_writel(HOST_GS_BASE, 0); /* 22.2.4 */ in init_vmcs() 6516 vmcs_readl(HOST_FS_BASE), vmcs_readl(HOST_GS_BASE), in dump_vmcs()
|
| /linux/arch/x86/um/ |
| H A D | ptrace_64.c | 46 [GS_BASE >> 3] = HOST_GS_BASE,
|
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | vmx.c | 275 vmwrite(HOST_GS_BASE, rdmsr(MSR_GS_BASE)); in init_vmcs_host_state() 344 vmwrite(GUEST_GS_BASE, vmreadz(HOST_GS_BASE)); in init_vmcs_guest_state()
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | vmx.h | 277 HOST_GS_BASE = 0x00006c08, enumerator
|
| /linux/arch/x86/include/asm/ |
| H A D | vmx.h | 382 HOST_GS_BASE = 0x00006c08, enumerator
|