Home
last modified time | relevance | path

Searched refs:MSR_IA32_PL1_SSP (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dmsrs_test.c393 MSR_TEST_CANONICAL(MSR_IA32_PL1_SSP, SHSTK), in test_msrs()
394 MSR_TEST(MSR_IA32_PL1_SSP, canonical_val, canonical_val | 1, SHSTK), in test_msrs()
/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h559 #define MSR_IA32_PL1_SSP 0x000006a5 /* ring-1 shadow stack pointer */ macro
/linux/arch/x86/kvm/svm/
H A Dsvm.c851 svm_set_intercept_for_msr(vcpu, MSR_IA32_PL1_SSP, MSR_TYPE_RW, !shstk_enabled); in svm_recalc_msr_intercepts()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c4337 vmx_set_intercept_for_msr(vcpu, MSR_IA32_PL1_SSP, MSR_TYPE_RW, intercept); in vmx_recalc_msr_intercepts()