Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/tests/
H A Dvfp_state_test.c61 struct vfp_state_test_args { struct
103 struct vfp_state_test_args *vfp_state_test_args = (struct vfp_state_test_args *)args; in vfp_state_test_thread_routine() local
112 vfp_state_test_args->result = -1; in vfp_state_test_thread_routine()
124 vfp_regs_expected[i] ^= vfp_state_test_args->vfp_reg_rand; in vfp_state_test_thread_routine()
142 fp_control_expected |= vfp_state_test_args->fp_control_mask; in vfp_state_test_thread_routine()
153 fp_control_expected |= vfp_state_test_args->fp_control_mask; in vfp_state_test_thread_routine()
158 wake_threads(vfp_state_test_args->start_barrier); in vfp_state_test_thread_routine()
159 wait_threads(vfp_state_test_args->start_barrier, VFP_STATE_TEST_N_THREADS); in vfp_state_test_thread_routine()
189 vfp_state_test_args->result = 0; in vfp_state_test_thread_routine()
196 wake_threads(vfp_state_test_args->end_barrier); in vfp_state_test_thread_routine()
[all …]