Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dmsrs_test.c395 MSR_TEST_CANONICAL(MSR_IA32_PL2_SSP, SHSTK), in test_msrs()
396 MSR_TEST(MSR_IA32_PL2_SSP, canonical_val, canonical_val | 1, SHSTK), in test_msrs()
/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h555 #define MSR_IA32_PL2_SSP 0x000006a6 /* ring-2 shadow stack pointer */ macro
/linux/arch/x86/kvm/svm/
H A Dsvm.c829 svm_set_intercept_for_msr(vcpu, MSR_IA32_PL2_SSP, MSR_TYPE_RW, !shstk_enabled); in __svm_disable_lbrv()
/linux/arch/x86/kvm/vmx/
H A Dnested.c775 MSR_IA32_PL2_SSP, MSR_TYPE_RW); in nested_flush_cached_shadow_vmcs12()
H A Dvmx.c4397 vmx_set_intercept_for_msr(vcpu, MSR_IA32_PL2_SSP, MSR_TYPE_RW, intercept); in vmx_set_constant_host_state()
/linux/arch/x86/kvm/
H A Dx86.c352 MSR_IA32_PL0_SSP, MSR_IA32_PL1_SSP, MSR_IA32_PL2_SSP,