Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/virtual/kvm/
Dlocking.txt124 be flushed caused by this reason in mmu_spte_update() since this is a common
129 See the comments in spte_has_volatile_bits() and mmu_spte_update().
/linux-4.1.27/arch/x86/kvm/
Dmmu.c538 static bool mmu_spte_update(u64 *sptep, u64 new_spte) in mmu_spte_update() function
1175 return mmu_spte_update(sptep, spte); in spte_write_protect()
1203 return mmu_spte_update(sptep, spte); in spte_clear_dirty()
1230 return mmu_spte_update(sptep, spte); in spte_set_dirty()
2587 if (mmu_spte_update(sptep, spte)) in set_spte()