Home
last modified time | relevance | path

Searched defs:alloc (Results 26 – 50 of 99) sorted by relevance

1234

/openbmc/qemu/tests/qtest/
H A Dadm1266-test.c68 static void test_defaults(void *obj, void *data, QGuestAllocator *alloc) in test_defaults()
85 static void test_rw_regs(void *obj, void *data, QGuestAllocator *alloc) in test_rw_regs()
H A Dds1338-test.c31 static void send_and_receive(void *obj, void *data, QGuestAllocator *alloc) in send_and_receive()
H A Dvirtio-net-test.c32 QGuestAllocator *alloc, QVirtQueue *vq, in rx_test()
69 QGuestAllocator *alloc, QVirtQueue *vq, in tx_test()
99 QGuestAllocator *alloc, QVirtQueue *vq, in rx_stop_cont_test()
H A Demc141x-test.c41 static void send_and_receive(void *obj, void *data, QGuestAllocator *alloc) in send_and_receive()
H A Dpcnet-test.c35 static void *pcnet_create(void *pci_bus, QGuestAllocator *alloc, void *addr) in pcnet_create()
H A Dvmxnet3-test.c35 static void *vmxnet3_create(void *pci_bus, QGuestAllocator *alloc, void *addr) in vmxnet3_create()
H A Dne2000-test.c35 static void *ne2k_pci_create(void *pci_bus, QGuestAllocator *alloc, void *addr) in ne2k_pci_create()
H A Des1370-test.c35 static void *es1370_create(void *pci_bus, QGuestAllocator *alloc, void *addr) in es1370_create()
H A Dtmp105-test.c45 static void send_and_receive(void *obj, void *data, QGuestAllocator *alloc) in send_and_receive()
H A Deepro100-test.c51 static void *eepro100_create(void *pci_bus, QGuestAllocator *alloc, void *addr) in eepro100_create()
H A De1000-test.c42 static void *e1000_create(void *pci_bus, QGuestAllocator *alloc, void *addr) in e1000_create()
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-pci.c202 QGuestAllocator *alloc, in qvirtio_pci_virtqueue_setup_common()
242 QGuestAllocator *alloc) in qvirtio_pci_virtqueue_cleanup_common()
313 QGuestAllocator *alloc, uint16_t entry) in qvirtqueue_pci_msix_setup()
344 QGuestAllocator *alloc, uint16_t entry) in qvirtio_pci_set_msix_configuration_vector()
H A Dvirtio.c140 QGuestAllocator *alloc, uint16_t index) in qvirtqueue_setup()
147 QGuestAllocator *alloc) in qvirtqueue_cleanup()
249 void qvring_init(QTestState *qts, const QGuestAllocator *alloc, QVirtQueue *vq, in qvring_init()
283 QGuestAllocator *alloc, in qvring_indirect_desc_setup()
H A Driscv-iommu.c42 static void *riscv_iommu_pci_create(void *pci_bus, QGuestAllocator *alloc, in riscv_iommu_pci_create()
H A Dtpci200.c43 static void *tpci200_create(void *pci_bus, QGuestAllocator *alloc, void *addr) in tpci200_create()
H A Dpci-spapr.h25 QGuestAllocator *alloc; member
H A Dqos_external.c95 QGuestAllocator *alloc; in allocate_objects() local
H A Dlibqos.h19 QGuestAllocator alloc; member
H A Darm-smdkc210-machine.c34 QGuestAllocator alloc; member
H A Darm-sabrelite-machine.c34 QGuestAllocator alloc; member
H A Daarch64-xlnx-zcu102-machine.c30 QGuestAllocator alloc; member
H A Darm-raspi2-machine.c34 QGuestAllocator alloc; member
H A Darm-xilinx-zynq-a9-machine.c30 QGuestAllocator alloc; member
H A Darm-imx25-pdk-machine.c36 QGuestAllocator alloc; member
/openbmc/u-boot/lib/lzma/
H A DLzmaDec.c906 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_FreeProbs()
912 static void LzmaDec_FreeDict(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_FreeDict()
918 void LzmaDec_Free(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_Free()
950 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) in LzmaDec_AllocateProbs2()
964 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_AllocateProbs()
973 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_Allocate()
997 ELzmaStatus *status, ISzAlloc *alloc) in LzmaDecode()

1234