Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dmmu_notifier.c118 if (mn->ops->clear_flush_young) in __mmu_notifier_clear_flush_young()
119 young |= mn->ops->clear_flush_young(mn, mm, start, end); in __mmu_notifier_clear_flush_young()
/linux-4.1.27/include/linux/
Dmmu_notifier.h63 int (*clear_flush_young)(struct mmu_notifier *mn, member
/linux-4.1.27/drivers/iommu/
Damd_iommu_v2.c429 .clear_flush_young = mn_clear_flush_young,
/linux-4.1.27/virt/kvm/
Dkvm_main.c422 .clear_flush_young = kvm_mmu_notifier_clear_flush_young,