Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H 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()
/OK3568_Linux_fs/u-boot/drivers/misc/
H 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()
272 void qemu_fwcfg_read_entry(uint16_t entry, uint32_t length, void *address) in qemu_fwcfg_read_entry() function
287 qemu_fwcfg_read_entry(FW_CFG_NB_CPUS, 2, &nb_cpus); in qemu_fwcfg_online_cpus()
303 qemu_fwcfg_read_entry(FW_CFG_FILE_DIR, 4, &count); in qemu_fwcfg_read_firmware_list()
314 qemu_fwcfg_read_entry(FW_CFG_INVALID, in qemu_fwcfg_read_firmware_list()
/OK3568_Linux_fs/u-boot/include/
H A Dqfw.h157 void qemu_fwcfg_read_entry(uint16_t entry, uint32_t length, void *address);