Home
last modified time | relevance | path

Searched refs:fw_cfg_dma_enabled (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/nvram/
H A Dfw_cfg.h329 bool fw_cfg_dma_enabled(void *opaque);
/openbmc/qemu/hw/acpi/
H A Dbios-linker-loader.c177 return fw_cfg && fw_cfg_dma_enabled(fw_cfg); in bios_linker_loader_can_write_pointer()
/openbmc/linux/drivers/firmware/
H A Dqemu_fw_cfg.c71 static inline bool fw_cfg_dma_enabled(void) in fw_cfg_dma_enabled() function
587 if (fw_cfg_dma_enabled() && in fw_cfg_register_file()
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c600 bool fw_cfg_dma_enabled(void *opaque) in fw_cfg_dma_enabled() function
658 .needed = fw_cfg_dma_enabled,
/openbmc/qemu/hw/i386/
H A Dx86.c1130 if (linuxboot_dma_enabled && fw_cfg_dma_enabled(fw_cfg)) { in x86_load_linux()