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