Searched refs:SPTE_AD_WRPROT_ONLY_MASK (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/ | ||
D | spte.h | 18 #define SPTE_AD_WRPROT_ONLY_MASK (2ULL << 52) macro |
D | spte.c | 95 spte |= SPTE_AD_WRPROT_ONLY_MASK; in make_spte() |