Searched refs:iter_stop (Results 1 – 3 of 3) sorted by relevance
319 struct jump_entry *iter_stop, void *start, void *end, bool init) in __jump_label_text_reserved() argument324 while (iter < iter_stop) { in __jump_label_text_reserved()462 struct jump_entry *iter_stop = __stop___jump_table; in jump_label_init() local480 jump_label_sort_entries(iter_start, iter_stop); in jump_label_init()482 for (iter = iter_start; iter < iter_stop; iter++) { in jump_label_init()598 struct jump_entry *iter_stop = iter_start + mod->num_jump_entries; in jump_label_add_module() local604 if (iter_start == iter_stop) in jump_label_add_module()607 jump_label_sort_entries(iter_start, iter_stop); in jump_label_add_module()609 for (iter = iter_start; iter < iter_stop; iter++) { in jump_label_add_module()651 __jump_label_update(key, iter, iter_stop, true); in jump_label_add_module()[all …]
294 struct static_call_site *iter_stop, in __static_call_text_reserved() argument299 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()