Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/
H A Darm_matrix.c117 uint8_t *d = ops->alloc_data(); in test_matrix_not_started()
296 uint8_t *d1 = ops->alloc_data(); in active_context_switch_thread()
299 uint8_t *d2 = ops->alloc_data(); in active_context_switch_thread()
337 uint8_t *d1 = ops->alloc_data(); in inactive_context_switch_thread()
340 uint8_t *d2 = ops->alloc_data(); in inactive_context_switch_thread()
380 uint8_t *d = ops->alloc_data(); in test_thread_migration()
386 cpu_d[cpuid] = ops->alloc_data(); in test_thread_migration()
482 uint8_t *d = ops->alloc_data(); in test_matrix_thread_state_child()
507 uint8_t *d = ops->alloc_data(); in test_matrix_thread_state()
529 uint8_t *thread_d = ops->alloc_data(); in test_matrix_thread_state()
[all …]
H A Darm_matrix.h42 void *(*alloc_data)(void); member
H A Darm_matrix_sme.c621 .alloc_data = sme_alloc_data,
639 .alloc_data = sme_za_alloc_data,