Searched refs:XT_CPSTORED (Results 1 – 3 of 3) sorted by relevance
/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/ |
D | xtensa_context.h | 302 #define XT_CPSTORED 2 /* (2 bytes) coprocessors saved for this thread */ macro
|
D | xtensa_vectors.S | 877 l16ui a4, a2, XT_CPSTORED /* a4 = old owner's CPSTORED */ 880 s16i a4, a2, XT_CPSTORED /* update old owner's CPSTORED */ 898 l16ui a3, a15, XT_CPSTORED /* a3 = new owner's CPSTORED */ 902 s16i a3, a15, XT_CPSTORED /* update new owner's CPSTORED */
|
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/ |
D | xtensa_vectors.S | 1090 l16ui a4, a2, XT_CPSTORED /* a4 = old owner's CPSTORED */ 1093 s16i a4, a2, XT_CPSTORED /* update old owner's CPSTORED */ 1114 l16ui a3, a15, XT_CPSTORED /* a3 = new owner's CPSTORED */ 1118 s16i a3, a15, XT_CPSTORED /* update new owner's CPSTORED */
|