Lines Matching defs:end
147 * isn't aware of PCID will end up harmlessly flushing
194 * - flush_tlb_range(vma, start, end) flushes a range of pages
195 * - flush_tlb_kernel_range(start, end) flushes a range of kernel pages
205 * - Fully flush a single mm. .mm will be set, .end will be
210 * .end will indicate the range, and .new_tlb_gen will be set
215 * will be NULL, .end will be TLB_FLUSH_ALL, and .new_tlb_gen
220 unsigned long end;
240 #define flush_tlb_range(vma, start, end) \
241 flush_tlb_mm_range((vma)->vm_mm, start, end, \
248 unsigned long end, unsigned int stride_shift,
250 extern void flush_tlb_kernel_range(unsigned long start, unsigned long end);