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.c794 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 Dnested.c741 MSR_IA32_PL2_SSP, MSR_TYPE_RW); in nested_vmx_prepare_msr_bitmap()
H A Dvmx.c4285 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 Dx86.c346 MSR_IA32_PL0_SSP, MSR_IA32_PL1_SSP, MSR_IA32_PL2_SSP,