Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/
H A Darm_matrix.c382 uint8_t *cpu_d[ncpu]; in test_thread_migration() local
384 cpu_d[cpuid] = ops->alloc_data(); in test_thread_migration()
385 memset(cpu_d[cpuid], 0, size); in test_thread_migration()
396 ops->store_data(cpu_d[cpuid]); in test_thread_migration()
401 int cmp = memcmp(d, cpu_d[cpuid], size); in test_thread_migration()
403 free(cpu_d[cpuid]); in test_thread_migration()