Searched refs:GUEST_SYSENTER_CS (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/x86/kvm/vmx/
H A Dvmcs12.c113 FIELD(GUEST_SYSENTER_CS, guest_sysenter_cs),
H A Dhyperv_evmcs.c246 EVMCS1_FIELD(GUEST_SYSENTER_CS, guest_sysenter_cs,
H A Dvmx.c2016 msr_info->data = vmcs_read32(GUEST_SYSENTER_CS);
2205 vmcs_write32(GUEST_SYSENTER_CS, data);
4804 vmcs_write32(GUEST_SYSENTER_CS, 0);
6297 vmcs_read32(GUEST_SYSENTER_CS), vmcs_readl(GUEST_SYSENTER_EIP));
H A Dnested.c2489 vmcs_write32(GUEST_SYSENTER_CS, vmcs12->guest_sysenter_cs);
4553 vmcs_write32(GUEST_SYSENTER_CS, vmcs12->host_ia32_sysenter_cs);
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h242 GUEST_SYSENTER_CS = 0x0000482A, enumerator in enum:vmcs_field
H A Devmcs.h567 case GUEST_SYSENTER_CS:
1061 case GUEST_SYSENTER_CS:
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c335 vmwrite(GUEST_SYSENTER_CS, vmreadz(HOST_IA32_SYSENTER_CS));
/linux-master/arch/x86/include/asm/
H A Dvmx.h316 GUEST_SYSENTER_CS = 0x0000482A, enumerator in enum:vmcs_field

Completed in 177 milliseconds