Home
last modified time | relevance | path

Searched refs:pt_protect (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dmmu.c1094 * Write-protect on the specified @sptep, @pt_protect indicates whether
1106 static bool spte_write_protect(u64 *sptep, bool pt_protect) in spte_write_protect() argument
1111 !(pt_protect && spte_can_locklessly_be_made_writable(spte))) in spte_write_protect()
1116 if (pt_protect) in spte_write_protect()
1125 bool pt_protect) in __rmap_write_protect()
1132 flush |= spte_write_protect(sptep, pt_protect); in __rmap_write_protect()
1123 __rmap_write_protect(struct kvm *kvm, struct kvm_rmap_head *rmap_head, bool pt_protect) __rmap_write_protect() argument
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dmmu.c1211 * Write-protect on the specified @sptep, @pt_protect indicates whether
1223 static bool spte_write_protect(u64 *sptep, bool pt_protect) in spte_write_protect() argument
1228 !(pt_protect && is_mmu_writable_spte(spte))) in spte_write_protect()
1231 if (pt_protect) in spte_write_protect()
1239 bool pt_protect) in rmap_write_protect()
1246 flush |= spte_write_protect(sptep, pt_protect); in rmap_write_protect()
1238 rmap_write_protect(struct kvm_rmap_head *rmap_head, bool pt_protect) rmap_write_protect() argument

Completed in 19 milliseconds