Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmcs12.h92 natural_width guest_cs_base; member
269 CHECK_OFFSET(guest_cs_base, 456); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c126 FIELD(GUEST_CS_BASE, guest_cs_base),
H A Dhyperv_evmcs.c47 EVMCS1_FIELD(GUEST_CS_BASE, guest_cs_base,
H A Dnested.c1760 vmcs12->guest_cs_base = evmcs->guest_cs_base; in copy_enlightened_to_vmcs12()
2013 evmcs->guest_cs_base = vmcs12->guest_cs_base; in copy_vmcs12_to_enlightened()
2541 vmcs_writel(GUEST_CS_BASE, vmcs12->guest_cs_base); in prepare_vmcs02_rare()
4494 vmcs12->guest_cs_base = vmcs_readl(GUEST_CS_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.rst128 natural_width guest_cs_base;