Home
last modified time | relevance | path

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

/xnu-11215/osfmk/arm64/
H A Dpcb.c96 if (cpu_state->have_sme) { in machine_get_matrix_cpu_state()
99 cpu_state->za_is_enabled = false; in machine_get_matrix_cpu_state()
158 if (cpu_state->za_is_enabled) { in machine_save_sme_context()
170 if (!cpu_state->za_is_enabled) { in machine_restore_sme_context()
174 } else if (cpu_state->za_is_enabled) { in machine_restore_sme_context()
185 if (cpu_state->za_is_enabled) { in machine_disable_sme_context()
198 struct arm_matrix_cpu_state cpu_state; in machine_switch_matrix_context() local
199 machine_get_matrix_cpu_state(&cpu_state); in machine_switch_matrix_context()
206 if (cpu_state.have_sme) { in machine_switch_matrix_context()
213 if (cpu_state.have_sme && !new_sme_ss) { in machine_switch_matrix_context()
[all …]