Searched refs:host_ia32_sysenter_cs (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmcs12.h | 164 u32 host_ia32_sysenter_cs; member 343 CHECK_OFFSET(host_ia32_sysenter_cs, 924); in vmx_check_vmcs12_offsets()
|
H A D | vmcs12.c | 112 FIELD(HOST_IA32_SYSENTER_CS, host_ia32_sysenter_cs),
|
H A D | evmcs.c | 183 EVMCS1_FIELD(HOST_IA32_SYSENTER_CS, host_ia32_sysenter_cs,
|
H A D | nested.c | 1669 vmcs12->host_ia32_sysenter_cs = evmcs->host_ia32_sysenter_cs; in copy_enlightened_to_vmcs12() 1855 * evmcs->host_ia32_sysenter_cs = vmcs12->host_ia32_sysenter_cs; in copy_vmcs12_to_enlightened() 4271 vmcs_write32(GUEST_SYSENTER_CS, vmcs12->host_ia32_sysenter_cs); in load_vmcs12_host_state()
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmcs12.h | 166 u32 host_ia32_sysenter_cs; member 340 CHECK_OFFSET(host_ia32_sysenter_cs, 924); in vmx_check_vmcs12_offsets()
|
H A D | vmcs12.c | 114 FIELD(HOST_IA32_SYSENTER_CS, host_ia32_sysenter_cs),
|
H A D | hyperv.c | 312 EVMCS1_FIELD(HOST_IA32_SYSENTER_CS, host_ia32_sysenter_cs,
|
H A D | nested.c | 1644 vmcs12->host_ia32_sysenter_cs = evmcs->host_ia32_sysenter_cs; in copy_enlightened_to_vmcs12() 1846 * evmcs->host_ia32_sysenter_cs = vmcs12->host_ia32_sysenter_cs; in copy_vmcs12_to_enlightened() 4509 vmcs_write32(GUEST_SYSENTER_CS, vmcs12->host_ia32_sysenter_cs); in load_vmcs12_host_state()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/ |
H A D | evmcs.h | 54 u32 host_ia32_sysenter_cs; member 479 *value = current_evmcs->host_ia32_sysenter_cs; in evmcs_vmread() 866 current_evmcs->host_ia32_sysenter_cs = value; in evmcs_vmwrite()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | hyperv-tlfs.h | 333 u32 host_ia32_sysenter_cs; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/ |
H A D | evmcs.h | 48 u32 host_ia32_sysenter_cs; member 499 *value = current_evmcs->host_ia32_sysenter_cs; in evmcs_vmread() 970 current_evmcs->host_ia32_sysenter_cs = value; in evmcs_vmwrite()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | hyperv-tlfs.h | 448 u32 host_ia32_sysenter_cs; member
|
Completed in 26 milliseconds