Searched refs:opae_zmalloc (Results 1 – 4 of 4) sorted by relevance
31 #define zmalloc(size) opae_zmalloc(size)
26 struct opae_bridge *br = opae_zmalloc(sizeof(*br)); in opae_bridge_alloc()73 struct opae_accelerator *acc = opae_zmalloc(sizeof(*acc)); in opae_accelerator_alloc()226 struct opae_manager *mgr = opae_zmalloc(sizeof(*mgr)); in opae_manager_alloc()288 data = opae_zmalloc(size); in opae_adapter_data_alloc()
445 raw = (struct raw_sensor_info *)opae_zmalloc(sizeof(*raw)); in max10_sensor_init()510 sensor = opae_zmalloc(sizeof(*sensor)); in max10_sensor_init()
34 #define opae_zmalloc(size) rte_zmalloc(NULL, size, 0) macro