Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm.c110 static uint32_t svm_feature = ~0U; /* AMD SVM features. */ variable
111 SYSCTL_UINT(_hw_vmm_svm, OID_AUTO, features, CTLFLAG_RDTUN, &svm_feature, 0,
142 return (svm_feature & AMD_CPUID_SVM_FLUSH_BY_ASID); in flush_by_asid()
149 return (svm_feature & AMD_CPUID_SVM_DECODE_ASSIST); in decode_assist()
183 svm_feature &= regs[3]; in check_svm_features()
194 if (!(svm_feature & AMD_CPUID_SVM_NP)) { in check_svm_features()
200 if (!(svm_feature & AMD_CPUID_SVM_NRIP_SAVE)) { in check_svm_features()