Searched refs:opae_malloc (Results 1 – 8 of 8) sorted by relevance
30 #define malloc(size) opae_malloc(size)
201 fdt_root = opae_malloc(dt_size); in init_max10_device_table()232 fdt_root = opae_malloc(*spi->dtb_sz_ptr); in init_max10_device_table()605 dev = opae_malloc(sizeof(*dev)); in intel_max10_device_probe()
466 spi_tran_dev = opae_malloc(sizeof(struct spi_transaction_dev)); in spi_transaction_init()473 spi_tran_dev->buffer = opae_malloc(sizeof(struct spi_tran_buffer)); in spi_transaction_init()
82 buf = opae_malloc(I2C_MAX_OFFSET_LEN + len); in i2c_write()473 dev = opae_malloc(sizeof(*dev)); in altera_i2c_probe()
285 dev = opae_malloc(sizeof(*dev)); in eth_group_probe()
84 feature = opae_malloc(sizeof(struct ifpga_feature)); in build_info_add_sub_feature()180 info = opae_malloc(sizeof(*info)); in parse_feature_port_uafu()
245 opae_malloc(sizeof(struct altera_spi_device)); in altera_spi_alloc()
33 #define opae_malloc(size) rte_malloc(NULL, size, 0) macro