Home
last modified time | relevance | path

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

/openbmc/qemu/hw/nubus/
H A Dnubus-device.c59 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 Dnubus-virtio-mmio.c44 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 Dnubus.h61 MemoryRegion slot_mem; member
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c466 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 Dmacfb.c732 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()