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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmmu_notifier.c111 if (mn->ops->change_pte)
112 mn->ops->change_pte(mn, mm, address, pte);
114 * Some drivers don't have change_pte,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmmu_notifier.h65 * change_pte is called in cases that pte mapping to page is changed:
68 void (*change_pte)(struct mmu_notifier *mn, member in struct:mmu_notifier_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/virt/kvm/
H A Dkvm_main.c363 .change_pte = kvm_mmu_notifier_change_pte,

Completed in 59 milliseconds