Home
last modified time | relevance | path

Searched refs:memalign_high (Results 76 – 100 of 165) sorted by relevance

1234567

/dports/emulators/qemu42/qemu-4.2.1/roms/seabios-hppa/src/hw/
H A Dahci.c400 port->list = memalign_high(1024, 1024); in ahci_port_realloc()
401 port->fis = memalign_high(256, 256); in ahci_port_realloc()
402 port->cmd = memalign_high(256, 256); in ahci_port_realloc()
H A Dusb-ehci.c221 struct ehci_framelist *fl = memalign_high(sizeof(*fl), sizeof(*fl)); in configure_ehci()
222 struct ehci_qh *intr_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*intr_qh)); in configure_ehci()
223 struct ehci_qh *async_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*async_qh)); in configure_ehci()
H A Dvirtio-pci.c299 struct vring_virtqueue *vq = *p_vq = memalign_high(PAGE_SIZE, sizeof(*vq)); in vp_find_vq()
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/src/hw/
H A Dahci.c401 port->list = memalign_high(1024, 1024); in ahci_port_realloc()
402 port->fis = memalign_high(256, 256); in ahci_port_realloc()
403 port->cmd = memalign_high(256, 256); in ahci_port_realloc()
H A Dvirtio-pci.c299 struct vring_virtqueue *vq = *p_vq = memalign_high(PAGE_SIZE, sizeof(*vq)); in vp_find_vq()
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios/src/hw/
H A Dahci.c401 port->list = memalign_high(1024, 1024); in ahci_port_realloc()
402 port->fis = memalign_high(256, 256); in ahci_port_realloc()
403 port->cmd = memalign_high(256, 256); in ahci_port_realloc()
H A Dusb-ehci.c221 struct ehci_framelist *fl = memalign_high(sizeof(*fl), sizeof(*fl)); in configure_ehci()
222 struct ehci_qh *intr_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*intr_qh)); in configure_ehci()
223 struct ehci_qh *async_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*async_qh)); in configure_ehci()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios-hppa/src/hw/
H A Dusb-ehci.c221 struct ehci_framelist *fl = memalign_high(sizeof(*fl), sizeof(*fl)); in configure_ehci()
222 struct ehci_qh *intr_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*intr_qh)); in configure_ehci()
223 struct ehci_qh *async_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*async_qh)); in configure_ehci()
H A Dahci.c400 port->list = memalign_high(1024, 1024); in ahci_port_realloc()
401 port->fis = memalign_high(256, 256); in ahci_port_realloc()
402 port->cmd = memalign_high(256, 256); in ahci_port_realloc()
H A Dvirtio-pci.c299 struct vring_virtqueue *vq = *p_vq = memalign_high(PAGE_SIZE, sizeof(*vq)); in vp_find_vq()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios/src/hw/
H A Dusb-ehci.c221 struct ehci_framelist *fl = memalign_high(sizeof(*fl), sizeof(*fl)); in configure_ehci()
222 struct ehci_qh *intr_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*intr_qh)); in configure_ehci()
223 struct ehci_qh *async_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*async_qh)); in configure_ehci()
H A Dahci.c401 port->list = memalign_high(1024, 1024); in ahci_port_realloc()
402 port->fis = memalign_high(256, 256); in ahci_port_realloc()
403 port->cmd = memalign_high(256, 256); in ahci_port_realloc()
H A Dvirtio-pci.c299 struct vring_virtqueue *vq = *p_vq = memalign_high(PAGE_SIZE, sizeof(*vq)); in vp_find_vq()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios-hppa/src/hw/
H A Dahci.c400 port->list = memalign_high(1024, 1024); in ahci_port_realloc()
401 port->fis = memalign_high(256, 256); in ahci_port_realloc()
402 port->cmd = memalign_high(256, 256); in ahci_port_realloc()
H A Dusb-ehci.c221 struct ehci_framelist *fl = memalign_high(sizeof(*fl), sizeof(*fl));
222 struct ehci_qh *intr_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*intr_qh));
223 struct ehci_qh *async_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*async_qh));
H A Dvirtio-pci.c299 struct vring_virtqueue *vq = *p_vq = memalign_high(PAGE_SIZE, sizeof(*vq)); in vp_find_vq()
/dports/emulators/qemu/qemu-6.2.0/roms/seabios/src/hw/
H A Dusb-ehci.c221 struct ehci_framelist *fl = memalign_high(sizeof(*fl), sizeof(*fl)); in configure_ehci()
222 struct ehci_qh *intr_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*intr_qh)); in configure_ehci()
223 struct ehci_qh *async_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*async_qh)); in configure_ehci()
H A Dahci.c401 port->list = memalign_high(1024, 1024); in ahci_port_realloc()
402 port->fis = memalign_high(256, 256); in ahci_port_realloc()
403 port->cmd = memalign_high(256, 256); in ahci_port_realloc()
/dports/emulators/qemu/qemu-6.2.0/roms/seabios-hppa/src/hw/
H A Dahci.c401 port->list = memalign_high(1024, 1024); in ahci_port_realloc()
402 port->fis = memalign_high(256, 256); in ahci_port_realloc()
403 port->cmd = memalign_high(256, 256); in ahci_port_realloc()
H A Dusb-ehci.c221 struct ehci_framelist *fl = memalign_high(sizeof(*fl), sizeof(*fl)); in configure_ehci()
222 struct ehci_qh *intr_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*intr_qh)); in configure_ehci()
223 struct ehci_qh *async_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*async_qh)); in configure_ehci()
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios-hppa/src/hw/
H A Dvirtio-pci.c299 struct vring_virtqueue *vq = *p_vq = memalign_high(PAGE_SIZE, sizeof(*vq)); in vp_find_vq()
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/src/hw/
H A Dvirtio-pci.c299 struct vring_virtqueue *vq = *p_vq = memalign_high(PAGE_SIZE, sizeof(*vq)); in vp_find_vq()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios/src/hw/
H A Dvirtio-pci.c299 struct vring_virtqueue *vq = *p_vq = memalign_high(PAGE_SIZE, sizeof(*vq)); in vp_find_vq()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios-hppa/src/hw/
H A Dvirtio-pci.c299 struct vring_virtqueue *vq = *p_vq = memalign_high(PAGE_SIZE, sizeof(*vq)); in vp_find_vq()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios/src/hw/
H A Dvirtio-pci.c299 struct vring_virtqueue *vq = *p_vq = memalign_high(PAGE_SIZE, sizeof(*vq)); in vp_find_vq()

1234567