Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/
H A Darm_matrix.c139 test_matrix_not_started(&sme_operations);
419 if (!sme_operations.is_available()) {
423 test_thread_migration(&sme_operations);
424 …test_on_each_cpu(active_context_switch_thread, &sme_operations, "SME context migrates when active"…
425 …test_on_each_cpu(inactive_context_switch_thread, &sme_operations, "SME context does not leak acros…
549 test_matrix_thread_state(&sme_operations);
583 if (sme_operations.is_available()) {
H A Darm_matrix.h56 extern const struct arm_matrix_operations sme_operations;
H A Darm_matrix_sme.c567 const struct arm_matrix_operations sme_operations = { variable