Searched refs:SPTE_MMU_WRITEABLE (Results 1 – 5 of 5) sorted by relevance
50 #define SPTE_MMU_WRITEABLE (1ULL << (PT_FIRST_AVAIL_BITS_SHIFT + 1)) macro228 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()
137 spte |= PT_WRITABLE_MASK | SPTE_MMU_WRITEABLE; in make_spte()153 spte &= ~(PT_WRITABLE_MASK | SPTE_MMU_WRITEABLE); in make_spte()
1137 ~(PT_WRITABLE_MASK | SPTE_MMU_WRITEABLE); in write_protect_gfn()
1117 spte &= ~SPTE_MMU_WRITEABLE; in spte_write_protect()
42 SPTE_MMU_WRITEABLE bit on the spte:45 - SPTE_MMU_WRITEABLE means the gfn is writable on mmu. The bit is set when