Searched refs:KVM_MMU_EFER_ROLE_BITS (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/x86/kvm/ | ||
H A D | mmu.h | 43 #define KVM_MMU_EFER_ROLE_BITS (EFER_LME | EFER_NX) macro |
H A D | x86.c | 1782 if ((efer ^ old_efer) & KVM_MMU_EFER_ROLE_BITS) in set_efer() |