Home
last modified time | relevance | path

Searched refs:guest_ldtr_base (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/kvm/vmx/
H A Dvmcs12.h97 natural_width guest_ldtr_base; member
274 CHECK_OFFSET(guest_ldtr_base, 496); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c131 FIELD(GUEST_LDTR_BASE, guest_ldtr_base),
H A Dhyperv_evmcs.c57 EVMCS1_FIELD(GUEST_LDTR_BASE, guest_ldtr_base,
H A Dnested.c1765 vmcs12->guest_ldtr_base = evmcs->guest_ldtr_base; in copy_enlightened_to_vmcs12()
2018 evmcs->guest_ldtr_base = vmcs12->guest_ldtr_base; in copy_vmcs12_to_enlightened()
2546 vmcs_writel(GUEST_LDTR_BASE, vmcs12->guest_ldtr_base); in prepare_vmcs02_rare()
4499 vmcs12->guest_ldtr_base = vmcs_readl(GUEST_LDTR_BASE); in sync_vmcs02_to_vmcs12_rare()
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Devmcs.h
/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst133 natural_width guest_ldtr_base;