Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/
H A Darm_matrix_sme.c442 mach_msg_type_number_t z_streaming_count = ARM_SVE_Z_STATE_COUNT; in sme_thread_get_state() local
443 err = thread_get_state(thread, ARM_SVE_Z_STATE1, (thread_state_t)&z_state1, &z_streaming_count); in sme_thread_get_state()
447 err = thread_get_state(thread, ARM_SVE_Z_STATE2, (thread_state_t)&z_state2, &z_streaming_count); in sme_thread_get_state()