Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/virtual/kvm/
Dlocking.txt41 SPTE_MMU_WRITEABLE bit on the spte:
43 - SPTE_MMU_WRITEABLE means the gfn is writable on mmu. The bit is set when
/Linux-v4.19/arch/x86/kvm/
Dmmu.c147 #define SPTE_MMU_WRITEABLE (1ULL << (PT_FIRST_AVAIL_BITS_SHIFT + 1)) macro
649 return (spte & (SPTE_HOST_WRITEABLE | SPTE_MMU_WRITEABLE)) == in spte_can_locklessly_be_made_writable()
650 (SPTE_HOST_WRITEABLE | SPTE_MMU_WRITEABLE); in spte_can_locklessly_be_made_writable()
1481 spte &= ~SPTE_MMU_WRITEABLE; in spte_write_protect()
2905 spte |= PT_WRITABLE_MASK | SPTE_MMU_WRITEABLE; in set_spte()
2921 spte &= ~(PT_WRITABLE_MASK | SPTE_MMU_WRITEABLE); in set_spte()