Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dpc_sysfw.c55 memory_region_init_ram_guest_memfd(isa_bios, NULL, "isa-bios", in pc_isa_bios_init()
H A Dx86-common.c1008 memory_region_init_ram_guest_memfd(&x86ms->bios, NULL, "pc.bios", in x86_bios_rom_init()
H A Dpc.c965 memory_region_init_ram_guest_memfd(option_rom_mr, NULL, "pc.rom", in pc_memory_init()
/openbmc/qemu/include/exec/
H A Dmemory.h1591 bool memory_region_init_ram_guest_memfd(MemoryRegion *mr,
/openbmc/qemu/system/
H A Dmemory.c3627 bool memory_region_init_ram_guest_memfd(MemoryRegion *mr, in memory_region_init_ram_guest_memfd() function