Lines Matching defs:early
138 * The static calls table is used by early LSMs, some architectures can fault on
141 * in early init.
431 struct lsm_info **lsm, *early;
437 for (early = __start_early_lsm_info;
438 early < __end_early_lsm_info; early++)
439 if (is_enabled(early))
440 pr_cont("%s%s", first++ == 0 ? "" : ",", early->name);
519 * This should be called early in the kernel initialization sequence.
530 * Append the names of the early LSM modules now that kmalloc() is
534 init_debug(" early started: %s (%s)\n", lsm->name,
642 panic("%s - Cannot get early memory.\n", __func__);