Lines Matching defs:coprocessor_owner
69 struct thread_info **coprocessor_owner;
74 coprocessor_owner = this_cpu_ptr(&exc_table)->coprocessor_owner;
78 struct thread_info *ti = coprocessor_owner[i];
89 coprocessor_owner[i] = NULL;
103 struct thread_info **coprocessor_owner;
106 coprocessor_owner = this_cpu_ptr(&exc_table)->coprocessor_owner;
111 if (coprocessor_owner[i] == ti)
112 coprocessor_owner[i] = NULL;
135 struct thread_info **coprocessor_owner;
139 coprocessor_owner = this_cpu_ptr(&exc_table)->coprocessor_owner;
143 if (coprocessor_owner[i] == ti)