Home
last modified time | relevance | path

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

/linux-2.6.39/mm/
Dmmu_notifier.c249 int mmu_notifier_register(struct mmu_notifier *mn, struct mm_struct *mm) in mmu_notifier_register() function
253 EXPORT_SYMBOL_GPL(mmu_notifier_register);
/linux-2.6.39/include/linux/
Dmmu_notifier.h166 extern int mmu_notifier_register(struct mmu_notifier *mn,
/linux-2.6.39/drivers/xen/
Dgntdev.c434 ret = mmu_notifier_register(&priv->mn, priv->mm); in gntdev_open()
/linux-2.6.39/virt/kvm/
Dkvm_main.c425 return mmu_notifier_register(&kvm->mmu_notifier, current->mm); in kvm_init_mmu_notifier()