Searched refs:HOST_GDTR_BASE (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | vmx.c | 289 vmwrite(HOST_GDTR_BASE, get_gdt().address); in init_vmcs_host_state() 358 vmwrite(GUEST_GDTR_BASE, vmreadz(HOST_GDTR_BASE)); in init_vmcs_guest_state()
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | vmx.h | 279 HOST_GDTR_BASE = 0x00006c0c, enumerator
|
| H A D | evmcs.h | 423 case HOST_GDTR_BASE: in evmcs_vmread() 870 case HOST_GDTR_BASE: in evmcs_vmwrite()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | hyperv_evmcs.c | 115 EVMCS1_FIELD(HOST_GDTR_BASE, host_gdtr_base,
|
| H A D | vmcs12.c | 151 FIELD(HOST_GDTR_BASE, host_gdtr_base),
|
| H A D | vmx.c | 1570 vmcs_writel(HOST_GDTR_BASE, (unsigned long)gdt); /* 22.2.4 */ in vmx_vcpu_load_vmcs() 6688 vmcs_readl(HOST_GDTR_BASE), vmcs_readl(HOST_IDTR_BASE)); in dump_vmcs()
|
| /linux/arch/x86/include/asm/ |
| H A D | vmx.h | 385 HOST_GDTR_BASE = 0x00006c0c, enumerator
|