Searched refs:mmu_spte_update (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/ |
H A D | paging_tmpl.h | 967 return mmu_spte_update(sptep, spte); in sync_spte()
|
H A D | mmu.c | 515 /* Rules for using mmu_spte_update: 524 static bool mmu_spte_update(u64 *sptep, u64 new_spte) in mmu_spte_update() function 1235 return mmu_spte_update(sptep, spte); in spte_write_protect() 1257 return mmu_spte_update(sptep, spte); in spte_clear_dirty() 2948 flush |= mmu_spte_update(sptep, spte); in mmu_set_spte()
|
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/ |
H A D | mmu.c | 488 /* Rules for using mmu_spte_update: 499 static bool mmu_spte_update(u64 *sptep, u64 new_spte) in mmu_spte_update() function 1120 return mmu_spte_update(sptep, spte); in spte_write_protect() 1145 return mmu_spte_update(sptep, spte); in spte_clear_dirty() 1192 return mmu_spte_update(sptep, spte); in spte_set_dirty() 2582 else if (mmu_spte_update(sptep, spte)) in set_spte() 5562 * words, the only case we care is mmu_spte_update() where we in kvm_mmu_slot_remove_write_access()
|
Completed in 18 milliseconds