Home
last modified time | relevance | path

Searched refs:memalign_low (Results 1 – 25 of 65) sorted by relevance

123

/dports/emulators/qemu60/qemu-6.0.0/roms/seabios/src/
H A Dmalloc.h51 static inline void *memalign_low(u32 align, u32 size) { in memalign_low() function
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios/src/
H A Dmalloc.h51 static inline void *memalign_low(u32 align, u32 size) { in memalign_low() function
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios-hppa/src/
H A Dmalloc.h53 static inline void *memalign_low(u32 align, u32 size) { in memalign_low() function
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios/src/
H A Dmalloc.h51 static inline void *memalign_low(u32 align, u32 size) { in memalign_low() function
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios/src/
H A Dmalloc.h51 static inline void *memalign_low(u32 align, u32 size) { in memalign_low() function
/dports/misc/seabios/seabios-1.14.0/src/
H A Dmalloc.h51 static inline void *memalign_low(u32 align, u32 size) { in memalign_low() function
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/src/
H A Dmalloc.h51 static inline void *memalign_low(u32 align, u32 size) { in memalign_low() function
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios/src/
H A Dmalloc.h51 static inline void *memalign_low(u32 align, u32 size) { in memalign_low() function
/dports/emulators/qemu/qemu-6.2.0/roms/seabios/src/
H A Dmalloc.h51 static inline void *memalign_low(u32 align, u32 size) { in memalign_low() function
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios-hppa/src/
H A Dmalloc.h55 static inline void *memalign_low(u32 align, u32 size) { in memalign_low() function
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/src/
H A Dmalloc.h55 static inline void *memalign_low(u32 align, u32 size) { in memalign_low() function
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios-hppa/src/
H A Dmalloc.h55 static inline void *memalign_low(u32 align, u32 size) { in memalign_low() function
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios-hppa/src/
H A Dmalloc.h55 static inline void *memalign_low(u32 align, u32 size) { in memalign_low() function
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios-hppa/src/
H A Dmalloc.h55 static inline void *memalign_low(u32 align, u32 size) {
/dports/emulators/qemu/qemu-6.2.0/roms/seabios-hppa/src/
H A Dmalloc.h55 static inline void *memalign_low(u32 align, u32 size) { in memalign_low() function
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios-hppa/src/hw/
H A Dusb-ehci.c400 struct ehci_pipe *pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_alloc_intr_pipe()
401 struct ehci_qtd *tds = memalign_low(EHCI_QTD_ALIGN, sizeof(*tds) * count); in ehci_alloc_intr_pipe()
479 pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios/src/hw/
H A Dusb-ehci.c400 struct ehci_pipe *pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_alloc_intr_pipe()
401 struct ehci_qtd *tds = memalign_low(EHCI_QTD_ALIGN, sizeof(*tds) * count); in ehci_alloc_intr_pipe()
479 pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/src/hw/
H A Dusb-ehci.c400 struct ehci_pipe *pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_alloc_intr_pipe()
401 struct ehci_qtd *tds = memalign_low(EHCI_QTD_ALIGN, sizeof(*tds) * count); in ehci_alloc_intr_pipe()
479 pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios/src/hw/
H A Dusb-ehci.c400 struct ehci_pipe *pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_alloc_intr_pipe()
401 struct ehci_qtd *tds = memalign_low(EHCI_QTD_ALIGN, sizeof(*tds) * count); in ehci_alloc_intr_pipe()
478 pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios-hppa/src/hw/
H A Dusb-ehci.c400 struct ehci_pipe *pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_alloc_intr_pipe()
401 struct ehci_qtd *tds = memalign_low(EHCI_QTD_ALIGN, sizeof(*tds) * count); in ehci_alloc_intr_pipe()
478 pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios/src/hw/
H A Dusb-ehci.c400 struct ehci_pipe *pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_alloc_intr_pipe()
401 struct ehci_qtd *tds = memalign_low(EHCI_QTD_ALIGN, sizeof(*tds) * count); in ehci_alloc_intr_pipe()
479 pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
/dports/misc/seabios/seabios-1.14.0/src/hw/
H A Dusb-ehci.c400 struct ehci_pipe *pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_alloc_intr_pipe()
401 struct ehci_qtd *tds = memalign_low(EHCI_QTD_ALIGN, sizeof(*tds) * count); in ehci_alloc_intr_pipe()
479 pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/src/hw/
H A Dusb-ehci.c400 struct ehci_pipe *pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_alloc_intr_pipe()
401 struct ehci_qtd *tds = memalign_low(EHCI_QTD_ALIGN, sizeof(*tds) * count); in ehci_alloc_intr_pipe()
479 pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios-hppa/src/hw/
H A Dusb-ehci.c400 struct ehci_pipe *pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_alloc_intr_pipe()
401 struct ehci_qtd *tds = memalign_low(EHCI_QTD_ALIGN, sizeof(*tds) * count); in ehci_alloc_intr_pipe()
479 pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios/src/hw/
H A Dusb-ehci.c400 struct ehci_pipe *pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_alloc_intr_pipe()
401 struct ehci_qtd *tds = memalign_low(EHCI_QTD_ALIGN, sizeof(*tds) * count); in ehci_alloc_intr_pipe()
479 pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()

123