Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Didentcpu.c2339 if ((msr & VM_CR_SVMDIS) == VM_CR_SVMDIS) in print_svm_info()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h1145 #define VM_CR_SVMDIS 0x10 /* SVM: disabled by BIOS */ macro
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm.c235 if ((msr & VM_CR_SVMDIS) != 0) { in svm_available()