Searched refs:SAVE_INT_REG (Results 1 – 3 of 3) sorted by relevance
/sysdeps/unix/sysv/linux/riscv/ |
A D | getcontext.S | 25 SAVE_INT_REG (ra, 0, a0) 26 SAVE_INT_REG (ra, 1, a0) 27 SAVE_INT_REG (sp, 2, a0) 28 SAVE_INT_REG (s0, 8, a0) 29 SAVE_INT_REG (s1, 9, a0) 31 SAVE_INT_REG (s2, 18, a0) 32 SAVE_INT_REG (s3, 19, a0) 33 SAVE_INT_REG (s4, 20, a0) 34 SAVE_INT_REG (s5, 21, a0) 35 SAVE_INT_REG (s6, 22, a0) [all …]
|
A D | swapcontext.S | 26 SAVE_INT_REG (ra, 0, a0) 27 SAVE_INT_REG (ra, 1, a0) 28 SAVE_INT_REG (sp, 2, a0) 29 SAVE_INT_REG (s0, 8, a0) 30 SAVE_INT_REG (s1, 9, a0) 32 SAVE_INT_REG (s2, 18, a0) 33 SAVE_INT_REG (s3, 19, a0) 34 SAVE_INT_REG (s4, 20, a0) 35 SAVE_INT_REG (s5, 21, a0) 36 SAVE_INT_REG (s6, 22, a0) [all …]
|
A D | ucontext-macros.h | 39 #define SAVE_INT_REG(name, num, base) \ macro
|
Completed in 31 milliseconds