Searched refs:iter_stop (Results 1 – 3 of 3) sorted by relevance
347 struct jump_entry *iter_stop, void *start, void *end, bool init) in __jump_label_text_reserved() argument352 while (iter < iter_stop) { in __jump_label_text_reserved()490 struct jump_entry *iter_stop = __stop___jump_table; in jump_label_init() local508 jump_label_sort_entries(iter_start, iter_stop); in jump_label_init()510 for (iter = iter_start; iter < iter_stop; iter++) { in jump_label_init()626 struct jump_entry *iter_stop = iter_start + mod->num_jump_entries; in jump_label_add_module() local632 if (iter_start == iter_stop) in jump_label_add_module()635 jump_label_sort_entries(iter_start, iter_stop); in jump_label_add_module()637 for (iter = iter_start; iter < iter_stop; iter++) { in jump_label_add_module()679 __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()