rtrap.S
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:9k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /* $Id: rtrap.S,v 1.57.2.2 2002/03/03 10:31:56 davem Exp $
  2.  * rtrap.S: Preparing for return from trap on Sparc V9.
  3.  *
  4.  * Copyright (C) 1997,1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
  5.  * Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu)
  6.  */
  7. #include <asm/asi.h>
  8. #include <asm/pstate.h>
  9. #include <asm/ptrace.h>
  10. #include <asm/spitfire.h>
  11. #include <asm/head.h>
  12. #include <asm/visasm.h>
  13. #include <asm/processor.h>
  14. #define RTRAP_PSTATE (PSTATE_RMO|PSTATE_PEF|PSTATE_PRIV|PSTATE_IE)
  15. #define RTRAP_PSTATE_IRQOFF (PSTATE_RMO|PSTATE_PEF|PSTATE_PRIV)
  16. #define RTRAP_PSTATE_AG_IRQOFF (PSTATE_RMO|PSTATE_PEF|PSTATE_PRIV|PSTATE_AG)
  17. /* Register %l6 keeps track of whether we are returning
  18.  * from a system call or not.  It is cleared if we call
  19.  * do_signal, and it must not be otherwise modified until
  20.  * we fully commit to returning to userspace.
  21.  */
  22. .text
  23. .align 32
  24. __handle_softirq:
  25. call do_softirq
  26.  nop
  27. ba,a,pt %xcc, __handle_softirq_continue
  28.  nop
  29. __handle_preemption:
  30. call schedule
  31.  wrpr %g0, RTRAP_PSTATE, %pstate
  32. ba,pt %xcc, __handle_preemption_continue
  33.  wrpr %g0, RTRAP_PSTATE_IRQOFF, %pstate
  34. __handle_user_windows:
  35. call fault_in_user_windows
  36.  wrpr %g0, RTRAP_PSTATE, %pstate
  37. wrpr %g0, RTRAP_PSTATE_IRQOFF, %pstate
  38. /* Redo sched+sig checks */
  39. ldx [%g6 + AOFF_task_need_resched], %l0
  40. brz,pt %l0, 1f
  41.  nop
  42. call schedule
  43.  wrpr %g0, RTRAP_PSTATE, %pstate
  44. wrpr %g0, RTRAP_PSTATE_IRQOFF, %pstate
  45. 1: lduw [%g6 + AOFF_task_sigpending], %l0
  46. brz,pt %l0, __handle_user_windows_continue
  47.  nop
  48. clr %o0
  49. mov %l5, %o2
  50. mov %l6, %o3
  51. add %sp, STACK_BIAS + REGWIN_SZ, %o1
  52. call do_signal
  53.  wrpr %g0, RTRAP_PSTATE, %pstate
  54. wrpr %g0, RTRAP_PSTATE_IRQOFF, %pstate
  55. clr %l6
  56. /* Signal delivery can modify pt_regs tstate, so we must
  57.  * reload it.
  58.  */
  59. ldx [%sp + PTREGS_OFF + PT_V9_TSTATE], %l1
  60. sethi %hi(0xf << 20), %l4
  61. and %l1, %l4, %l4
  62. ba,pt %xcc, __handle_user_windows_continue
  63.  andn %l1, %l4, %l1
  64. __handle_perfctrs:
  65. call update_perfctrs
  66.  wrpr %g0, RTRAP_PSTATE, %pstate
  67. wrpr %g0, RTRAP_PSTATE_IRQOFF, %pstate
  68. ldub [%g6 + AOFF_task_thread + AOFF_thread_w_saved], %o2
  69. brz,pt %o2, 1f
  70.  nop
  71. /* Redo userwin+sched+sig checks */
  72. call fault_in_user_windows
  73.  wrpr %g0, RTRAP_PSTATE, %pstate
  74. wrpr %g0, RTRAP_PSTATE_IRQOFF, %pstate
  75. 1: ldx [%g6 + AOFF_task_need_resched], %l0
  76. brz,pt %l0, 1f
  77.  nop
  78. call schedule
  79.  wrpr %g0, RTRAP_PSTATE, %pstate
  80. wrpr %g0, RTRAP_PSTATE_IRQOFF, %pstate
  81. 1: lduw [%g6 + AOFF_task_sigpending], %l0
  82. brz,pt %l0, __handle_perfctrs_continue
  83.  sethi %hi(TSTATE_PEF), %o0
  84. clr %o0
  85. mov %l5, %o2
  86. mov %l6, %o3
  87. add %sp, STACK_BIAS + REGWIN_SZ, %o1
  88. call do_signal
  89.  wrpr %g0, RTRAP_PSTATE, %pstate
  90. wrpr %g0, RTRAP_PSTATE_IRQOFF, %pstate
  91. clr %l6
  92. /* Signal delivery can modify pt_regs tstate, so we must
  93.  * reload it.
  94.  */
  95. ldx [%sp + PTREGS_OFF + PT_V9_TSTATE], %l1
  96. sethi %hi(0xf << 20), %l4
  97. and %l1, %l4, %l4
  98. andn %l1, %l4, %l1
  99. ba,pt %xcc, __handle_perfctrs_continue
  100.  sethi %hi(TSTATE_PEF), %o0
  101. __handle_userfpu:
  102. rd %fprs, %l5
  103. andcc %l5, FPRS_FEF, %g0
  104. sethi %hi(TSTATE_PEF), %o0
  105. be,a,pn %icc, __handle_userfpu_continue
  106.  andn %l1, %o0, %l1
  107. ba,a,pt %xcc, __handle_userfpu_continue
  108. __handle_signal:
  109. clr %o0
  110. mov %l5, %o2
  111. mov %l6, %o3
  112. add %sp, STACK_BIAS + REGWIN_SZ, %o1
  113. call do_signal
  114.  wrpr %g0, RTRAP_PSTATE, %pstate
  115. wrpr %g0, RTRAP_PSTATE_IRQOFF, %pstate
  116. clr %l6
  117. /* Signal delivery can modify pt_regs tstate, so we must
  118.  * reload it.
  119.  */
  120. ldx [%sp + PTREGS_OFF + PT_V9_TSTATE], %l1
  121. sethi %hi(0xf << 20), %l4
  122. and %l1, %l4, %l4
  123. ba,pt %xcc, __handle_signal_continue
  124.  andn %l1, %l4, %l1
  125. .align 64
  126. .globl rtrap_clr_l6, rtrap, irqsz_patchme, rtrap_xcall
  127. rtrap_clr_l6: clr %l6
  128. rtrap: lduw [%g6 + AOFF_task_processor], %l0
  129. sethi %hi(irq_stat), %l2 ! &softirq_active
  130. or %l2, %lo(irq_stat), %l2 ! &softirq_active
  131. irqsz_patchme: sllx %l0, 0, %l0
  132. lduw [%l2 + %l0], %l1 ! softirq_pending
  133. cmp %l1, 0
  134. /* mm/ultra.S:xcall_report_regs KNOWS about this load. */
  135. bne,pn %icc, __handle_softirq
  136.  ldx [%sp + PTREGS_OFF + PT_V9_TSTATE], %l1
  137. __handle_softirq_continue:
  138. rtrap_xcall:
  139. sethi %hi(0xf << 20), %l4
  140. andcc %l1, TSTATE_PRIV, %l3
  141. and %l1, %l4, %l4
  142. bne,pn %icc, to_kernel
  143.  andn %l1, %l4, %l1
  144. /* We must hold IRQs off and atomically test schedule+signal
  145.  * state, then hold them off all the way back to userspace.
  146.  * If we are returning to kernel, none of this matters.
  147.  *
  148.  * If we do not do this, there is a window where we would do
  149.  * the tests, later the signal/resched event arrives but we do
  150.  * not process it since we are still in kernel mode.  It would
  151.  * take until the next local IRQ before the signal/resched
  152.  * event would be handled.
  153.  *
  154.  * This also means that if we have to deal with performance
  155.  * counters or user windows, we have to redo all of these
  156.  * sched+signal checks with IRQs disabled.
  157.  */
  158. to_user: wrpr %g0, RTRAP_PSTATE_IRQOFF, %pstate
  159. __handle_preemption_continue:
  160. ldx [%g6 + AOFF_task_need_resched], %l0
  161. brnz,pn %l0, __handle_preemption
  162.  lduw [%g6 + AOFF_task_sigpending], %l0
  163. brnz,pn %l0, __handle_signal
  164.  nop
  165. __handle_signal_continue:
  166. ldub [%g6 + AOFF_task_thread + AOFF_thread_w_saved], %o2
  167. brnz,pn %o2, __handle_user_windows
  168.  nop
  169. __handle_user_windows_continue:
  170. ldub [%g6 + AOFF_task_thread + AOFF_thread_flags], %l5
  171. andcc %l5, SPARC_FLAG_PERFCTR, %g0
  172. sethi %hi(TSTATE_PEF), %o0
  173. bne,pn %xcc, __handle_perfctrs
  174. __handle_perfctrs_continue:
  175.  andcc %l1, %o0, %g0
  176. /* This fpdepth clear is neccessary for non-syscall rtraps only */
  177. bne,pn %xcc, __handle_userfpu
  178.  stb %g0, [%g6 + AOFF_task_thread + AOFF_thread_fpdepth]
  179. __handle_userfpu_continue:
  180. rt_continue: ldx [%sp + PTREGS_OFF + PT_V9_G1], %g1
  181. ldx [%sp + PTREGS_OFF + PT_V9_G2], %g2
  182. ldx [%sp + PTREGS_OFF + PT_V9_G3], %g3
  183. ldx [%sp + PTREGS_OFF + PT_V9_G4], %g4
  184. ldx [%sp + PTREGS_OFF + PT_V9_G5], %g5
  185. ldx [%sp + PTREGS_OFF + PT_V9_G6], %g6
  186. ldx [%sp + PTREGS_OFF + PT_V9_G7], %g7
  187. wrpr %g0, RTRAP_PSTATE_AG_IRQOFF, %pstate
  188. ldx [%sp + PTREGS_OFF + PT_V9_I0], %i0
  189. ldx [%sp + PTREGS_OFF + PT_V9_I1], %i1
  190. ldx [%sp + PTREGS_OFF + PT_V9_I2], %i2
  191. ldx [%sp + PTREGS_OFF + PT_V9_I3], %i3
  192. ldx [%sp + PTREGS_OFF + PT_V9_I4], %i4
  193. ldx [%sp + PTREGS_OFF + PT_V9_I5], %i5
  194. ldx [%sp + PTREGS_OFF + PT_V9_I6], %i6
  195. ldx [%sp + PTREGS_OFF + PT_V9_I7], %i7
  196. ldx [%sp + PTREGS_OFF + PT_V9_TPC], %l2
  197. ldx [%sp + PTREGS_OFF + PT_V9_TNPC], %o2
  198. ld [%sp + PTREGS_OFF + PT_V9_Y], %o3
  199. wr %o3, %g0, %y
  200. srl %l4, 20, %l4
  201. wrpr %l4, 0x0, %pil
  202. wrpr %g0, 0x1, %tl
  203. wrpr %l1, %g0, %tstate
  204. wrpr %l2, %g0, %tpc
  205. wrpr %o2, %g0, %tnpc
  206. brnz,pn %l3, kern_rtt
  207.  mov PRIMARY_CONTEXT, %l7
  208. ldxa [%l7 + %l7] ASI_DMMU, %l0
  209. stxa %l0, [%l7] ASI_DMMU
  210. flush %g6
  211. rdpr %wstate, %l1
  212. rdpr %otherwin, %l2
  213. srl %l1, 3, %l1
  214. wrpr %l2, %g0, %canrestore
  215. wrpr %l1, %g0, %wstate
  216. wrpr %g0, %g0, %otherwin
  217. restore
  218. rdpr %canrestore, %g1
  219. wrpr %g1, 0x0, %cleanwin
  220. retry
  221. nop
  222. kern_rtt: restore
  223. retry
  224. to_kernel: ldub [%g6 + AOFF_task_thread + AOFF_thread_fpdepth], %l5
  225. brz,pt %l5, rt_continue
  226.  srl %l5, 1, %o0
  227. add %g6, AOFF_task_thread + AOFF_thread_fpsaved, %l6
  228. ldub [%l6 + %o0], %l2
  229. sub %l5, 2, %l5
  230. add %g6, AOFF_task_thread + AOFF_thread_gsr, %o1
  231. andcc %l2, (FPRS_FEF|FPRS_DU), %g0
  232. be,pt %icc, 2f
  233.  and %l2, FPRS_DL, %l6
  234. andcc %l2, FPRS_FEF, %g0
  235. be,pn %icc, 5f
  236.  sll %o0, 3, %o5
  237. rd %fprs, %g5
  238. wr %g5, FPRS_FEF, %fprs
  239. ldx [%o1 + %o5], %g5
  240. add %g6, AOFF_task_thread + AOFF_thread_xfsr, %o1
  241. membar #StoreLoad | #LoadLoad
  242. sll %o0, 8, %o2
  243. add %g6, AOFF_task_fpregs, %o3
  244. brz,pn %l6, 1f
  245.  add %g6, AOFF_task_fpregs+0x40, %o4
  246. ldda [%o3 + %o2] ASI_BLK_P, %f0
  247. ldda [%o4 + %o2] ASI_BLK_P, %f16
  248. 1: andcc %l2, FPRS_DU, %g0
  249. be,pn %icc, 1f
  250.  wr %g5, 0, %gsr
  251. add %o2, 0x80, %o2
  252. ldda [%o3 + %o2] ASI_BLK_P, %f32
  253. ldda [%o4 + %o2] ASI_BLK_P, %f48
  254. 1: membar #Sync
  255. ldx [%o1 + %o5], %fsr
  256. 2: stb %l5, [%g6 + AOFF_task_thread + AOFF_thread_fpdepth]
  257. ba,pt %xcc, rt_continue
  258.  nop
  259. 5: wr %g0, FPRS_FEF, %fprs
  260. membar #StoreLoad | #LoadLoad
  261. sll %o0, 8, %o2
  262. add %g6, AOFF_task_fpregs+0x80, %o3
  263. add %g6, AOFF_task_fpregs+0xc0, %o4
  264. ldda [%o3 + %o2] ASI_BLK_P, %f32
  265. ldda [%o4 + %o2] ASI_BLK_P, %f48
  266. membar #Sync
  267. wr %g0, FPRS_DU, %fprs
  268. ba,pt %xcc, rt_continue
  269.  stb %l5, [%g6 + AOFF_task_thread + AOFF_thread_fpdepth]