Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/ !
H A Darm_matrix_sme.c492 mach_msg_type_number_t z_streaming_count = ARM_SVE_Z_STATE_COUNT; in sme_thread_get_state() local
493 err = thread_get_state(thread, ARM_SVE_Z_STATE1, (thread_state_t)&z_state1, &z_streaming_count); in sme_thread_get_state()
497 err = thread_get_state(thread, ARM_SVE_Z_STATE2, (thread_state_t)&z_state2, &z_streaming_count); in sme_thread_get_state()