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

/linux-4.4.14/arch/x86/kvm/
H A Dmmu.c1181 * Write-protect on the specified @sptep, @pt_protect indicates whether
1193 static bool spte_write_protect(struct kvm *kvm, u64 *sptep, bool pt_protect) spte_write_protect() argument
1198 !(pt_protect && spte_is_locklessly_modifiable(spte))) spte_write_protect()
1203 if (pt_protect) spte_write_protect()
1211 bool pt_protect) __rmap_write_protect()
1218 flush |= spte_write_protect(kvm, sptep, pt_protect); __rmap_write_protect()
1210 __rmap_write_protect(struct kvm *kvm, unsigned long *rmapp, bool pt_protect) __rmap_write_protect() argument

Completed in 61 milliseconds