Lines Matching defs:range
12 * @range: Range for mmu notifiers
18 struct mmu_notifier_range range;
31 * The function write-protects a pte and records the range in
32 * virtual address space of touched ptes for efficient range TLB flushes.
58 * @bitmap: Bitmap with one bit for each page offset in the address_space range
83 * The function cleans a pte and records the range in
177 mmu_notifier_range_init(&wpwalk->range, MMU_NOTIFY_PROTECTION_PAGE, 0,
179 mmu_notifier_invalidate_range_start(&wpwalk->range);
185 * tlb_gather_mmu() records the full range.
203 flush_tlb_range(walk->vma, wpwalk->range.start,
204 wpwalk->range.end);
209 mmu_notifier_invalidate_range_end(&wpwalk->range);
250 * wp_shared_mapping_range - Write-protect all ptes in an address space range
252 * @first_index: The first page offset in the range
279 * address space range
281 * @first_index: The first page offset in the range
285 * cover the whole range @first_index..@first_index + @nr.
302 * range and make sure new writers are blocked in page_mkwrite() or