Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/kvm/include/x86/
H A Dsvm.h176 #define SVM_VM_CR_SVM_LOCK_MASK 0x0008ULL macro
/linux-6.15/arch/x86/include/asm/
H A Dmsr-index.h1222 #define SVM_VM_CR_SVM_LOCK_MASK 0x0008ULL macro
/linux-6.15/tools/arch/x86/include/asm/
H A Dmsr-index.h1214 #define SVM_VM_CR_SVM_LOCK_MASK 0x0008ULL macro
/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.c3062 chg_mask &= ~(SVM_VM_CR_SVM_LOCK_MASK | SVM_VM_CR_SVM_DIS_MASK); in svm_set_vm_cr()