Searched refs:initrd_bootmodule (Results 1 – 3 of 3) sorted by relevance
73 const struct bootmodule *mod = info->initrd_bootmodule; in place_modules()439 info->initrd_bootmodule = boot_module_find_by_kind(BOOTMOD_RAMDISK); in kernel_probe()469 info->initrd_bootmodule = boot_module_find_by_addr_and_kind( in kernel_probe()500 if ( info->initrd_bootmodule ) in kernel_probe()502 info->initrd_bootmodule->start); in kernel_probe()
598 const struct bootmodule *initrd = kinfo->initrd_bootmodule; in write_properties()2231 const struct bootmodule *mod = kinfo->initrd_bootmodule; in initrd_load()
31 const struct bootmodule *kernel_bootmodule, *initrd_bootmodule, *dtb_bootmodule; member
Completed in 7 milliseconds