Searched refs:coprocessor_owner (Results 1 – 3 of 3) sorted by relevance
69 struct thread_info **coprocessor_owner; in local_coprocessors_flush_release_all() local74 coprocessor_owner = this_cpu_ptr(&exc_table)->coprocessor_owner; in local_coprocessors_flush_release_all()78 struct thread_info *ti = coprocessor_owner[i]; in local_coprocessors_flush_release_all()89 coprocessor_owner[i] = NULL; in local_coprocessors_flush_release_all()103 struct thread_info **coprocessor_owner; in local_coprocessor_release_all() local106 coprocessor_owner = this_cpu_ptr(&exc_table)->coprocessor_owner; in local_coprocessor_release_all()111 if (coprocessor_owner[i] == ti) in local_coprocessor_release_all()112 coprocessor_owner[i] = NULL; in local_coprocessor_release_all()135 struct thread_info **coprocessor_owner; in local_coprocessor_flush_all() local139 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