Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dmemory-internal.h39 extern const MemoryRegionOps unassigned_mem_ops;
/openbmc/qemu/system/
H A Dmemory.c1435 mr->ops = &unassigned_mem_ops; in memory_region_initfn()
1492 const MemoryRegionOps unassigned_mem_ops = { variable
1705 mr->ops = ops ? ops : &unassigned_mem_ops; in memory_region_init_io()
H A Dphysmem.c2531 memory_region_init_io(&io_mem_unassigned, NULL, &unassigned_mem_ops, NULL, in io_mem_init()