Home
last modified time | relevance | path

Searched refs:SPTE_MMU_WRITEABLE (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
Dspte.h50 #define SPTE_MMU_WRITEABLE (1ULL << (PT_FIRST_AVAIL_BITS_SHIFT + 1)) macro
228 return (spte & (SPTE_HOST_WRITEABLE | SPTE_MMU_WRITEABLE)) == in spte_can_locklessly_be_made_writable()
229 (SPTE_HOST_WRITEABLE | SPTE_MMU_WRITEABLE); in spte_can_locklessly_be_made_writable()
Dspte.c137 spte |= PT_WRITABLE_MASK | SPTE_MMU_WRITEABLE; in make_spte()
153 spte &= ~(PT_WRITABLE_MASK | SPTE_MMU_WRITEABLE); in make_spte()
Dtdp_mmu.c1137 ~(PT_WRITABLE_MASK | SPTE_MMU_WRITEABLE); in write_protect_gfn()
Dmmu.c1117 spte &= ~SPTE_MMU_WRITEABLE; in spte_write_protect()
/kernel/linux/linux-5.10/Documentation/virt/kvm/
Dlocking.rst42 SPTE_MMU_WRITEABLE bit on the spte:
45 - SPTE_MMU_WRITEABLE means the gfn is writable on mmu. The bit is set when