Searched refs:FW_CFG_INITRD_SIZE (Results 1 – 19 of 19) sorted by relevance
/openbmc/qemu/pc-bios/optionrom/ |
H A D | linuxboot.S | 94 read_fw FW_CFG_INITRD_SIZE // find end of initrd 131 read_fw FW_CFG_INITRD_SIZE
|
H A D | pvh_main.c | 115 bios_cfg_read_entry(&initrd_size, FW_CFG_INITRD_SIZE, 4, fw_cfg_version); in pvh_load_kernel()
|
H A D | linuxboot_dma.c | 163 bios_cfg_read_entry_dma(&initrd_size, FW_CFG_INITRD_SIZE, 4); in load_kernel()
|
H A D | optionrom.h | 26 #define FW_CFG_INITRD_SIZE 0x0b macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | qemu_fw_cfg.h | 21 #define FW_CFG_INITRD_SIZE 0x0b macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | qemu_fw_cfg.h | 21 #define FW_CFG_INITRD_SIZE 0x0b macro
|
/openbmc/u-boot/include/ |
H A D | qfw.h | 23 FW_CFG_INITRD_SIZE = 0x0b, enumerator
|
/openbmc/u-boot/cmd/ |
H A D | qfw.c | 39 qemu_fwcfg_read_entry(FW_CFG_INITRD_SIZE, 4, &initrd_size); in qemu_fwcfg_setup_kernel()
|
/openbmc/qemu/hw/loongarch/ |
H A D | boot.c | 250 FW_CFG_INITRD_SIZE, FW_CFG_INITRD_DATA, in fw_cfg_add_kernel_info()
|
/openbmc/qemu/hw/riscv/ |
H A D | boot.c | 477 FW_CFG_INITRD_SIZE, FW_CFG_INITRD_DATA, in riscv_setup_firmware_boot()
|
/openbmc/qemu/hw/i386/ |
H A D | multiboot.c | 400 fw_cfg_add_i32(fw_cfg, FW_CFG_INITRD_SIZE, sizeof(bootinfo)); in load_multiboot()
|
H A D | x86-common.c | 734 fw_cfg_add_i32(fw_cfg, FW_CFG_INITRD_SIZE, initrd_size); in x86_load_linux() 879 fw_cfg_add_i32(fw_cfg, FW_CFG_INITRD_SIZE, initrd_size); in x86_load_linux()
|
/openbmc/qemu/hw/ppc/ |
H A D | mac_oldworld.c | 332 fw_cfg_add_i32(fw_cfg, FW_CFG_INITRD_SIZE, initrd_size); in ppc_heathrow_init()
|
H A D | prep.c | 379 fw_cfg_add_i32(fw_cfg, FW_CFG_INITRD_SIZE, initrd_size); in ibm_40p_init()
|
H A D | mac_newworld.c | 490 fw_cfg_add_i32(fw_cfg, FW_CFG_INITRD_SIZE, initrd_size); in ppc_core99_init()
|
/openbmc/qemu/hw/sparc64/ |
H A D | sun4u.c | 720 fw_cfg_add_i64(fw_cfg, FW_CFG_INITRD_SIZE, initrd_size); in sun4uv_init()
|
/openbmc/qemu/hw/arm/ |
H A D | boot.c | 1192 FW_CFG_INITRD_SIZE, FW_CFG_INITRD_DATA, in arm_setup_firmware_boot()
|
/openbmc/qemu/hw/nvram/ |
H A D | fw_cfg.c | 93 [FW_CFG_INITRD_SIZE] = "initdr_size", in key_name()
|
/openbmc/qemu/hw/sparc/ |
H A D | sun4m.c | 1094 fw_cfg_add_i32(fw_cfg, FW_CFG_INITRD_SIZE, initrd_size); in sun4m_hw_init()
|