MIPS cpu_save_nonscratch cpu_restore_nonscratch

what is cpu_save_nonscratch and cpu_restore_nonscratch?


In context swith, it will call to resume which is define in assembly language in arch/mips/kernel/r2300_switch.S .

here it will save some registers of the previous register and restore some registers of the next process.

while cpu_save_nonscratch and cpu_restore_nonscratch are two macroes which are define in include/asm/asmmacro-32.h or include/asm/asmmacro-64.h.


         .macro  fpu_save_double thread status tmp1=t0
         cfc1    \tmp1,  fcr31
         sdc1    $f0,  THREAD_FPR0(\thread)
         sdc1    $f2,  THREAD_FPR2(\thread)
         sdc1    $f4,  THREAD_FPR4(\thread)
         sdc1    $f6,  THREAD_FPR6(\thread)
         sdc1    $f8,  THREAD_FPR8(\thread)
         sdc1    $f10, THREAD_FPR10(\thread)
         sdc1    $f12, THREAD_FPR12(\thread)
         sdc1    $f14, THREAD_FPR14(\thread)
         sdc1    $f16, THREAD_FPR16(\thread)
         sdc1    $f18, THREAD_FPR18(\thread)
         sdc1    $f20, THREAD_FPR20(\thread)
         sdc1    $f22, THREAD_FPR22(\thread)
         sdc1    $f24, THREAD_FPR24(\thread)
         sdc1    $f26, THREAD_FPR26(\thread)
         sdc1    $f28, THREAD_FPR28(\thread)
         sdc1    $f30, THREAD_FPR30(\thread)
         sw      \tmp1, THREAD_FCR31(\thread)
         .endm

         .macro  fpu_save_single thread tmp=t0
         cfc1    \tmp,  fcr31
         swc1    $f0,  THREAD_FPR0(\thread)
         swc1    $f1,  THREAD_FPR1(\thread)
         swc1    $f2,  THREAD_FPR2(\thread)
         swc1    $f3,  THREAD_FPR3(\thread)
         swc1    $f4,  THREAD_FPR4(\thread)
         swc1    $f5,  THREAD_FPR5(\thread)
         swc1    $f6,  THREAD_FPR6(\thread)
         swc1    $f7,  THREAD_FPR7(\thread)
         swc1    $f8,  THREAD_FPR8(\thread)
         swc1    $f9,  THREAD_FPR9(\thread)
         swc1    $f10, THREAD_FPR10(\thread)
         swc1    $f11, THREAD_FPR11(\thread)
         swc1    $f12, THREAD_FPR12(\thread)
         swc1    $f13, THREAD_FPR13(\thread)
         swc1    $f14, THREAD_FPR14(\thread)
         swc1    $f15, THREAD_FPR15(\thread)
         swc1    $f16, THREAD_FPR16(\thread)
         swc1    $f17, THREAD_FPR17(\thread)
         swc1    $f18, THREAD_FPR18(\thread)
         swc1    $f19, THREAD_FPR19(\thread)
         swc1    $f20, THREAD_FPR20(\thread)
         swc1    $f21, THREAD_FPR21(\thread)
         swc1    $f22, THREAD_FPR22(\thread)
         swc1    $f23, THREAD_FPR23(\thread)
         swc1    $f24, THREAD_FPR24(\thread)
         swc1    $f25, THREAD_FPR25(\thread)
         swc1    $f26, THREAD_FPR26(\thread)
         swc1    $f27, THREAD_FPR27(\thread)
         swc1    $f28, THREAD_FPR28(\thread)
         swc1    $f29, THREAD_FPR29(\thread)
         swc1    $f30, THREAD_FPR30(\thread)
         swc1    $f31, THREAD_FPR31(\thread)
         sw      \tmp, THREAD_FCR31(\thread)
         .endm


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值