Searched refs:unassigned_mem_ops (Results 1 – 3 of 3) sorted by relevance
39 extern const MemoryRegionOps unassigned_mem_ops;
1435 mr->ops = &unassigned_mem_ops; in memory_region_initfn()1492 const MemoryRegionOps unassigned_mem_ops = { variable1705 mr->ops = ops ? ops : &unassigned_mem_ops; in memory_region_init_io()
2531 memory_region_init_io(&io_mem_unassigned, NULL, &unassigned_mem_ops, NULL, in io_mem_init()