Home
last modified time | relevance | path

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

/linux-2.6.39/mm/
Dmmu_notifier.c131 if (mn->ops->change_pte) in __mmu_notifier_change_pte()
132 mn->ops->change_pte(mn, mm, address, pte); in __mmu_notifier_change_pte()
/linux-2.6.39/include/linux/
Dmmu_notifier.h78 void (*change_pte)(struct mmu_notifier *mn, member
/linux-2.6.39/virt/kvm/
Dkvm_main.c418 .change_pte = kvm_mmu_notifier_change_pte,