Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dmmu.h43 #define KVM_MMU_EFER_ROLE_BITS (EFER_LME | EFER_NX) macro
H A Dx86.c1771 if ((efer ^ old_efer) & KVM_MMU_EFER_ROLE_BITS) in set_efer()