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

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  *  Parisc tlb and cache flushing support
  3.  *  Copyright (C) 2000 Hewlett-Packard (John Marvin)
  4.  *
  5.  *    This program is free software; you can redistribute it and/or modify
  6.  *    it under the terms of the GNU General Public License as published by
  7.  *    the Free Software Foundation; either version 2, or (at your option)
  8.  *    any later version.
  9.  *
  10.  *    This program is distributed in the hope that it will be useful,
  11.  *    but WITHOUT ANY WARRANTY; without even the implied warranty of
  12.  *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13.  *    GNU General Public License for more details.
  14.  *
  15.  *    You should have received a copy of the GNU General Public License
  16.  *    along with this program; if not, write to the Free Software
  17.  *    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  18.  */
  19. /*
  20.  * NOTE: fdc,fic, and pdc instructions that use base register modification
  21.  *       should only use index and base registers that are not shadowed,
  22.  *       so that the fast path emulation in the non access miss handler
  23.  *       can be used.
  24.  */
  25. #ifdef __LP64__
  26. #define ADDIB   addib,*
  27. #define CMPB    cmpb,*
  28. #define ANDCM   andcm,*
  29. .level 2.0w
  30. #else
  31. #define ADDIB   addib,
  32. #define CMPB    cmpb,
  33. #define ANDCM   andcm
  34. .level 2.0
  35. #endif
  36. #include <asm/assembly.h>
  37. #include <asm/psw.h>
  38. #include <asm/pgtable.h>
  39. #include <asm/cache.h>
  40. .text
  41. .align 128
  42. .export flush_tlb_all_local,code
  43. flush_tlb_all_local:
  44. .proc
  45. .callinfo NO_CALLS
  46. .entry
  47. /*
  48.  * The pitlbe and pdtlbe instructions should only be used to
  49.  * flush the entire tlb. Also, there needs to be no intervening
  50.  * tlb operations, e.g. tlb misses, so the operation needs
  51.  * to happen in real mode with all interruptions disabled.
  52.  */
  53. /*
  54.  * Once again, we do the rfi dance ... some day we need examine
  55.  * all of our uses of this type of code and see what can be
  56.  * consolidated.
  57.  */
  58. rsm     PSW_SM_I,%r19      /* relied upon translation! */
  59. nop
  60. nop
  61. nop
  62. nop
  63. nop
  64. nop
  65. nop
  66. rsm     PSW_SM_Q,%r0       /* Turn off Q bit to load iia queue */
  67. ldil    L%REAL_MODE_PSW, %r1
  68. ldo     R%REAL_MODE_PSW(%r1), %r1
  69. mtctl %r1, %cr22
  70. mtctl %r0, %cr17
  71. mtctl %r0, %cr17
  72. ldil    L%PA(1f),%r1
  73. ldo     R%PA(1f)(%r1),%r1
  74. mtctl %r1, %cr18
  75. ldo 4(%r1), %r1
  76. mtctl %r1, %cr18
  77. rfi
  78. nop
  79. 1:      ldil            L%PA(cache_info),%r1
  80. ldo             R%PA(cache_info)(%r1),%r1
  81. /* Flush Instruction Tlb */
  82. LDREG           ITLB_SID_BASE(%r1),%r20
  83. LDREG           ITLB_SID_STRIDE(%r1),%r21
  84. LDREG           ITLB_SID_COUNT(%r1),%r22
  85. LDREG           ITLB_OFF_BASE(%r1),%arg0
  86. LDREG           ITLB_OFF_STRIDE(%r1),%arg1
  87. LDREG           ITLB_OFF_COUNT(%r1),%arg2
  88. LDREG           ITLB_LOOP(%r1),%arg3
  89. ADDIB=          -1,%arg3,fitoneloop     /* Preadjust and test */
  90. movb,<,n        %arg3,%r31,fitdone      /* If loop < 0, skip */
  91. copy            %arg0,%r28              /* Init base addr */
  92. fitmanyloop:                                    /* Loop if LOOP >= 2 */
  93. mtsp            %r20,%sr1
  94. add             %r21,%r20,%r20          /* increment space */
  95. copy            %arg2,%r29              /* Init middle loop count */
  96. fitmanymiddle:                                  /* Loop if LOOP >= 2 */
  97. ADDIB>          -1,%r31,fitmanymiddle   /* Adjusted inner loop decr */
  98. pitlbe          0(%sr1,%r28)
  99. pitlbe,m        %arg1(%sr1,%r28)        /* Last pitlbe and addr adjust */
  100. ADDIB>          -1,%r29,fitmanymiddle   /* Middle loop decr */
  101. copy            %arg3,%r31              /* Re-init inner loop count */
  102. movb,tr         %arg0,%r28,fitmanyloop  /* Re-init base addr */
  103. ADDIB<=,n       -1,%r22,fitdone         /* Outer loop count decr */
  104. fitoneloop:                                     /* Loop if LOOP = 1 */
  105. mtsp            %r20,%sr1
  106. copy            %arg0,%r28              /* init base addr */
  107. copy            %arg2,%r29              /* init middle loop count */
  108. fitonemiddle:                                   /* Loop if LOOP = 1 */
  109. ADDIB>          -1,%r29,fitonemiddle    /* Middle loop count decr */
  110. pitlbe,m        %arg1(%sr1,%r28)        /* pitlbe for one loop */
  111. ADDIB>          -1,%r22,fitoneloop      /* Outer loop count decr */
  112. add             %r21,%r20,%r20          /* increment space */
  113. fitdone:
  114. /* Flush Data Tlb */
  115. LDREG           DTLB_SID_BASE(%r1),%r20
  116. LDREG           DTLB_SID_STRIDE(%r1),%r21
  117. LDREG           DTLB_SID_COUNT(%r1),%r22
  118. LDREG           DTLB_OFF_BASE(%r1),%arg0
  119. LDREG           DTLB_OFF_STRIDE(%r1),%arg1
  120. LDREG           DTLB_OFF_COUNT(%r1),%arg2
  121. LDREG           DTLB_LOOP(%r1),%arg3
  122. ADDIB=          -1,%arg3,fdtoneloop     /* Preadjust and test */
  123. movb,<,n        %arg3,%r31,fdtdone      /* If loop < 0, skip */
  124. copy            %arg0,%r28              /* Init base addr */
  125. fdtmanyloop:                                    /* Loop if LOOP >= 2 */
  126. mtsp            %r20,%sr1
  127. add             %r21,%r20,%r20          /* increment space */
  128. copy            %arg2,%r29              /* Init middle loop count */
  129. fdtmanymiddle:                                  /* Loop if LOOP >= 2 */
  130. ADDIB>          -1,%r31,fdtmanymiddle   /* Adjusted inner loop decr */
  131. pdtlbe          0(%sr1,%r28)
  132. pdtlbe,m        %arg1(%sr1,%r28)        /* Last pdtlbe and addr adjust */
  133. ADDIB>          -1,%r29,fdtmanymiddle   /* Middle loop decr */
  134. copy            %arg3,%r31              /* Re-init inner loop count */
  135. movb,tr         %arg0,%r28,fdtmanyloop  /* Re-init base addr */
  136. ADDIB<=,n       -1,%r22,fdtdone         /* Outer loop count decr */
  137. fdtoneloop:                                     /* Loop if LOOP = 1 */
  138. mtsp            %r20,%sr1
  139. copy            %arg0,%r28              /* init base addr */
  140. copy            %arg2,%r29              /* init middle loop count */
  141. fdtonemiddle:                                   /* Loop if LOOP = 1 */
  142. ADDIB>          -1,%r29,fdtonemiddle    /* Middle loop count decr */
  143. pdtlbe,m        %arg1(%sr1,%r28)        /* pdtlbe for one loop */
  144. ADDIB>          -1,%r22,fdtoneloop      /* Outer loop count decr */
  145. add             %r21,%r20,%r20          /* increment space */
  146. fdtdone:
  147. /* Switch back to virtual mode */
  148. rsm     PSW_SM_Q,%r0       /* clear Q bit to load iia queue */
  149. ldil L%KERNEL_PSW, %r1
  150. ldo R%KERNEL_PSW(%r1), %r1
  151. or      %r1,%r19,%r1    /* Set I bit if set on entry */
  152. mtctl %r1, %cr22
  153. mtctl %r0, %cr17
  154. mtctl %r0, %cr17
  155. ldil    L%(2f), %r1
  156. ldo     R%(2f)(%r1), %r1
  157. mtctl %r1, %cr18
  158. ldo 4(%r1), %r1
  159. mtctl %r1, %cr18
  160. rfi
  161. nop
  162. 2:      bv      %r0(%r2)
  163. nop
  164. .exit
  165. .procend
  166. .export flush_instruction_cache_local,code
  167. .import cache_info,data
  168. flush_instruction_cache_local:
  169. .proc
  170. .callinfo NO_CALLS
  171. .entry
  172. mtsp            %r0,%sr1
  173. ldil            L%cache_info,%r1
  174. ldo             R%cache_info(%r1),%r1
  175. /* Flush Instruction Cache */
  176. LDREG           ICACHE_BASE(%r1),%arg0
  177. LDREG           ICACHE_STRIDE(%r1),%arg1
  178. LDREG           ICACHE_COUNT(%r1),%arg2
  179. LDREG           ICACHE_LOOP(%r1),%arg3
  180. ADDIB=          -1,%arg3,fioneloop      /* Preadjust and test */
  181. movb,<,n        %arg3,%r31,fisync       /* If loop < 0, do sync */
  182. fimanyloop:                                     /* Loop if LOOP >= 2 */
  183. ADDIB>          -1,%r31,fimanyloop      /* Adjusted inner loop decr */
  184. fice            0(%sr1,%arg0)
  185. fice,m          %arg1(%sr1,%arg0)       /* Last fice and addr adjust */
  186. movb,tr         %arg3,%r31,fimanyloop   /* Re-init inner loop count */
  187. ADDIB<=,n       -1,%arg2,fisync         /* Outer loop decr */
  188. fioneloop:                                      /* Loop if LOOP = 1 */
  189. ADDIB>          -1,%arg2,fioneloop      /* Outer loop count decr */
  190. fice,m          %arg1(%sr1,%arg0)       /* Fice for one loop */
  191. fisync:
  192. sync
  193. bv      %r0(%r2)
  194. nop
  195. .exit
  196. .procend
  197. .export flush_data_cache_local,code
  198. .import cache_info,data
  199. flush_data_cache_local:
  200. .proc
  201. .callinfo NO_CALLS
  202. .entry
  203. mtsp            %r0,%sr1
  204. ldil            L%cache_info,%r1
  205. ldo             R%cache_info(%r1),%r1
  206. /* Flush Data Cache */
  207. LDREG           DCACHE_BASE(%r1),%arg0
  208. LDREG           DCACHE_STRIDE(%r1),%arg1
  209. LDREG           DCACHE_COUNT(%r1),%arg2
  210. LDREG           DCACHE_LOOP(%r1),%arg3
  211. rsm             PSW_SM_I,%r22
  212. ADDIB=          -1,%arg3,fdoneloop      /* Preadjust and test */
  213. movb,<,n        %arg3,%r31,fdsync       /* If loop < 0, do sync */
  214. fdmanyloop:                                     /* Loop if LOOP >= 2 */
  215. ADDIB>          -1,%r31,fdmanyloop      /* Adjusted inner loop decr */
  216. fdce            0(%sr1,%arg0)
  217. fdce,m          %arg1(%sr1,%arg0)       /* Last fdce and addr adjust */
  218. movb,tr         %arg3,%r31,fdmanyloop   /* Re-init inner loop count */
  219. ADDIB<=,n       -1,%arg2,fdsync         /* Outer loop decr */
  220. fdoneloop:                                      /* Loop if LOOP = 1 */
  221. ADDIB>          -1,%arg2,fdoneloop      /* Outer loop count decr */
  222. fdce,m          %arg1(%sr1,%arg0)       /* Fdce for one loop */
  223. fdsync:
  224. syncdma
  225. sync
  226. mtsm    %r22
  227. bv      %r0(%r2)
  228. nop
  229. .exit
  230. .procend
  231. .export copy_user_page_asm,code
  232. copy_user_page_asm:
  233. .proc
  234. .callinfo NO_CALLS
  235. .entry
  236. ldi 64,%r1
  237. /*
  238.  * This loop is optimized for PCXL/PCXL2 ldw/ldw and stw/stw
  239.  * bundles (very restricted rules for bundling). It probably
  240.  * does OK on PCXU and better, but we could do better with
  241.  * ldd/std instructions. Note that until (if) we start saving
  242.  * the full 64 bit register values on interrupt, we can't
  243.  * use ldd/std on a 32 bit kernel.
  244.  */
  245. 1:
  246. ldw 0(%r25),%r19
  247. ldw 4(%r25),%r20
  248. ldw 8(%r25),%r21
  249. ldw 12(%r25),%r22
  250. stw %r19,0(%r26)
  251. stw %r20,4(%r26)
  252. stw %r21,8(%r26)
  253. stw %r22,12(%r26)
  254. ldw 16(%r25),%r19
  255. ldw 20(%r25),%r20
  256. ldw 24(%r25),%r21
  257. ldw 28(%r25),%r22
  258. stw %r19,16(%r26)
  259. stw %r20,20(%r26)
  260. stw %r21,24(%r26)
  261. stw %r22,28(%r26)
  262. ldw 32(%r25),%r19
  263. ldw 36(%r25),%r20
  264. ldw 40(%r25),%r21
  265. ldw 44(%r25),%r22
  266. stw %r19,32(%r26)
  267. stw %r20,36(%r26)
  268. stw %r21,40(%r26)
  269. stw %r22,44(%r26)
  270. ldw 48(%r25),%r19
  271. ldw 52(%r25),%r20
  272. ldw 56(%r25),%r21
  273. ldw 60(%r25),%r22
  274. stw %r19,48(%r26)
  275. stw %r20,52(%r26)
  276. stw %r21,56(%r26)
  277. stw %r22,60(%r26)
  278. ldo 64(%r26),%r26
  279. ADDIB>  -1,%r1,1b
  280. ldo 64(%r25),%r25
  281. bv      %r0(%r2)
  282. nop
  283. .exit
  284. .procend
  285. #if (TMPALIAS_MAP_START >= 0x80000000UL)
  286. Warning TMPALIAS_MAP_START changed. If > 2 Gb, code in pacache.S is bogus
  287. #endif
  288. /*
  289.  * NOTE: Code in clear_user_page has a hard coded dependency on the
  290.  *       maximum alias boundary being 4 Mb. We've been assured by the
  291.  *       parisc chip designers that there will not ever be a parisc
  292.  *       chip with a larger alias boundary (Never say never :-) ).
  293.  *
  294.  *       Subtle: the dtlb miss handlers support the temp alias region by
  295.  *       "knowing" that if a dtlb miss happens within the temp alias
  296.  *       region it must have occurred while in clear_user_page. Since
  297.  *       this routine makes use of processor local translations, we
  298.  *       don't want to insert them into the kernel page table. Instead,
  299.  *       we load up some general registers (they need to be registers
  300.  *       which aren't shadowed) with the physical page numbers (preshifted
  301.  *       for tlb insertion) needed to insert the translations. When we
  302.  *       miss on the translation, the dtlb miss handler inserts the
  303.  *       translation into the tlb using these values:
  304.  *
  305.  *          %r26 physical page (shifted for tlb insert) of "to" translation
  306.  *          %r23 physical page (shifted for tlb insert) of "from" translation
  307.  */
  308. #if 0
  309. /*
  310.  * We can't do this since copy_user_page is used to bring in
  311.  * file data that might have instructions. Since the data would
  312.  * then need to be flushed out so the i-fetch can see it, it
  313.  * makes more sense to just copy through the kernel translation
  314.  * and flush it.
  315.  *
  316.  * I'm still keeping this around because it may be possible to
  317.  * use it if more information is passed into copy_user_page().
  318.  * Have to do some measurements to see if it is worthwhile to
  319.  * lobby for such a change.
  320.  */
  321. .export copy_user_page_asm,code
  322. copy_user_page_asm:
  323. .proc
  324. .callinfo NO_CALLS
  325. .entry
  326. ldil    L%(__PAGE_OFFSET),%r1
  327. sub     %r26,%r1,%r26
  328. sub     %r25,%r1,%r23  /* move physical addr into non shadowed reg */
  329. ldil    L%(TMPALIAS_MAP_START),%r28
  330. #ifdef __LP64__
  331. extrd,u %r26,56,32,%r26 /* convert phys addr to tlb insert format */
  332. extrd,u %r23,56,32,%r23 /* convert phys addr to tlb insert format */
  333. depd    %r24,63,22,%r28 /* Form aliased virtual address 'to' */
  334. depdi   0,63,12,%r28    /* Clear any offset bits */
  335. copy    %r28,%r29
  336. depdi   1,41,1,%r29     /* Form aliased virtual address 'from' */
  337. #else
  338. extrw,u %r26,24,25,%r26 /* convert phys addr to tlb insert format */
  339. extrw,u %r23,24,25,%r23 /* convert phys addr to tlb insert format */
  340. depw    %r24,31,22,%r28 /* Form aliased virtual address 'to' */
  341. depwi   0,31,12,%r28    /* Clear any offset bits */
  342. copy    %r28,%r29
  343. depwi   1,9,1,%r29      /* Form aliased virtual address 'from' */
  344. #endif
  345. /* Purge any old translations */
  346. pdtlb   0(%r28)
  347. pdtlb   0(%r29)
  348. ldi 64,%r1
  349. /*
  350.  * This loop is optimized for PCXL/PCXL2 ldw/ldw and stw/stw
  351.  * bundles (very restricted rules for bundling). It probably
  352.  * does OK on PCXU and better, but we could do better with
  353.  * ldd/std instructions. Note that until (if) we start saving
  354.  * the full 64 bit register values on interrupt, we can't
  355.  * use ldd/std on a 32 bit kernel.
  356.  */
  357. 1:
  358. ldw 0(%r29),%r19
  359. ldw 4(%r29),%r20
  360. ldw 8(%r29),%r21
  361. ldw 12(%r29),%r22
  362. stw %r19,0(%r28)
  363. stw %r20,4(%r28)
  364. stw %r21,8(%r28)
  365. stw %r22,12(%r28)
  366. ldw 16(%r29),%r19
  367. ldw 20(%r29),%r20
  368. ldw 24(%r29),%r21
  369. ldw 28(%r29),%r22
  370. stw %r19,16(%r28)
  371. stw %r20,20(%r28)
  372. stw %r21,24(%r28)
  373. stw %r22,28(%r28)
  374. ldw 32(%r29),%r19
  375. ldw 36(%r29),%r20
  376. ldw 40(%r29),%r21
  377. ldw 44(%r29),%r22
  378. stw %r19,32(%r28)
  379. stw %r20,36(%r28)
  380. stw %r21,40(%r28)
  381. stw %r22,44(%r28)
  382. ldw 48(%r29),%r19
  383. ldw 52(%r29),%r20
  384. ldw 56(%r29),%r21
  385. ldw 60(%r29),%r22
  386. stw %r19,48(%r28)
  387. stw %r20,52(%r28)
  388. stw %r21,56(%r28)
  389. stw %r22,60(%r28)
  390. ldo 64(%r28),%r28
  391. ADDIB>  -1,%r1,1b
  392. ldo 64(%r29),%r29
  393. bv      %r0(%r2)
  394. nop
  395. .exit
  396. .procend
  397. #endif
  398. .export clear_user_page_asm,code
  399. clear_user_page_asm:
  400. .proc
  401. .callinfo NO_CALLS
  402. .entry
  403. tophys_r1 %r26
  404. ldil    L%(TMPALIAS_MAP_START),%r28
  405. #ifdef __LP64__
  406. extrd,u %r26,56,32,%r26 /* convert phys addr to tlb insert format */
  407. depd    %r25,63,22,%r28 /* Form aliased virtual address 'to' */
  408. depdi   0,63,12,%r28    /* Clear any offset bits */
  409. #else
  410. extrw,u %r26,24,25,%r26 /* convert phys addr to tlb insert format */
  411. depw    %r25,31,22,%r28 /* Form aliased virtual address 'to' */
  412. depwi   0,31,12,%r28    /* Clear any offset bits */
  413. #endif
  414. /* Purge any old translation */
  415. pdtlb   0(%r28)
  416. ldi 64,%r1
  417. 1:
  418. stw %r0,0(%r28)
  419. stw %r0,4(%r28)
  420. stw %r0,8(%r28)
  421. stw %r0,12(%r28)
  422. stw %r0,16(%r28)
  423. stw %r0,20(%r28)
  424. stw %r0,24(%r28)
  425. stw %r0,28(%r28)
  426. stw %r0,32(%r28)
  427. stw %r0,36(%r28)
  428. stw %r0,40(%r28)
  429. stw %r0,44(%r28)
  430. stw %r0,48(%r28)
  431. stw %r0,52(%r28)
  432. stw %r0,56(%r28)
  433. stw %r0,60(%r28)
  434. ADDIB>  -1,%r1,1b
  435. ldo 64(%r28),%r28
  436. bv      %r0(%r2)
  437. nop
  438. .exit
  439. .procend
  440. .export flush_kernel_dcache_page
  441. flush_kernel_dcache_page:
  442. .proc
  443. .callinfo NO_CALLS
  444. .entry
  445. ldil    L%dcache_stride,%r1
  446. ldw     R%dcache_stride(%r1),%r23
  447. #ifdef __LP64__
  448. depdi,z 1,63-PAGE_SHIFT,1,%r25
  449. #else
  450. depwi,z 1,31-PAGE_SHIFT,1,%r25
  451. #endif
  452. add     %r26,%r25,%r25
  453. sub     %r25,%r23,%r25
  454. 1:      fdc,m   %r23(%r26)
  455. fdc,m   %r23(%r26)
  456. fdc,m   %r23(%r26)
  457. fdc,m   %r23(%r26)
  458. fdc,m   %r23(%r26)
  459. fdc,m   %r23(%r26)
  460. fdc,m   %r23(%r26)
  461. fdc,m   %r23(%r26)
  462. fdc,m   %r23(%r26)
  463. fdc,m   %r23(%r26)
  464. fdc,m   %r23(%r26)
  465. fdc,m   %r23(%r26)
  466. fdc,m   %r23(%r26)
  467. fdc,m   %r23(%r26)
  468. fdc,m   %r23(%r26)
  469. CMPB<<  %r26,%r25,1b
  470. fdc,m   %r23(%r26)
  471. sync
  472. bv      %r0(%r2)
  473. nop
  474. .exit
  475. .procend
  476. .export purge_kernel_dcache_page
  477. purge_kernel_dcache_page:
  478. .proc
  479. .callinfo NO_CALLS
  480. .entry
  481. ldil    L%dcache_stride,%r1
  482. ldw     R%dcache_stride(%r1),%r23
  483. #ifdef __LP64__
  484. depdi,z 1,63-PAGE_SHIFT,1,%r25
  485. #else
  486. depwi,z 1,31-PAGE_SHIFT,1,%r25
  487. #endif
  488. add      %r26,%r25,%r25
  489. sub      %r25,%r23,%r25
  490. 1:      pdc,m   %r23(%r26)
  491. pdc,m   %r23(%r26)
  492. pdc,m   %r23(%r26)
  493. pdc,m   %r23(%r26)
  494. pdc,m   %r23(%r26)
  495. pdc,m   %r23(%r26)
  496. pdc,m   %r23(%r26)
  497. pdc,m   %r23(%r26)
  498. pdc,m   %r23(%r26)
  499. pdc,m   %r23(%r26)
  500. pdc,m   %r23(%r26)
  501. pdc,m   %r23(%r26)
  502. pdc,m   %r23(%r26)
  503. pdc,m   %r23(%r26)
  504. pdc,m   %r23(%r26)
  505. CMPB<<  %r26,%r25,1b
  506. pdc,m   %r23(%r26)
  507. sync
  508. bv      %r0(%r2)
  509. nop
  510. .exit
  511. .procend
  512. #if 0
  513. /* Currently not used, but it still is a possible alternate
  514.  * solution.
  515.  */
  516. .export flush_alias_page
  517. flush_alias_page:
  518. .proc
  519. .callinfo NO_CALLS
  520. .entry
  521. tophys_r1 %r26
  522. ldil    L%(TMPALIAS_MAP_START),%r28
  523. #ifdef __LP64__
  524. extrd,u %r26,56,32,%r26 /* convert phys addr to tlb insert format */
  525. depd    %r25,63,22,%r28 /* Form aliased virtual address 'to' */
  526. depdi   0,63,12,%r28    /* Clear any offset bits */
  527. #else
  528. extrw,u %r26,24,25,%r26 /* convert phys addr to tlb insert format */
  529. depw    %r25,31,22,%r28 /* Form aliased virtual address 'to' */
  530. depwi   0,31,12,%r28    /* Clear any offset bits */
  531. #endif
  532. /* Purge any old translation */
  533. pdtlb   0(%r28)
  534. ldil    L%dcache_stride,%r1
  535. ldw     R%dcache_stride(%r1),%r23
  536. #ifdef __LP64__
  537. depdi,z 1,63-PAGE_SHIFT,1,%r29
  538. #else
  539. depwi,z 1,31-PAGE_SHIFT,1,%r29
  540. #endif
  541. add      %r28,%r29,%r29
  542. sub      %r29,%r23,%r29
  543. 1:      fdc,m   %r23(%r28)
  544. fdc,m   %r23(%r28)
  545. fdc,m   %r23(%r28)
  546. fdc,m   %r23(%r28)
  547. fdc,m   %r23(%r28)
  548. fdc,m   %r23(%r28)
  549. fdc,m   %r23(%r28)
  550. fdc,m   %r23(%r28)
  551. fdc,m   %r23(%r28)
  552. fdc,m   %r23(%r28)
  553. fdc,m   %r23(%r28)
  554. fdc,m   %r23(%r28)
  555. fdc,m   %r23(%r28)
  556. fdc,m   %r23(%r28)
  557. fdc,m   %r23(%r28)
  558. CMPB<<  %r28,%r29,1b
  559. fdc,m   %r23(%r28)
  560. sync
  561. bv      %r0(%r2)
  562. nop
  563. .exit
  564. .procend
  565. #endif
  566. .export flush_user_dcache_range_asm
  567. flush_user_dcache_range_asm:
  568. .proc
  569. .callinfo NO_CALLS
  570. .entry
  571. ldil    L%dcache_stride,%r1
  572. ldw     R%dcache_stride(%r1),%r23
  573. ldo     -1(%r23),%r21
  574. ANDCM   %r26,%r21,%r26
  575. 1:      CMPB<<,n %r26,%r25,1b
  576. fdc,m   %r23(%sr3,%r26)
  577. sync
  578. bv      %r0(%r2)
  579. nop
  580. .exit
  581. .procend
  582. .export flush_kernel_dcache_range_asm
  583. flush_kernel_dcache_range_asm:
  584. .proc
  585. .callinfo NO_CALLS
  586. .entry
  587. ldil    L%dcache_stride,%r1
  588. ldw     R%dcache_stride(%r1),%r23
  589. ldo     -1(%r23),%r21
  590. ANDCM   %r26,%r21,%r26
  591. 1:      CMPB<<,n %r26,%r25,1b
  592. fdc,m   %r23(%r26)
  593. sync
  594. syncdma
  595. bv      %r0(%r2)
  596. nop
  597. .exit
  598. .procend
  599. .export flush_user_icache_range_asm
  600. flush_user_icache_range_asm:
  601. .proc
  602. .callinfo NO_CALLS
  603. .entry
  604. ldil    L%icache_stride,%r1
  605. ldw     R%icache_stride(%r1),%r23
  606. ldo     -1(%r23),%r21
  607. ANDCM   %r26,%r21,%r26
  608. 1:      CMPB<<,n %r26,%r25,1b
  609. fic,m   %r23(%sr3,%r26)
  610. sync
  611. bv      %r0(%r2)
  612. nop
  613. .exit
  614. .procend
  615. .export flush_kernel_icache_page
  616. flush_kernel_icache_page:
  617. .proc
  618. .callinfo NO_CALLS
  619. .entry
  620. ldil    L%icache_stride,%r1
  621. ldw     R%icache_stride(%r1),%r23
  622. #ifdef __LP64__
  623. depdi,z 1,63-PAGE_SHIFT,1,%r25
  624. #else
  625. depwi,z 1,31-PAGE_SHIFT,1,%r25
  626. #endif
  627. add     %r26,%r25,%r25
  628. sub     %r25,%r23,%r25
  629. 1:      fic,m   %r23(%r26)
  630. fic,m   %r23(%r26)
  631. fic,m   %r23(%r26)
  632. fic,m   %r23(%r26)
  633. fic,m   %r23(%r26)
  634. fic,m   %r23(%r26)
  635. fic,m   %r23(%r26)
  636. fic,m   %r23(%r26)
  637. fic,m   %r23(%r26)
  638. fic,m   %r23(%r26)
  639. fic,m   %r23(%r26)
  640. fic,m   %r23(%r26)
  641. fic,m   %r23(%r26)
  642. fic,m   %r23(%r26)
  643. fic,m   %r23(%r26)
  644. CMPB<<  %r26,%r25,1b
  645. fic,m   %r23(%r26)
  646. sync
  647. bv      %r0(%r2)
  648. nop
  649. .exit
  650. .procend
  651. .export flush_kernel_icache_range_asm
  652. flush_kernel_icache_range_asm:
  653. .proc
  654. .callinfo NO_CALLS
  655. .entry
  656. ldil    L%icache_stride,%r1
  657. ldw     R%icache_stride(%r1),%r23
  658. ldo     -1(%r23),%r21
  659. ANDCM   %r26,%r21,%r26
  660. 1:      CMPB<<,n %r26,%r25,1b
  661. fic,m   %r23(%r26)
  662. sync
  663. bv      %r0(%r2)
  664. nop
  665. .exit
  666. .procend
  667. .align 128
  668. .export disable_sr_hashing_asm,code
  669. disable_sr_hashing_asm:
  670. .proc
  671. .callinfo NO_CALLS
  672. .entry
  673. /* Switch to real mode */
  674. ssm     0,%r0           /* relied upon translation! */
  675. nop
  676. nop
  677. nop
  678. nop
  679. nop
  680. nop
  681. nop
  682. rsm     (PSW_SM_Q|PSW_SM_I),%r0 /* disable Q&I to load the iia queue */
  683. ldil    L%REAL_MODE_PSW, %r1
  684. ldo     R%REAL_MODE_PSW(%r1), %r1
  685. mtctl %r1, %cr22
  686. mtctl %r0, %cr17
  687. mtctl %r0, %cr17
  688. ldil    L%PA(1f),%r1
  689. ldo     R%PA(1f)(%r1),%r1
  690. mtctl %r1, %cr18
  691. ldo 4(%r1), %r1
  692. mtctl %r1, %cr18
  693. rfi
  694. nop
  695. 1:      cmpib,=,n SRHASH_PCXST,%r26,srdis_pcxs
  696. cmpib,=,n SRHASH_PCXL,%r26,srdis_pcxl
  697. cmpib,=,n SRHASH_PA20,%r26,srdis_pa20
  698. b,n       srdis_done
  699. srdis_pcxs:
  700. /* Disable Space Register Hashing for PCXS,PCXT,PCXT' */
  701. .word           0x141c1a00  /* mfdiag %dr0,%r28 */
  702. .word           0x141c1a00  /* must issue twice */
  703. depwi           0,18,1,%r28 /* Clear DHE (dcache hash enable) */
  704. depwi           0,20,1,%r28 /* Clear IHE (icache hash enable) */
  705. .word           0x141c1600  /* mtdiag %r28,%dr0 */
  706. .word           0x141c1600  /* must issue twice */
  707. b,n             srdis_done
  708. srdis_pcxl:
  709. /* Disable Space Register Hashing for PCXL */
  710. .word           0x141c0600  /* mfdiag %dr0,%r28 */
  711. depwi           0,28,2,%r28 /* Clear DHASH_EN & IHASH_EN */
  712. .word           0x141c0240  /* mtdiag %r28,%dr0 */
  713. b,n             srdis_done
  714. srdis_pa20:
  715. /* Disable Space Register Hashing for PCXU,PCXU+,PCXW,PCXW+ */
  716. .word           0x144008bc  /* mfdiag %dr2,%r28 */
  717. depdi           0,54,1,%r28 /* clear DIAG_SPHASH_ENAB (bit 54) */
  718. .word           0x145c1840  /* mtdiag %r28,%dr2 */
  719. srdis_done:
  720. /* Switch back to virtual mode */
  721. rsm     PSW_SM_Q,%r0           /* clear Q bit to load iia queue */
  722. ldil L%KERNEL_PSW, %r1
  723. ldo R%KERNEL_PSW(%r1), %r1
  724. mtctl %r1, %cr22
  725. mtctl %r0, %cr17
  726. mtctl %r0, %cr17
  727. ldil    L%(2f), %r1
  728. ldo     R%(2f)(%r1), %r1
  729. mtctl %r1, %cr18
  730. ldo 4(%r1), %r1
  731. mtctl %r1, %cr18
  732. rfi
  733. nop
  734. 2:      bv      %r0(%r2)
  735. nop
  736. .exit
  737. .procend
  738. .end