Home
last modified time | relevance | path

Searched refs:SPTE_HOST_WRITEABLE (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/Documentation/virt/kvm/
Dlocking.txt38 What we use to avoid all the race is the SPTE_HOST_WRITEABLE bit and
40 - SPTE_HOST_WRITEABLE means the gfn is writable on host.
46 bit if spte.SPTE_HOST_WRITEABLE = 1 and spte.SPTE_WRITE_PROTECT = 1, or
/Linux-v5.4/arch/x86/kvm/
Dmmu.c183 #define SPTE_HOST_WRITEABLE (1ULL << PT_FIRST_AVAIL_BITS_SHIFT) macro
779 return (spte & (SPTE_HOST_WRITEABLE | SPTE_MMU_WRITEABLE)) == in spte_can_locklessly_be_made_writable()
780 (SPTE_HOST_WRITEABLE | SPTE_MMU_WRITEABLE); in spte_can_locklessly_be_made_writable()
1900 new_spte &= ~SPTE_HOST_WRITEABLE; in kvm_set_pte_rmapp()
3092 spte |= SPTE_HOST_WRITEABLE; in set_spte()
Dpaging_tmpl.h1060 host_writable = sp->spt[i] & SPTE_HOST_WRITEABLE; in FNAME()