Lines Matching defs:range
11 * @range: Range for mmu notifiers
17 struct mmu_notifier_range range;
29 * The function write-protects a pte and records the range in
30 * virtual address space of touched ptes for efficient range TLB flushes.
56 * @bitmap: Bitmap with one bit for each page offset in the address_space range
80 * The function cleans a pte and records the range in
188 mmu_notifier_range_init(&wpwalk->range, MMU_NOTIFY_PROTECTION_PAGE, 0,
190 mmu_notifier_invalidate_range_start(&wpwalk->range);
196 * tlb_gather_mmu() records the full range.
214 flush_tlb_range(walk->vma, wpwalk->range.start,
215 wpwalk->range.end);
220 mmu_notifier_invalidate_range_end(&wpwalk->range);
261 * wp_shared_mapping_range - Write-protect all ptes in an address space range
263 * @first_index: The first page offset in the range
290 * address space range
292 * @first_index: The first page offset in the range
296 * cover the whole range @first_index..@first_index + @nr.
312 * range and make sure new writers are blocked in page_mkwrite() or