Searched refs:coprocessor_owner (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/xtensa/kernel/
H A Dprocess.c70 struct thread_info **coprocessor_owner; local
75 coprocessor_owner = this_cpu_ptr(&exc_table)->coprocessor_owner;
79 struct thread_info *ti = coprocessor_owner[i];
90 coprocessor_owner[i] = NULL;
104 struct thread_info **coprocessor_owner; local
107 coprocessor_owner = this_cpu_ptr(&exc_table)->coprocessor_owner;
112 if (coprocessor_owner[i] == ti)
113 coprocessor_owner[
136 struct thread_info **coprocessor_owner; local
[all...]
H A Dasm-offsets.c148 offsetof(struct exc_table, coprocessor_owner));
/linux-master/arch/xtensa/include/asm/
H A Dtraps.h32 struct thread_info *coprocessor_owner[XCHAL_CP_MAX]; member in struct:exc_table

Completed in 262 milliseconds