Home
last modified time | relevance | path

Searched refs:FW_CFG_INITRD_SIZE (Results 1 – 19 of 19) sorted by relevance

/openbmc/qemu/pc-bios/optionrom/
H A Dlinuxboot.S94 read_fw FW_CFG_INITRD_SIZE // find end of initrd
131 read_fw FW_CFG_INITRD_SIZE
H A Dpvh_main.c115 bios_cfg_read_entry(&initrd_size, FW_CFG_INITRD_SIZE, 4, fw_cfg_version); in pvh_load_kernel()
H A Dlinuxboot_dma.c163 bios_cfg_read_entry_dma(&initrd_size, FW_CFG_INITRD_SIZE, 4); in load_kernel()
H A Doptionrom.h26 #define FW_CFG_INITRD_SIZE 0x0b macro
/openbmc/linux/include/uapi/linux/
H A Dqemu_fw_cfg.h21 #define FW_CFG_INITRD_SIZE 0x0b macro
/openbmc/qemu/include/standard-headers/linux/
H A Dqemu_fw_cfg.h21 #define FW_CFG_INITRD_SIZE 0x0b macro
/openbmc/u-boot/include/
H A Dqfw.h23 FW_CFG_INITRD_SIZE = 0x0b, enumerator
/openbmc/u-boot/cmd/
H A Dqfw.c39 qemu_fwcfg_read_entry(FW_CFG_INITRD_SIZE, 4, &initrd_size); in qemu_fwcfg_setup_kernel()
/openbmc/qemu/hw/riscv/
H A Dboot.c464 FW_CFG_INITRD_SIZE, FW_CFG_INITRD_DATA, in riscv_setup_firmware_boot()
/openbmc/qemu/hw/i386/
H A Dmultiboot.c401 fw_cfg_add_i32(fw_cfg, FW_CFG_INITRD_SIZE, sizeof(bootinfo)); in load_multiboot()
H A Dx86.c894 fw_cfg_add_i32(fw_cfg, FW_CFG_INITRD_SIZE, initrd_size); in x86_load_linux()
1039 fw_cfg_add_i32(fw_cfg, FW_CFG_INITRD_SIZE, initrd_size); in x86_load_linux()
/openbmc/qemu/hw/ppc/
H A Dmac_oldworld.c334 fw_cfg_add_i32(fw_cfg, FW_CFG_INITRD_SIZE, initrd_size); in ppc_heathrow_init()
H A Dprep.c382 fw_cfg_add_i32(fw_cfg, FW_CFG_INITRD_SIZE, initrd_size); in ibm_40p_init()
H A Dmac_newworld.c490 fw_cfg_add_i32(fw_cfg, FW_CFG_INITRD_SIZE, initrd_size); in ppc_core99_init()
/openbmc/qemu/hw/sparc64/
H A Dsun4u.c728 fw_cfg_add_i64(fw_cfg, FW_CFG_INITRD_SIZE, initrd_size); in sun4uv_init()
/openbmc/qemu/hw/arm/
H A Dboot.c1186 FW_CFG_INITRD_SIZE, FW_CFG_INITRD_DATA, in arm_setup_firmware_boot()
/openbmc/qemu/hw/loongarch/
H A Dvirt.c700 FW_CFG_INITRD_SIZE, FW_CFG_INITRD_DATA, in fw_cfg_add_kernel_info()
/openbmc/qemu/hw/sparc/
H A Dsun4m.c1092 fw_cfg_add_i32(fw_cfg, FW_CFG_INITRD_SIZE, initrd_size); in sun4m_hw_init()
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c92 [FW_CFG_INITRD_SIZE] = "initdr_size", in key_name()