Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmmu_notifier.h62 #define MMU_NOTIFIER_RANGE_BLOCKABLE (1 << 0) macro
407 return (range->flags & MMU_NOTIFIER_RANGE_BLOCKABLE); in mmu_notifier_range_blockable()
456 range->flags |= MMU_NOTIFIER_RANGE_BLOCKABLE; in mmu_notifier_invalidate_range_start()
469 range->flags &= ~MMU_NOTIFIER_RANGE_BLOCKABLE; in mmu_notifier_invalidate_range_start_nonblock()
/openbmc/linux/mm/
H A Dmmu_notifier.c265 .flags = MMU_NOTIFIER_RANGE_BLOCKABLE, in mn_itree_release()