Home | History | Annotate | Download | only in ic

Lines Matching defs:cur_patch

8261 	const struct patch *cur_patch;
8353 cur_patch = patches;
8361 if (ahd_check_patch(ahd, &cur_patch, i, &skip_addr) == 0) {
8415 const struct patch *cur_patch;
8421 cur_patch = *start_patch;
8423 while (cur_patch < last_patch && start_instr == cur_patch->begin) {
8425 if (cur_patch->patch_func(ahd) == 0) {
8428 *skip_addr = start_instr + cur_patch->skip_instr;
8429 cur_patch += cur_patch->skip_patch;
8435 cur_patch++;
8439 *start_patch = cur_patch;
8450 const struct patch *cur_patch;
8456 cur_patch = patches;
8461 ahd_check_patch(ahd, &cur_patch, i, &skip_addr);