Lines Matching +full:op +full:- +full:mode
4 * SPDX-License-Identifier: Apache-2.0
17 #define DO_CALLEE_SAVED(op, reg) \ argument
18 RV_E( op ra, _thread_offset_to_ra(reg) );\
19 RV_E( op s0, _thread_offset_to_s0(reg) );\
20 RV_E( op s1, _thread_offset_to_s1(reg) );\
21 RV_I( op s2, _thread_offset_to_s2(reg) );\
22 RV_I( op s3, _thread_offset_to_s3(reg) );\
23 RV_I( op s4, _thread_offset_to_s4(reg) );\
24 RV_I( op s5, _thread_offset_to_s5(reg) );\
25 RV_I( op s6, _thread_offset_to_s6(reg) );\
26 RV_I( op s7, _thread_offset_to_s7(reg) );\
27 RV_I( op s8, _thread_offset_to_s8(reg) );\
28 RV_I( op s9, _thread_offset_to_s9(reg) );\
29 RV_I( op s10, _thread_offset_to_s10(reg) );\
30 RV_I( op s11, _thread_offset_to_s11(reg) )
40 /* Save the old thread's callee-saved registers */
46 /* Set thread->switch_handle = thread to mark completion */
72 * at context switch time as the PMP is not in effect while inm-mode.
90 /* Restore the new thread's callee-saved registers */