Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/virt/kvm/
Dlocking.rst188 be flushed caused by this reason in mmu_spte_update() since this is a common
193 See the comments in spte_has_volatile_bits() and mmu_spte_update().
/linux-6.1.9/arch/x86/kvm/mmu/
Dpaging_tmpl.h1086 flush |= mmu_spte_update(sptep, spte); in FNAME()
Dmmu.c491 static bool mmu_spte_update(u64 *sptep, u64 new_spte) in mmu_spte_update() function
1182 return mmu_spte_update(sptep, spte); in spte_write_protect()
1206 return mmu_spte_update(sptep, spte); in spte_clear_dirty()
2832 flush |= mmu_spte_update(sptep, spte); in mmu_set_spte()