Home | History | Annotate | Download | only in ic

Lines Matching defs:cur_patch

6284 	const struct	patch *cur_patch;
6316 cur_patch = patches;
6324 if (ahc_check_patch(ahc, &cur_patch, i, &skip_addr) == 0) {
6377 const struct patch *cur_patch;
6383 cur_patch = *start_patch;
6385 while (cur_patch < last_patch && start_instr == cur_patch->begin) {
6387 if (cur_patch->patch_func(ahc) == 0) {
6390 *skip_addr = start_instr + cur_patch->skip_instr;
6391 cur_patch += cur_patch->skip_patch;
6397 cur_patch++;
6401 *start_patch = cur_patch;
6437 const struct patch *cur_patch;
6446 cur_patch = patches;
6449 ahc_check_patch(ahc, &cur_patch, i, &skip_addr);