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