Searched refs:slot_mem (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/nubus/ |
H A D | nubus-device.c | 59 memory_region_init(&nd->slot_mem, OBJECT(dev), name, NUBUS_SLOT_SIZE); in nubus_device_realize() 61 &nd->slot_mem); in nubus_device_realize() 105 memory_region_add_subregion(&nd->slot_mem, NUBUS_SLOT_SIZE - align_size, in nubus_device_realize()
|
H A D | nubus-virtio-mmio.c | 44 memory_region_add_subregion(&nd->slot_mem, NUBUS_VIRTIO_MMIO_PIC_OFFSET, in nubus_virtio_mmio_realize() 58 memory_region_add_subregion(&nd->slot_mem, offset, in nubus_virtio_mmio_realize()
|
/openbmc/qemu/include/hw/nubus/ |
H A D | nubus.h | 61 MemoryRegion slot_mem; member
|
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/ |
H A D | vchiq_arm.c | 466 void *slot_mem; in vchiq_platform_init() local 488 slot_mem = dmam_alloc_coherent(dev, slot_mem_size + frag_mem_size, in vchiq_platform_init() 490 if (!slot_mem) { in vchiq_platform_init() 495 WARN_ON(((unsigned long)slot_mem & (PAGE_SIZE - 1)) != 0); in vchiq_platform_init() 497 vchiq_slot_zero = vchiq_init_slots(slot_mem, slot_mem_size); in vchiq_platform_init() 506 g_fragments_base = (char *)slot_mem + slot_mem_size; in vchiq_platform_init()
|
/openbmc/qemu/hw/display/ |
H A D | macfb.c | 732 memory_region_add_subregion(&nd->slot_mem, DAFB_BASE, &ms->mem_ctrl); in macfb_nubus_realize() 733 memory_region_add_subregion(&nd->slot_mem, VIDEO_BASE, &ms->mem_vram); in macfb_nubus_realize()
|