Home
last modified time | relevance | path

Searched refs:MSR_AMD64_OSVW_ID_LENGTH (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/arch/x86/include/asm/
Dmsr-index.h410 #define MSR_AMD64_OSVW_ID_LENGTH 0xc0010140 macro
/Linux-v5.4/arch/x86/kernel/cpu/
Damd.c1119 rdmsrl(MSR_AMD64_OSVW_ID_LENGTH, osvw_len); in cpu_has_amd_erratum()
/Linux-v5.4/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h634 #define MSR_AMD64_OSVW_ID_LENGTH 0xc0010140 macro
/Linux-v5.4/arch/x86/kvm/
Dx86.c2844 case MSR_AMD64_OSVW_ID_LENGTH: in kvm_set_msr_common()
3087 case MSR_AMD64_OSVW_ID_LENGTH: in kvm_get_msr_common()
Dsvm.c962 len = native_read_msr_safe(MSR_AMD64_OSVW_ID_LENGTH, &err); in svm_hardware_enable()