Searched refs:MSR_IA32_PL2_SSP (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | msrs_test.c | 395 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 D | msr-index.h | 560 #define MSR_IA32_PL2_SSP 0x000006a6 /* ring-2 shadow stack pointer */ macro
|
| /linux/arch/x86/kvm/svm/ |
| H A D | svm.c | 852 svm_set_intercept_for_msr(vcpu, MSR_IA32_PL2_SSP, MSR_TYPE_RW, !shstk_enabled); in svm_recalc_msr_intercepts()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 4338 vmx_set_intercept_for_msr(vcpu, MSR_IA32_PL2_SSP, MSR_TYPE_RW, intercept); in vmx_recalc_msr_intercepts()
|