Searched refs:MSR_IA32_PL2_SSP (Results 1 – 6 of 6) 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 | 555 #define MSR_IA32_PL2_SSP 0x000006a6 /* ring-2 shadow stack pointer */ macro
|
| /linux/arch/x86/kvm/svm/ |
| H A D | svm.c | 794 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 | nested.c | 741 MSR_IA32_PL2_SSP, MSR_TYPE_RW); in nested_vmx_prepare_msr_bitmap()
|
| H A D | vmx.c | 4285 vmx_set_intercept_for_msr(vcpu, MSR_IA32_PL2_SSP, MSR_TYPE_RW, intercept); in vmx_recalc_msr_intercepts()
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 346 MSR_IA32_PL0_SSP, MSR_IA32_PL1_SSP, MSR_IA32_PL2_SSP,
|