Lines Matching defs:end
202 * @start is inclusive, while @end is exclusive
209 unsigned long end)
214 /* If range @start to @end is more than 32 TLB entries deep,
221 if (unlikely((end - start) >= PAGE_SIZE * 32)) {
228 * loop end condition below, w/o need for aligning @end to end
236 while (start < end) {
246 * @start, @end interpreted as kvaddr
248 * @start,@end alone (interpreted as user vaddr), although technically SASID
251 void local_flush_tlb_kernel_range(unsigned long start, unsigned long end)
257 if (unlikely((end - start) >= PAGE_SIZE * 32)) {
265 while (start < end) {
355 unsigned long end)
360 .ta_end = end
368 unsigned long end)
373 .ta_end = end
380 void flush_tlb_kernel_range(unsigned long start, unsigned long end)
384 .ta_end = end
464 * Called at the end of pagefault, for a userspace mapped page
544 unsigned long end)