Home
last modified time | relevance | path

Searched refs:change_pte (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/mm/
Dmmu_notifier.c170 if (mn->ops->change_pte) in __mmu_notifier_change_pte()
171 mn->ops->change_pte(mn, mm, address, pte); in __mmu_notifier_change_pte()
/linux-4.4.14/include/linux/
Dmmu_notifier.h92 void (*change_pte)(struct mmu_notifier *mn, member
/linux-4.4.14/drivers/iommu/
Dintel-svm.c280 .change_pte = intel_change_pte,
/linux-4.4.14/virt/kvm/
Dkvm_main.c467 .change_pte = kvm_mmu_notifier_change_pte,