Lines Matching defs:init
385 struct jump_entry *iter_stop, void *start, void *end, bool init)
391 if (init || !jump_entry_is_init(iter)) {
465 static bool jump_label_can_update(struct jump_entry *entry, bool init)
468 * Cannot update code that was in an init text area.
470 if (!init && jump_entry_is_init(entry))
495 bool init)
498 if (jump_label_can_update(entry, init))
506 bool init)
510 if (!jump_label_can_update(entry, init))
731 * If the key was sealed at init, then there's no need to keep a
788 /* No @jlm allocated because key was sealed at init. */
882 bool init = system_state < SYSTEM_RUNNING;
884 __stop___jump_table, start, end, init);
898 bool init = system_state < SYSTEM_RUNNING;
912 init = mod->state == MODULE_STATE_COMING;
919 __jump_label_update(key, entry, stop, init);