Searched refs:HOST_GDTR_BASE (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/kvm/lib/x86_64/ |
A D | vmx.c | 280 vmwrite(HOST_GDTR_BASE, get_gdt().address); in init_vmcs_host_state() 349 vmwrite(GUEST_GDTR_BASE, vmreadz(HOST_GDTR_BASE)); in init_vmcs_guest_state()
|
/linux-6.3-rc2/arch/x86/kvm/vmx/ |
A D | vmcs12.c | 148 FIELD(HOST_GDTR_BASE, host_gdtr_base),
|
A D | hyperv.c | 124 EVMCS1_FIELD(HOST_GDTR_BASE, host_gdtr_base,
|
A D | vmx.c | 1443 vmcs_writel(HOST_GDTR_BASE, (unsigned long)gdt); /* 22.2.4 */ in vmx_vcpu_load_vmcs() 6328 vmcs_readl(HOST_GDTR_BASE), vmcs_readl(HOST_IDTR_BASE)); in dump_vmcs()
|
/linux-6.3-rc2/tools/testing/selftests/kvm/include/x86_64/ |
A D | vmx.h | 281 HOST_GDTR_BASE = 0x00006c0c, enumerator
|
A D | evmcs.h | 426 case HOST_GDTR_BASE: in evmcs_vmread() 873 case HOST_GDTR_BASE: in evmcs_vmwrite()
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | vmx.h | 352 HOST_GDTR_BASE = 0x00006c0c, enumerator
|
Completed in 26 milliseconds