~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/sparc/lib/VISsave.S

Version: ~ [ linux-6.11-rc3 ] ~ [ linux-6.10.4 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.45 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.104 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.164 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.223 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.281 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.319 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /arch/sparc/lib/VISsave.S (Version linux-6.11-rc3) and /arch/sparc/lib/VISsave.S (Version linux-5.1.21)


  1 /* SPDX-License-Identifier: GPL-2.0 */              1 /* SPDX-License-Identifier: GPL-2.0 */
  2 /*                                                  2 /*
  3  * VISsave.S: Code for saving FPU register sta      3  * VISsave.S: Code for saving FPU register state for
  4  *            VIS routines. One should not cal      4  *            VIS routines. One should not call this directly,
  5  *            but use macros provided in <asm/      5  *            but use macros provided in <asm/visasm.h>.
  6  *                                                  6  *
  7  * Copyright (C) 1998 Jakub Jelinek (jj@ultra.      7  * Copyright (C) 1998 Jakub Jelinek (jj@ultra.linux.cz)
  8  */                                                 8  */
  9                                                     9 
 10 #include <linux/export.h>                      << 
 11 #include <linux/linkage.h>                         10 #include <linux/linkage.h>
 12                                                    11 
 13 #include <asm/asi.h>                               12 #include <asm/asi.h>
 14 #include <asm/page.h>                              13 #include <asm/page.h>
 15 #include <asm/ptrace.h>                            14 #include <asm/ptrace.h>
 16 #include <asm/visasm.h>                            15 #include <asm/visasm.h>
 17 #include <asm/thread_info.h>                       16 #include <asm/thread_info.h>
                                                   >>  17 #include <asm/export.h>
 18                                                    18 
 19         /* On entry: %o5=current FPRS value, %     19         /* On entry: %o5=current FPRS value, %g7 is callers address */
 20         /* May clobber %o5, %g1, %g2, %g3, %g7     20         /* May clobber %o5, %g1, %g2, %g3, %g7, %icc, %xcc */
 21                                                    21 
 22         /* Nothing special need be done here t     22         /* Nothing special need be done here to handle pre-emption, this
 23          * FPU save/restore mechanism is alrea     23          * FPU save/restore mechanism is already preemption safe.
 24          */                                        24          */
 25         .text                                      25         .text
 26         .align          32                         26         .align          32
 27 ENTRY(VISenter)                                    27 ENTRY(VISenter)
 28         ldub            [%g6 + TI_FPDEPTH], %g     28         ldub            [%g6 + TI_FPDEPTH], %g1
 29         brnz,a,pn       %g1, 1f                    29         brnz,a,pn       %g1, 1f
 30          cmp            %g1, 1                     30          cmp            %g1, 1
 31         stb             %g0, [%g6 + TI_FPSAVED     31         stb             %g0, [%g6 + TI_FPSAVED]
 32         stx             %fsr, [%g6 + TI_XFSR]      32         stx             %fsr, [%g6 + TI_XFSR]
 33 9:      jmpl            %g7 + %g0, %g0             33 9:      jmpl            %g7 + %g0, %g0
 34          nop                                       34          nop
 35 1:      bne,pn          %icc, 2f                   35 1:      bne,pn          %icc, 2f
 36                                                    36 
 37          srl            %g1, 1, %g1                37          srl            %g1, 1, %g1
 38 vis1:   ldub            [%g6 + TI_FPSAVED], %g     38 vis1:   ldub            [%g6 + TI_FPSAVED], %g3
 39         stx             %fsr, [%g6 + TI_XFSR]      39         stx             %fsr, [%g6 + TI_XFSR]
 40         or              %g3, %o5, %g3              40         or              %g3, %o5, %g3
 41         stb             %g3, [%g6 + TI_FPSAVED     41         stb             %g3, [%g6 + TI_FPSAVED]
 42         rd              %gsr, %g3                  42         rd              %gsr, %g3
 43         clr             %g1                        43         clr             %g1
 44         ba,pt           %xcc, 3f                   44         ba,pt           %xcc, 3f
 45                                                    45 
 46          stx            %g3, [%g6 + TI_GSR]        46          stx            %g3, [%g6 + TI_GSR]
 47 2:      add             %g6, %g1, %g3              47 2:      add             %g6, %g1, %g3
 48         mov             FPRS_DU | FPRS_DL | FP     48         mov             FPRS_DU | FPRS_DL | FPRS_FEF, %o5
 49         sll             %g1, 3, %g1                49         sll             %g1, 3, %g1
 50         stb             %o5, [%g3 + TI_FPSAVED     50         stb             %o5, [%g3 + TI_FPSAVED]
 51         rd              %gsr, %g2                  51         rd              %gsr, %g2
 52         add             %g6, %g1, %g3              52         add             %g6, %g1, %g3
 53         stx             %g2, [%g3 + TI_GSR]        53         stx             %g2, [%g3 + TI_GSR]
 54                                                    54 
 55         add             %g6, %g1, %g2              55         add             %g6, %g1, %g2
 56         stx             %fsr, [%g2 + TI_XFSR]      56         stx             %fsr, [%g2 + TI_XFSR]
 57         sll             %g1, 5, %g1                57         sll             %g1, 5, %g1
 58 3:      andcc           %o5, FPRS_DL|FPRS_DU,      58 3:      andcc           %o5, FPRS_DL|FPRS_DU, %g0
 59         be,pn           %icc, 9b                   59         be,pn           %icc, 9b
 60          add            %g6, TI_FPREGS, %g2        60          add            %g6, TI_FPREGS, %g2
 61         andcc           %o5, FPRS_DL, %g0          61         andcc           %o5, FPRS_DL, %g0
 62                                                    62 
 63         be,pn           %icc, 4f                   63         be,pn           %icc, 4f
 64          add            %g6, TI_FPREGS+0x40, %     64          add            %g6, TI_FPREGS+0x40, %g3
 65         membar          #Sync                      65         membar          #Sync
 66         stda            %f0, [%g2 + %g1] ASI_B     66         stda            %f0, [%g2 + %g1] ASI_BLK_P
 67         stda            %f16, [%g3 + %g1] ASI_     67         stda            %f16, [%g3 + %g1] ASI_BLK_P
 68         membar          #Sync                      68         membar          #Sync
 69         andcc           %o5, FPRS_DU, %g0          69         andcc           %o5, FPRS_DU, %g0
 70         be,pn           %icc, 5f                   70         be,pn           %icc, 5f
 71 4:       add            %g1, 128, %g1              71 4:       add            %g1, 128, %g1
 72         membar          #Sync                      72         membar          #Sync
 73         stda            %f32, [%g2 + %g1] ASI_     73         stda            %f32, [%g2 + %g1] ASI_BLK_P
 74                                                    74 
 75         stda            %f48, [%g3 + %g1] ASI_     75         stda            %f48, [%g3 + %g1] ASI_BLK_P
 76 5:      membar          #Sync                      76 5:      membar          #Sync
 77         ba,pt           %xcc, 80f                  77         ba,pt           %xcc, 80f
 78          nop                                       78          nop
 79                                                    79 
 80         .align          32                         80         .align          32
 81 80:     jmpl            %g7 + %g0, %g0             81 80:     jmpl            %g7 + %g0, %g0
 82          nop                                       82          nop
 83 ENDPROC(VISenter)                                  83 ENDPROC(VISenter)
 84 EXPORT_SYMBOL(VISenter)                            84 EXPORT_SYMBOL(VISenter)
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php