Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmcs12.h166 u32 host_ia32_sysenter_cs; member
342 CHECK_OFFSET(host_ia32_sysenter_cs, 924); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c114 FIELD(HOST_IA32_SYSENTER_CS, host_ia32_sysenter_cs),
H A Dnested.c1736 vmcs12->host_ia32_sysenter_cs = evmcs->host_ia32_sysenter_cs; in copy_enlightened_to_vmcs12()
1942 * evmcs->host_ia32_sysenter_cs = vmcs12->host_ia32_sysenter_cs; in copy_vmcs12_to_enlightened()
4743 vmcs_write32(GUEST_SYSENTER_CS, vmcs12->host_ia32_sysenter_cs); in load_vmcs12_host_state()
/linux/include/hyperv/
H A Dhvgdk.h57 u32 host_ia32_sysenter_cs; member
/linux/tools/testing/selftests/kvm/include/x86/
H A Devmcs.h45 u32 host_ia32_sysenter_cs; member
496 *value = current_evmcs->host_ia32_sysenter_cs; in evmcs_vmread()
967 current_evmcs->host_ia32_sysenter_cs = value; in evmcs_vmwrite()
/linux/Documentation/virt/kvm/x86/
H A Dnested-vmx.rst202 u32 host_ia32_sysenter_cs;