Home
last modified time | relevance | path

Searched refs:initrd_filename (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/hw/microblaze/
H A Dboot.h7 const char *initrd_filename,
H A Dxlnx-zynqmp-pmu.c177 machine->initrd_filename, in type_init()
H A Dpetalogix_s3adsp1800_mmu.c149 ram_size, machine->initrd_filename, in OBJECT_DECLARE_TYPE()
H A Dpetalogix_ml605_mmu.c211 machine->initrd_filename, in petalogix_ml605_init()
/openbmc/qemu/hw/i386/
H A Dmultiboot.h11 const char *initrd_filename,
H A Dnitro_enclave.c174 if (!read_eif_file(machine->kernel_filename, machine->initrd_filename, in x86_load_eif()
185 g_free(machine->initrd_filename); in x86_load_eif()
186 machine->initrd_filename = eif_initrd; in x86_load_eif()
205 unlink(machine->initrd_filename); in x86_load_eif()
/openbmc/qemu/include/hw/arm/
H A Dboot.h44 const char *initrd_filename; member
/openbmc/qemu/include/hw/loongarch/
H A Dboot.h103 const char *initrd_filename; member
/openbmc/qemu/hw/openrisc/
H A Dvirt.c536 if (machine->initrd_filename) { in openrisc_virt_init()
538 machine->initrd_filename, in openrisc_virt_init()
/openbmc/qemu/hw/ppc/
H A Dspapr.c2844 const char *initrd_filename = machine->initrd_filename; in spapr_machine_init() local
3107 if (initrd_filename) { in spapr_machine_init()
3113 spapr->initrd_size = load_image_targphys(initrd_filename, in spapr_machine_init()