Searched refs:bootmodule (Results 1 – 7 of 7) sorted by relevance
34 struct bootmodule { struct43 struct bootmodule module[MAX_MODULES]; argument80 struct bootmodule *add_boot_module(bootmodule_kind kind,83 struct bootmodule *boot_module_find_by_kind(bootmodule_kind kind);
30 const struct bootmodule *kernel_bootmodule, *initrd_bootmodule;
204 struct bootmodule *add_boot_module(bootmodule_kind kind, in add_boot_module()209 struct bootmodule *mod; in add_boot_module()230 struct bootmodule * __init boot_module_find_by_kind(bootmodule_kind kind) in boot_module_find_by_kind()233 struct bootmodule *mod; in boot_module_find_by_kind()707 struct bootmodule *xen_bootmodule; in start_xen()
73 const struct bootmodule *mod = info->initrd_bootmodule; in place_modules()264 static __init int kernel_decompress(struct bootmodule *mod) in kernel_decompress()510 struct bootmodule *mod = boot_module_find_by_kind(BOOTMOD_KERNEL); in kernel_probe()
380 const struct bootmodule *kernel = kinfo->kernel_bootmodule; in write_properties()462 const struct bootmodule *initrd = kinfo->initrd_bootmodule; in write_properties()1410 const struct bootmodule *mod = kinfo->kernel_bootmodule; in acpi_make_chosen_node()1966 const struct bootmodule *mod = kinfo->initrd_bootmodule; in initrd_load()
364 struct bootmodule *dom0_mod = in boot_fdt_cmdline()
79 struct bootmodule *mod = boot_module_find_by_kind(BOOTMOD_XSM); in xsm_dt_policy_init()
Completed in 14 milliseconds