Searched refs:qemu_fwcfg_read_entry (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/cmd/ |
D | qfw.c | 21 qemu_fwcfg_read_entry(FW_CFG_SETUP_SIZE, 4, &setup_size); in qemu_fwcfg_setup_kernel() 22 qemu_fwcfg_read_entry(FW_CFG_KERNEL_SIZE, 4, &kernel_size); in qemu_fwcfg_setup_kernel() 30 qemu_fwcfg_read_entry(FW_CFG_SETUP_DATA, in qemu_fwcfg_setup_kernel() 34 qemu_fwcfg_read_entry(FW_CFG_KERNEL_DATA, in qemu_fwcfg_setup_kernel() 39 qemu_fwcfg_read_entry(FW_CFG_INITRD_SIZE, 4, &initrd_size); in qemu_fwcfg_setup_kernel() 43 qemu_fwcfg_read_entry(FW_CFG_INITRD_DATA, in qemu_fwcfg_setup_kernel() 48 qemu_fwcfg_read_entry(FW_CFG_CMDLINE_SIZE, 4, &cmdline_size); in qemu_fwcfg_setup_kernel() 50 qemu_fwcfg_read_entry(FW_CFG_CMDLINE_DATA, in qemu_fwcfg_setup_kernel()
|
/external/u-boot/drivers/misc/ |
D | qfw.c | 77 qemu_fwcfg_read_entry(be16_to_cpu(file->cfg.select), in bios_linker_allocate() 182 qemu_fwcfg_read_entry(be16_to_cpu(file->cfg.select), in write_acpi_tables() 279 void qemu_fwcfg_read_entry(uint16_t entry, uint32_t length, void *address) in qemu_fwcfg_read_entry() function 294 qemu_fwcfg_read_entry(FW_CFG_NB_CPUS, 2, &nb_cpus); in qemu_fwcfg_online_cpus() 310 qemu_fwcfg_read_entry(FW_CFG_FILE_DIR, 4, &count); in qemu_fwcfg_read_firmware_list() 321 qemu_fwcfg_read_entry(FW_CFG_INVALID, in qemu_fwcfg_read_firmware_list()
|
/external/u-boot/include/ |
D | qfw.h | 156 void qemu_fwcfg_read_entry(uint16_t entry, uint32_t length, void *address);
|