Lines Matching defs:early
335 struct lsm_info **lsm, *early;
341 for (early = __start_early_lsm_info;
342 early < __end_early_lsm_info; early++)
343 if (is_enabled(early))
344 pr_cont("%s%s", first++ == 0 ? "" : ",", early->name);
425 * This should be called early in the kernel initialization sequence.
436 * Append the names of the early LSM modules now that kmalloc() is
440 init_debug(" early started: %s (%s)\n", lsm->name,
536 panic("%s - Cannot get early memory.\n", __func__);