Searched refs:HOST_GDTR_BASE (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/tools/testing/selftests/kvm/lib/x86/ |
| H A D | vmx.c | 278 vmwrite(HOST_GDTR_BASE, get_gdt().address); in init_vmcs_host_state() 347 vmwrite(GUEST_GDTR_BASE, vmreadz(HOST_GDTR_BASE)); in init_vmcs_guest_state()
|
| /linux-6.15/arch/x86/kvm/vmx/ |
| H A D | vmcs12.c | 148 FIELD(HOST_GDTR_BASE, host_gdtr_base),
|
| H A D | hyperv_evmcs.c | 115 EVMCS1_FIELD(HOST_GDTR_BASE, host_gdtr_base,
|
| H A D | vmx.c | 1500 vmcs_writel(HOST_GDTR_BASE, (unsigned long)gdt); /* 22.2.4 */ in vmx_vcpu_load_vmcs() 6436 vmcs_readl(HOST_GDTR_BASE), vmcs_readl(HOST_IDTR_BASE)); in dump_vmcs()
|
| /linux-6.15/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-6.15/arch/x86/include/asm/ |
| H A D | vmx.h | 377 HOST_GDTR_BASE = 0x00006c0c, enumerator
|