Home
last modified time | relevance | path

Searched refs:MSR_IA32_PL0_SSP (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dmsrs_test.c391 MSR_TEST_CANONICAL(MSR_IA32_PL0_SSP, SHSTK), in test_msrs()
392 MSR_TEST(MSR_IA32_PL0_SSP, canonical_val, canonical_val | 1, SHSTK), in test_msrs()
/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h61 #define MSR_IA32_FRED_SSP0 MSR_IA32_PL0_SSP /* Level 0 shadow stack pointer */
558 #define MSR_IA32_PL0_SSP 0x000006a4 /* ring-0 shadow stack pointer */ macro
/linux/arch/x86/include/asm/
H A Dmsr-index.h61 #define MSR_IA32_FRED_SSP0 MSR_IA32_PL0_SSP /* Level 0 shadow stack pointer */
558 #define MSR_IA32_PL0_SSP 0x000006a4 /* ring-0 shadow stack pointer */ macro
/linux/arch/x86/kvm/
H A Dx86.c352 MSR_IA32_PL0_SSP, MSR_IA32_PL1_SSP, MSR_IA32_PL2_SSP,
1924 case MSR_IA32_PL0_SSP ... MSR_IA32_INT_SSP_TAB: in __kvm_set_msr()
1993 case MSR_IA32_PL0_SSP ... MSR_IA32_INT_SSP_TAB: in __kvm_get_msr()
3859 case MSR_IA32_PL0_SSP ... MSR_IA32_PL3_SSP: in is_xstate_managed_msr()
4292 case MSR_IA32_PL0_SSP ... MSR_IA32_PL3_SSP: in kvm_set_msr_common()
4645 case MSR_IA32_PL0_SSP ... MSR_IA32_PL3_SSP: in kvm_get_msr_common()
7725 case MSR_IA32_PL0_SSP ... MSR_IA32_PL3_SSP: in kvm_probe_msr_to_save()
/linux/arch/x86/kvm/svm/
H A Dsvm.c827 svm_set_intercept_for_msr(vcpu, MSR_IA32_PL0_SSP, MSR_TYPE_RW, !shstk_enabled); in svm_recalc_msr_intercepts()
/linux/arch/x86/kvm/vmx/
H A Dnested.c769 MSR_IA32_PL0_SSP, MSR_TYPE_RW); in nested_vmx_prepare_msr_bitmap()
H A Dvmx.c4395 vmx_set_intercept_for_msr(vcpu, MSR_IA32_PL0_SSP, MSR_TYPE_RW, intercept); in vmx_recalc_msr_intercepts()