Lines Matching refs:jump_entry_code
54 if (jump_entry_code(jea) < jump_entry_code(jeb))
57 if (jump_entry_code(jea) > jump_entry_code(jeb))
377 if (jump_entry_code(entry) <= (unsigned long)end &&
378 jump_entry_code(entry) + jump_entry_size(entry) > (unsigned long)start)
473 if (!kernel_text_address(jump_entry_code(entry))) {
484 (void *)jump_entry_code(entry));
556 in_init = init_section_contains((void *)jump_entry_code(iter), 1);
717 in_init = within_module_init(jump_entry_code(iter), mod);