Searched refs:coprocessor_owner (Results 1 – 3 of 3) sorted by relevance
70 struct thread_info **coprocessor_owner; in local_coprocessors_flush_release_all() local75 coprocessor_owner = this_cpu_ptr(&exc_table)->coprocessor_owner; in local_coprocessors_flush_release_all()79 struct thread_info *ti = coprocessor_owner[i]; in local_coprocessors_flush_release_all()90 coprocessor_owner[i] = NULL; in local_coprocessors_flush_release_all()104 struct thread_info **coprocessor_owner; in local_coprocessor_release_all() local107 coprocessor_owner = this_cpu_ptr(&exc_table)->coprocessor_owner; in local_coprocessor_release_all()112 if (coprocessor_owner[i] == ti) in local_coprocessor_release_all()113 coprocessor_owner[i] = NULL; in local_coprocessor_release_all()136 struct thread_info **coprocessor_owner; in local_coprocessor_flush_all() local140 coprocessor_owner = this_cpu_ptr(&exc_table)->coprocessor_owner; in local_coprocessor_flush_all()[all …]
148 offsetof(struct exc_table, coprocessor_owner)); in main()
32 struct thread_info *coprocessor_owner[XCHAL_CP_MAX]; member