Home
last modified time | relevance | path

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

/linux-2.6.39/mm/
Dmmu_notifier.c95 if (mn->ops->clear_flush_young) in __mmu_notifier_clear_flush_young()
96 young |= mn->ops->clear_flush_young(mn, mm, address); in __mmu_notifier_clear_flush_young()
/linux-2.6.39/include/linux/
Dmmu_notifier.h60 int (*clear_flush_young)(struct mmu_notifier *mn, member
/linux-2.6.39/virt/kvm/
Dkvm_main.c416 .clear_flush_young = kvm_mmu_notifier_clear_flush_young,