Home
last modified time | relevance | path

Searched refs:qemu_fwcfg_read_entry (Results 1 – 3 of 3) sorted by relevance

/u-boot/cmd/
A Dqfw.c22 qemu_fwcfg_read_entry(FW_CFG_SETUP_SIZE, 4, &setup_size); in qemu_fwcfg_setup_kernel()
23 qemu_fwcfg_read_entry(FW_CFG_KERNEL_SIZE, 4, &kernel_size); in qemu_fwcfg_setup_kernel()
31 qemu_fwcfg_read_entry(FW_CFG_SETUP_DATA, in qemu_fwcfg_setup_kernel()
35 qemu_fwcfg_read_entry(FW_CFG_KERNEL_DATA, in qemu_fwcfg_setup_kernel()
40 qemu_fwcfg_read_entry(FW_CFG_INITRD_SIZE, 4, &initrd_size); in qemu_fwcfg_setup_kernel()
44 qemu_fwcfg_read_entry(FW_CFG_INITRD_DATA, in qemu_fwcfg_setup_kernel()
49 qemu_fwcfg_read_entry(FW_CFG_CMDLINE_SIZE, 4, &cmdline_size); in qemu_fwcfg_setup_kernel()
51 qemu_fwcfg_read_entry(FW_CFG_CMDLINE_DATA, in qemu_fwcfg_setup_kernel()
/u-boot/drivers/misc/
A Dqfw.c78 qemu_fwcfg_read_entry(be16_to_cpu(file->cfg.select), in bios_linker_allocate()
183 qemu_fwcfg_read_entry(be16_to_cpu(file->cfg.select), in write_acpi_tables()
280 void qemu_fwcfg_read_entry(uint16_t entry, uint32_t length, void *address) in qemu_fwcfg_read_entry() function
295 qemu_fwcfg_read_entry(FW_CFG_NB_CPUS, 2, &nb_cpus); in qemu_fwcfg_online_cpus()
311 qemu_fwcfg_read_entry(FW_CFG_FILE_DIR, 4, &count); in qemu_fwcfg_read_firmware_list()
322 qemu_fwcfg_read_entry(FW_CFG_INVALID, in qemu_fwcfg_read_firmware_list()
/u-boot/include/
A Dqfw.h156 void qemu_fwcfg_read_entry(uint16_t entry, uint32_t length, void *address);

Completed in 8 milliseconds