Home
last modified time | relevance | path

Searched refs:mmu_notifier_get_locked (Results 1 – 2 of 2) sorted by relevance

/mm/
Dmmu_notifier.c382 struct mmu_notifier *mmu_notifier_get_locked(const struct mmu_notifier_ops *ops, in mmu_notifier_get_locked() function
408 EXPORT_SYMBOL_GPL(mmu_notifier_get_locked);
Dhmm.c185 mn = mmu_notifier_get_locked(&hmm_mmu_notifier_ops, mm); in hmm_mirror_register()