Searched refs:STW_FPU_REGS (Results 1 – 1 of 1) sorted by relevance
/linux/arch/csky/abiv2/ |
H A D | fpu.c | 137 #define STW_FPU_REGS(a, b, c, d) \ macro 186 STW_FPU_REGS(0, 4, 16, 20) in save_to_user_fp() 188 STW_FPU_REGS(32, 36, 48, 52) in save_to_user_fp() 190 STW_FPU_REGS(64, 68, 80, 84) in save_to_user_fp() 192 STW_FPU_REGS(96, 100, 112, 116) in save_to_user_fp() 195 STW_FPU_REGS(0, 4, 16, 20) in save_to_user_fp() 197 STW_FPU_REGS(32, 36, 48, 52) in save_to_user_fp() 199 STW_FPU_REGS(64, 68, 80, 84) in save_to_user_fp() 201 STW_FPU_REGS(96, 100, 112, 116) in save_to_user_fp()
|