Searched refs:clear_flush_young (Results 1 – 4 of 4) sorted by relevance
104 if (mn->ops->clear_flush_young) in __mmu_notifier_clear_flush_young()105 young |= mn->ops->clear_flush_young(mn, mm, start, end); in __mmu_notifier_clear_flush_young()
109 int (*clear_flush_young)(struct mmu_notifier *mn, member
216 .clear_flush_young = NULL,
540 .clear_flush_young = kvm_mmu_notifier_clear_flush_young,