Searched refs:vfp_state_test_args (Results 1 – 1 of 1) sorted by relevance
56 struct vfp_state_test_args { struct95 struct vfp_state_test_args *vfp_state_test_args = (struct vfp_state_test_args *)args; in vfp_state_test_thread_routine() local101 vfp_state_test_args->result = -1; in vfp_state_test_thread_routine()113 vfp_regs_expected[i] ^= vfp_state_test_args->vfp_reg_rand; in vfp_state_test_thread_routine()124 fp_control_expected |= vfp_state_test_args->fp_control_mask; in vfp_state_test_thread_routine()128 wake_threads(vfp_state_test_args->start_barrier); in vfp_state_test_thread_routine()129 wait_threads(vfp_state_test_args->start_barrier, VFP_STATE_TEST_N_THREADS); in vfp_state_test_thread_routine()150 vfp_state_test_args->result = 0; in vfp_state_test_thread_routine()157 wake_threads(vfp_state_test_args->end_barrier); in vfp_state_test_thread_routine()170 struct vfp_state_test_args vfp_state_test_args[VFP_STATE_TEST_N_THREADS]; in vfp_state_test() local[all …]