Searched refs:GUEST_SYSENTER_CS (Results 1 – 7 of 7) sorted by relevance
/linux/arch/x86/kvm/vmx/ |
H A D | vmcs12.c | 113 FIELD(GUEST_SYSENTER_CS, guest_sysenter_cs),
|
H A D | hyperv_evmcs.c | 246 EVMCS1_FIELD(GUEST_SYSENTER_CS, guest_sysenter_cs,
|
H A D | vmx.c | 2057 msr_info->data = vmcs_read32(GUEST_SYSENTER_CS); in vmx_get_msr() 2246 vmcs_write32(GUEST_SYSENTER_CS, data); in vmx_set_msr() 4835 vmcs_write32(GUEST_SYSENTER_CS, 0); in init_vmcs() 6333 vmcs_read32(GUEST_SYSENTER_CS), vmcs_readl(GUEST_SYSENTER_EIP)); in dump_vmcs()
|
H A D | nested.c | 2556 vmcs_write32(GUEST_SYSENTER_CS, vmcs12->guest_sysenter_cs); in prepare_vmcs02_rare() 4719 vmcs_write32(GUEST_SYSENTER_CS, vmcs12->host_ia32_sysenter_cs); in load_vmcs12_host_state()
|
/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | vmx.h |
|
H A D | evmcs.h |
|
/linux/arch/x86/include/asm/ |
H A D | vmx.h | 338 GUEST_SYSENTER_CS = 0x0000482A, enumerator
|