Home
last modified time | relevance | path

Searched refs:alloc_data (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/tests/
H A Darm_matrix.c114 uint8_t *d = ops->alloc_data(); in test_matrix_not_started()
253 uint8_t *d1 = ops->alloc_data(); in active_context_switch_thread()
256 uint8_t *d2 = ops->alloc_data(); in active_context_switch_thread()
288 uint8_t *d1 = ops->alloc_data(); in inactive_context_switch_thread()
291 uint8_t *d2 = ops->alloc_data(); in inactive_context_switch_thread()
327 uint8_t *d = ops->alloc_data(); in test_thread_migration()
333 cpu_d[cpuid] = ops->alloc_data(); in test_thread_migration()
H A Darm_matrix.h40 void *(*alloc_data)(void); member
H A Darm_matrix_sme.c349 .alloc_data = sme_alloc_data,