Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dmmu_notifier.c153 if (mn->ops->change_pte) in __mmu_notifier_change_pte()
154 mn->ops->change_pte(mn, mm, address, pte); in __mmu_notifier_change_pte()
/linux-4.1.27/include/linux/
Dmmu_notifier.h82 void (*change_pte)(struct mmu_notifier *mn, member
/linux-4.1.27/virt/kvm/
Dkvm_main.c424 .change_pte = kvm_mmu_notifier_change_pte,