Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/virtual/kvm/
Dlocking.txt20 SPTE_MMU_WRITEABLE bit on the spte:
22 - SPTE_MMU_WRITEABLE means the gfn is writable on mmu. The bit is set when
/linux-4.4.14/arch/x86/kvm/
Dmmu.c136 #define SPTE_MMU_WRITEABLE (1ULL << (PT_FIRST_AVAIL_BITS_SHIFT + 1)) macro
479 return (spte & (SPTE_HOST_WRITEABLE | SPTE_MMU_WRITEABLE)) == in spte_is_locklessly_modifiable()
480 (SPTE_HOST_WRITEABLE | SPTE_MMU_WRITEABLE); in spte_is_locklessly_modifiable()
1204 spte &= ~SPTE_MMU_WRITEABLE; in spte_write_protect()
2535 spte |= PT_WRITABLE_MASK | SPTE_MMU_WRITEABLE; in set_spte()
2551 spte &= ~(PT_WRITABLE_MASK | SPTE_MMU_WRITEABLE); in set_spte()