Lines Matching defs:end
73 u32 *start, *end, *alt_start, *alt_end, *src, *dest;
76 end = calc_addr(fcur, fcur->end_off);
80 if ((alt_end - alt_start) > (end - start))
95 for (; dest < end; dest++)
134 static int do_patch_fixups(long *start, long *end, unsigned int *instrs, int num)
138 for (i = 0; start < end; start++, i++) {
155 static int do_patch_entry_fixups(long *start, long *end, unsigned int *instrs,
160 for (i = 0; start < end; start++, i++) {
185 long *start, *end;
189 end = PTRRELOC(&__stop___stf_entry_barrier_fixup);
208 i = do_patch_entry_fixups(start, end, instrs, types & STF_BARRIER_FALLBACK,
222 long *start, *end;
226 end = PTRRELOC(&__stop___stf_exit_barrier_fixup);
255 i = do_patch_fixups(start, end, instrs, ARRAY_SIZE(instrs));
314 long *start, *end;
318 end = PTRRELOC(&__stop___uaccess_flush_fixup);
339 i = do_patch_fixups(start, end, instrs, ARRAY_SIZE(instrs));
355 long *start, *end;
403 end = PTRRELOC(&__stop___entry_flush_fixup);
404 i = do_patch_entry_fixups(start, end, instrs, types == L1D_FLUSH_FALLBACK,
408 end = PTRRELOC(&__stop___scv_entry_flush_fixup);
409 i += do_patch_entry_fixups(start, end, instrs, types == L1D_FLUSH_FALLBACK,
439 long *start, *end;
443 end = PTRRELOC(&__stop___rfi_flush_fixup);
462 i = do_patch_fixups(start, end, instrs, ARRAY_SIZE(instrs));
505 long *start, *end;
509 end = fixup_end;
518 i = do_patch_fixups(start, end, &instr, 1);
528 void *start, *end;
531 end = PTRRELOC(&__stop___barrier_nospec_fixup);
533 do_barrier_nospec_fixups_range(enable, start, end);
541 long *start, *end;
545 end = fixup_end;
556 i = do_patch_fixups(start, end, instr, ARRAY_SIZE(instr));
563 unsigned int *start, *end;
566 end = (void *)curr + *(curr + 1);
567 for (; start < end; start++) {
575 long *start, *end;
578 end = PTRRELOC(&__stop__btb_flush_fixup);
580 for (; start < end; start += 2)
587 long *start, *end;
594 end = fixup_end;
596 for (; start < end; start++) {
606 u32 *src, *dest, *end;
613 end = (void *)src + (__end_interrupts - _stext);
615 while (src < end) {