Searched refs:iter_stop (Results 1 – 3 of 3) sorted by relevance
382 struct jump_entry *iter_stop, void *start, void *end, bool init) in __jump_label_text_reserved() argument387 while (iter < iter_stop) { in __jump_label_text_reserved()525 struct jump_entry *iter_stop = __stop___jump_table; in jump_label_init() local543 jump_label_sort_entries(iter_start, iter_stop); in jump_label_init()545 for (iter = iter_start; iter < iter_stop; iter++) { in jump_label_init()661 struct jump_entry *iter_stop = iter_start + mod->num_jump_entries; in jump_label_add_module() local667 if (iter_start == iter_stop) in jump_label_add_module()670 jump_label_sort_entries(iter_start, iter_stop); in jump_label_add_module()672 for (iter = iter_start; iter < iter_stop; iter++) { in jump_label_add_module()714 __jump_label_update(key, iter, iter_stop, true); in jump_label_add_module()[all …]
305 struct static_call_site *iter_stop, in __static_call_text_reserved() argument310 while (iter < iter_stop) { in __static_call_text_reserved()
96 struct jump_entry *iter_stop = iter_start + mod->num_jump_entries; in jump_label_apply_nops() local100 if (iter_start == iter_stop) in jump_label_apply_nops()103 for (iter = iter_start; iter < iter_stop; iter++) { in jump_label_apply_nops()