Home
last modified time | relevance | path

Searched refs:EX (Results 1 – 51 of 51) sorted by relevance

/linux-4.4.14/arch/mips/kernel/
Dr2300_fpu.S21 #define EX(a,b) \ macro
35 EX(swc1 $f0,(SC_FPREGS+0)(a0))
36 EX(swc1 $f1,(SC_FPREGS+8)(a0))
37 EX(swc1 $f2,(SC_FPREGS+16)(a0))
38 EX(swc1 $f3,(SC_FPREGS+24)(a0))
39 EX(swc1 $f4,(SC_FPREGS+32)(a0))
40 EX(swc1 $f5,(SC_FPREGS+40)(a0))
41 EX(swc1 $f6,(SC_FPREGS+48)(a0))
42 EX(swc1 $f7,(SC_FPREGS+56)(a0))
43 EX(swc1 $f8,(SC_FPREGS+64)(a0))
[all …]
Dr4k_fpu.S26 .macro EX insn, reg, src macro
66 EX sdc1 $f1, 8(a0)
67 EX sdc1 $f3, 24(a0)
68 EX sdc1 $f5, 40(a0)
69 EX sdc1 $f7, 56(a0)
70 EX sdc1 $f9, 72(a0)
71 EX sdc1 $f11, 88(a0)
72 EX sdc1 $f13, 104(a0)
73 EX sdc1 $f15, 120(a0)
74 EX sdc1 $f17, 136(a0)
[all …]
/linux-4.4.14/arch/sh/lib/
Dcopy_page.S73 #define EX(...) \ macro
104 EX( mov.b @r5+,r1 )
107 EX( mov.b r1,@r4 )
183 EX( mov.l @r5+,r1 )
185 EX( mov.l r1,@r4 )
190 EX( mov.l @r5+,r0 )
191 EX( mov.l @r5+,r1 )
192 EX( mov.l @r5+,r2 )
193 EX( mov.l @r5+,r7 )
194 EX( mov.l @r5+,r8 )
[all …]
Dmemcpy-sh4.S29 add #-1,r5 ! 79 EX
33 add #-4,r5 ! 50 EX
35 add #7,r2 ! 79 EX
43 shll16 r3 ! 103 EX
46 shll8 r3 ! 102 EX ! Oxxx
48 shlr8 r6 ! 106 EX ! xNML
51 or r6,r3 ! 82 EX ! ONML
60 shlr16 r3 ! 107 EX
62 shlr8 r3 ! 106 EX ! xxxO
65 shll8 r6 ! 102 EX ! LMNx
[all …]
/linux-4.4.14/arch/tile/lib/
Dmemcpy_32.S37 #define EX \ macro
118 EX: { lw r3, r1; addi r1, r1, 4; slti_u r8, r2, 16 } label
119 EX: { lw r4, r1; addi r1, r1, 4 } label
120 EX: { sw r0, r3; addi r0, r0, 4; addi r2, r2, -4 } label
121 EX: { sw r0, r4; addi r0, r0, 4; addi r2, r2, -4 } label
127 EX: { lw r3, r1; addi r1, r1, 4 } label
128 EX: { sw r0, r3; addi r0, r0, 4; addi r2, r2, -4 } label
146 EX: { lw r3, r1; addi r1, r1, 4 } label
148 EX: { sw r0, r3; addi r0, r0, 4; addi r2, r2, -4 } label
157 EX: { lw r5, r3; addi r3, r3, 64; movei r4, 1 } label
[all …]
/linux-4.4.14/arch/xtensa/lib/
Dusercopy.S68 #define EX(insn,reg1,reg2,offset,handler) \ macro
105 EX(l8ui, a6, a3, 0, l_fixup)
107 EX(s8i, a6, a5, 0, s_fixup)
115 EX(l8ui, a6, a3, 0, l_fixup)
116 EX(l8ui, a7, a3, 1, l_fixup)
118 EX(s8i, a6, a5, 0, s_fixup)
119 EX(s8i, a7, a5, 1, s_fixup)
138 EX(l8ui, a6, a3, 0, l_fixup)
140 EX(s8i, a6, a5, 0, s_fixup)
164 EX(l32i, a6, a3, 0, l_fixup)
[all …]
Dmemset.S33 #define EX(insn,reg1,reg2,offset,handler) \ macro
76 EX(s32i, a3, a5, 0, memset_fixup)
77 EX(s32i, a3, a5, 4, memset_fixup)
78 EX(s32i, a3, a5, 8, memset_fixup)
79 EX(s32i, a3, a5, 12, memset_fixup)
87 EX(s32i, a3, a5, 0, memset_fixup)
88 EX(s32i, a3, a5, 4, memset_fixup)
93 EX(s32i, a3, a5, 0, memset_fixup)
98 EX(s16i, a3, a5, 0, memset_fixup)
103 EX(s8i, a3, a5, 0, memset_fixup)
[all …]
Dstrncpy_user.S19 #define EX(insn,reg1,reg2,offset,handler) \ macro
78 EX(l8ui, a9, a3, 0, fixup_l) # get byte 0
80 EX(s8i, a9, a11, 0, fixup_s) # store byte 0
88 EX(l8ui, a9, a3, 0, fixup_l) # get byte 0
90 EX(s8i, a9, a11, 0, fixup_s) # store byte 0
95 EX(l8ui, a9, a3, 1, fixup_l) # get byte 0
97 EX(s8i, a9, a11, 0, fixup_s) # store byte 0
120 EX(l32i, a9, a3, 0, fixup_l) # get word from src
125 EX(s32i, a9, a11, 0, fixup_s) # store word to dst
135 EX(l16ui, a9, a3, 0, fixup_l)
[all …]
Dstrnlen_user.S18 #define EX(insn,reg1,reg2,offset,handler) \ macro
80 EX(l32i, a9, a4, 4, lenfixup) # get next word of string
91 EX(l32i, a9, a4, 4, lenfixup) # load 4 bytes for remaining checks
128 EX(l8ui, a9, a4, 4, lenfixup) # get byte 0
135 EX(l32i, a9, a4, 0, lenfixup) # get word with first two bytes of string
/linux-4.4.14/arch/mips/lib/
Dmemset.S47 #define EX(insn,reg,addr,handler) \ macro
58 EX(LONG_S, \val, (\offset + 0 * STORSIZE)(\dst), \fixup)
59 EX(LONG_S, \val, (\offset + 1 * STORSIZE)(\dst), \fixup)
60 EX(LONG_S, \val, (\offset + 2 * STORSIZE)(\dst), \fixup)
61 EX(LONG_S, \val, (\offset + 3 * STORSIZE)(\dst), \fixup)
63 EX(LONG_S, \val, (\offset + 4 * STORSIZE)(\dst), \fixup)
64 EX(LONG_S, \val, (\offset + 5 * STORSIZE)(\dst), \fixup)
65 EX(LONG_S, \val, (\offset + 6 * STORSIZE)(\dst), \fixup)
66 EX(LONG_S, \val, (\offset + 7 * STORSIZE)(\dst), \fixup)
69 EX(LONG_S, \val, (\offset + 8 * STORSIZE)(\dst), \fixup)
[all …]
Dstrlen_user.S14 #define EX(insn,reg,addr,handler) \ macro
33 1: EX(lbu, v1, (v0), .Lfault\@)
35 1: EX(lbue, v1, (v0), .Lfault\@)
Dstrnlen_user.S13 #define EX(insn,reg,addr,handler) \ macro
44 EX(lb, t0, (v0), .Lfault\@)
46 EX(lbe, t0, (v0), .Lfault\@)
Dstrncpy_user.S14 #define EX(insn,reg,addr,handler) \ macro
41 1: EX(lbu, v0, (v1), .Lfault\@)
43 1: EX(lbue, v0, (v1), .Lfault\@)
/linux-4.4.14/arch/alpha/lib/
Dclear_user.S29 #define EX(x,y...) \ macro
49 0: EX( stq_u $31, 0($6) ) # e0 : zero one word
59 2: EX( stq_u $31, 0($6) ) # e0 : zero four words
61 EX( stq_u $31, 8($6) ) # e0 :
63 EX( stq_u $31, 16($6) ) # e0 :
65 EX( stq_u $31, 24($6) ) # e0 :
75 1: EX( ldq_u $5, 0($6) ) # e0 :
79 EX( stq_u $5, 0($6) ) # e0 :
90 EX( ldq_u $5, 0($6) ) # e0 : load dst word to mask back in
95 EX( stq_u $5, -8($6) ) # e0 :
[all …]
Dev6-clear_user.S47 #define EX(x,y...) \ macro
79 EX( ldq_u $5, 0($6) ) # .. .. .. L : load dst word to mask back in
84 EX( stq_u $5, -8($6) ) # .. .. .. L :
116 EX( stq_u $31, 0($6) ) # .. .. .. L
153 EX( stq_u $31, 0($6) ) # .. L .. ..
157 EX( stq_u $31, 8($6) ) # L :
158 EX( stq_u $31, 16($6) ) # L :
162 EX( stq_u $31, 24($6) ) # L :
163 EX( stq_u $31, 32($6) ) # L :
168 EX( stq_u $31, 40($6) ) # L :
[all …]
/linux-4.4.14/arch/ia64/lib/
Dmemcpy_mck.S19 #define EK(y...) EX(y)
154 EX(.ex_handler, (p16) ld8 r34=[src0],16)
156 EX(.ex_handler, (p17) st8 [dst0]=r33,16)
159 EX(.ex_handler, (p16) ld8 r32=[src0],16)
161 EX(.ex_handler, (p16) st8 [dst0]=r34,16)
167 EX(.ex_handler, (p6) ld8 t1=[src0])
170 EX(.ex_hndlr_s, (p7) ld8 t2=[src1],8)
174 EX(.ex_hndlr_s, (p8) ld8 t3=[src1])
175 EX(.ex_handler, (p6) st8 [dst0]=t1) // store byte 1
177 EX(.ex_hndlr_d, (p7) st8 [dst1]=t2,8) // store byte 2
[all …]
Dcopy_user.S113 EX(.failure_in_pipe1,(p16) ld1 val1[0]=[src1],1)
114 EX(.failure_out,(EPI) st1 [dst1]=val1[PIPE_DEPTH-1],1)
195 EX(.failure_in_pipe2,(p16) ld1 val1[0]=[src1],1)
196 EX(.failure_out,(EPI) st1 [dst1]=val1[PIPE_DEPTH-1],1)
239 EX(.failure_out,(EPI) st8 [dst1]=tmp,8); \
241 EX(3f,(p16) ld8 val1[1]=[src1],8); \
306 EX(.failure_in_pipe1,(p16) ld1 val1[0]=[src1],1)
307 EX(.failure_out,(EPI) st1 [dst1]=val1[PIPE_DEPTH-1],1)
332 EX(.failure_in1,(p6) ld1 val1[0]=[src1],1) // 1-byte aligned
336 EX(.failure_in1,(p7) ld2 val1[1]=[src1],2) // 2-byte aligned
[all …]
Dclear_user.S80 EX( .Lexit1, st1 [buf]=r0,1 )
104 EX( .Lexit3, (p6) st1 [buf]=r0,1 ) // 1-byte aligned
108 EX( .Lexit3, (p6) st2 [buf]=r0,2 ) // 2-byte aligned
112 EX( .Lexit3, (p6) st4 [buf]=r0,4 ) // 4-byte aligned
116 EX( .Lexit3, (p6) st8 [buf]=r0,8 ) // 8-byte aligned
147 2: EX(.Lexit3, st8 [buf]=r0,16 )
167 EX( .Lexit2, (p6) st8 [buf]=r0,8 ) // at least 8 bytes
171 EX( .Lexit2, (p7) st4 [buf]=r0,4 ) // at least 4 bytes
175 EX( .Lexit2, (p6) st2 [buf]=r0,2 ) // at least 2 bytes
179 EX( .Lexit2, (p7) st1 [buf]=r0 ) // only 1 byte left
Dstrncpy_from_user.S32 EX(.Lexit, ld1 r8=[in1],1)
34 EX(.Lexit, st1 [in0]=r8,1)
Dstrlen_user.S166 EX(.Lexit1, ld8 val=[base],8) // load the initial bytes
175 EX(.Lexit1, (p6) ld8 val=[base],8)
/linux-4.4.14/arch/sparc/lib/
Dcopy_in_user.S11 #define EX(x,y) \ macro
47 EX(ldxa [%o1] %asi, %o5)
48 EX(stxa %o5, [%o0] %asi)
56 EX(lduwa [%o1] %asi, %o5)
57 EX(stwa %o5, [%o0] %asi)
73 EX(lduwa [%o1] %asi, %g1)
74 EX(stwa %g1, [%o0] %asi)
85 EX(lduba [%o1] %asi, %g1)
86 EX(stba %g1, [%o0] %asi)
Dmemset.S16 #define EX(x,y,a,b) \ macro
81 EX(stb %g3, [%o0], sub %o1, 0)
85 EX(stb %g3, [%o0 + 0x01], sub %o1, 1)
87 EX(stb %g3, [%o0 + 0x02], sub %o1, 2)
109 EX(st %g3, [%o0], sub %o1, 0)
146 EX(st %g3, [%o0], and %o1, 7)
152 EX(sth %g3, [%o0], and %o1, 3)
156 EX(stb %g3, [%o0], and %o1, 1)
169 EX(stb %g3, [%o0 - 1], add %o1, 1)
Dcopy_user.S22 #define EX(x,y,a,b) \ macro
214 EX(ldd [%o1], %g2, and %g1, 0xf)
217 EX(st %g2, [%o0 - 0x08], and %g1, 0xf)
223 EX(ld [%o1], %g2, and %g1, 7)
225 EX(st %g2, [%o0], and %g1, 7)
231 EX(lduh [%o1], %g2, and %g1, 3)
233 EX(sth %g2, [%o0], and %g1, 3)
239 EX(ldub [%o1], %g2, add %g0, 1)
240 EX(stb %g2, [%o0], add %g0, 1)
337 EX(ldub [%o1], %g2, add %g0, 1)
[all …]
Dchecksum_32.S150 #define EX(x,y,a,b) \ macro
252 EX(ldd [%o0 + 0x00], %g2, and %o3, 0xf)
263 EX(ld [%o0 + 0x00], %g2, add %o3, 4)
276 2: EX(lduh [%o0 + 0x00], %o4, add %o3, 2)
282 4: EX(ldub [%o0 + 0x00], %o5, add %g0, 1)
306 EX(lduh [%o0 + 0x00], %g4, add %g1, 0)
322 EX(ld [%o0 + 0x00], %g4, add %g1, 0)
406 EX(ldub [%o0], %g5, add %g1, 1)
417 EX(lduh [%o0], %o4, add %g1, 0)
452 EX(lduh [%o0], %o4, and %g1, 3)
[all …]
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-driver-hid-logitech-lg4ff28 DF-EX --> DFP
31 DF-EX --> DFP --> G25
34 DF-EX <*> DFP <-> G25 <-> G27
35 DF-EX <*--------> G25 <-> G27
36 DF-EX <*----------------> G27
39 DF-EX <*> DFP <-> DFGT
40 DF-EX <*--------> DFGT
43 parameter set in order for the switch to DF-EX mode to work.
/linux-4.4.14/arch/alpha/include/asm/
Da.out.h11 #define SET_AOUT_PERSONALITY(BFPM, EX) \ argument
12 set_personality (((BFPM->taso || EX.ah.entry < 0x100000000L \
Delf.h147 #define SET_PERSONALITY(EX) \ argument
148 set_personality(((EX).e_flags & EF_ALPHA_32BIT) \
/linux-4.4.14/Documentation/
Dmd-cluster.txt82 2. sender get EX of TOKEN
83 sender get EX of MESSAGE
85 TOKEN:EX ACK:CR ACK:CR
86 MESSAGE:EX
94 sender down-convert MESSAGE from EX to CW
95 sender try to get EX of ACK
106 TOKEN:EX MESSAGE:CR MESSAGE:CR
108 ACK:EX
110 4. triggered by grant of EX on ACK (indicating all receivers have processed
112 sender down-convert ACK from EX to CR
[all …]
/linux-4.4.14/arch/ia64/kernel/
Dfsys.S261 EX(.fail_efault, probe.w.fault r31, 3)
294 EX(.fail_efault, probe.w.fault r23, 3) // This also costs 5 cycles
302 EX(.fail_efault, st8 [r31] = r9)
303 EX(.fail_efault, st8 [r23] = r21)
353 EX(.fail_efault, (p6) probe.w.fault r32, 3) // M This takes 5 cycles
354 EX(.fail_efault, (p7) probe.w.fault r33, 3) // M This takes 5 cycles
364 EX(.fail_efault, (p6) st4 [r32] = r3)
365 EX(.fail_efault, (p7) st2 [r33] = r20)
369 EX(.fail_efault, (p6) probe.w.fault r32, 3) // M This takes 5 cycles
370 EX(.fail_efault, (p7) probe.w.fault r33, 3) // M This takes 5 cycles
[all …]
/linux-4.4.14/arch/powerpc/platforms/40x/
DKconfig32 select 405EX
44 select 405EX
82 select 405EX
107 config 405EX
/linux-4.4.14/arch/powerpc/platforms/44x/
DKconfig113 select 460EX # Odd since it uses 460GT but the effects are the same
123 select 460EX
138 select 460EX # Odd since it uses 460GT but the effects are the same
328 config 460EX
/linux-4.4.14/arch/ia64/include/asm/
Dasmmacro.h49 # define EX(y,x...) \ macro
/linux-4.4.14/Documentation/video4linux/
DCARDLIST.saa713415 14 -> ELSA EX-VISION 300TV [1048:226b]
16 15 -> ELSA EX-VISION 500TV [1048:226a]
90 89 -> ELSA EX-VISION 700TV [1048:226c]
Dzr364xx.txt50 0x0595 0x4343 Fujifilm EX-10
/linux-4.4.14/Documentation/filesystems/
Dgfs2-glocks.txt24 namely shared (SH), deferred (DF) and exclusive (EX). Those translate
32 EX | EX (Exclusive)
44 EX | Yes | Yes | Yes | Yes
79 Also, eventually we hope to make the glock "EX" mode locally shared
Docfs2.txt100 coherency=buffered Allow concurrent O_DIRECT writes without EX lock among
/linux-4.4.14/arch/powerpc/boot/dts/
Dobs600.dts2 * Device Tree Source for PlatHome OpenBlockS 600 (405EX)
37 model = "PowerPC,405EX";
Dmakalu.dts2 * Device Tree Source for AMCC Makalu (405EX)
33 model = "PowerPC,405EX";
Dkilauea.dts2 * Device Tree Source for AMCC Kilauea (405EX)
33 model = "PowerPC,405EX";
Dcanyonlands.dts2 * Device Tree Source for AMCC Canyonlands (460EX)
33 model = "PowerPC,460EX";
/linux-4.4.14/arch/arm/vfp/
Dvfphw.S121 VFPFMRX r6, FPINST @ FPINST (only if FPEXC.EX is set)
/linux-4.4.14/drivers/edac/
DKconfig290 PowerPC 4xx embedded processors such as the 405EX[r],
291 440SP, 440SPe, 460EX, 460GT and 460SX.
/linux-4.4.14/fs/gfs2/
Dtrace_gfs2.h27 dlm_state_name(EX))
/linux-4.4.14/Documentation/filesystems/caching/
Dfscache.txt349 …OBJECT PARENT STAT CHLDN OPS OOP IPR EX READS EM EV F S | NETFS_COOKIE_DEF TY FL NETFS_DATA …
365 EX Number of outstanding exclusive operations
/linux-4.4.14/drivers/ata/
DKconfig299 depends on 460EX
303 AppliedMicro processor 460EX.
/linux-4.4.14/Documentation/ia64/
Dfsys.txt152 memory access exceptions (this can be done with the EX() macros
/linux-4.4.14/drivers/hid/
DKconfig429 - Logitech Formula Force EX
468 - Logitech Formula Force EX
/linux-4.4.14/drivers/input/touchscreen/
DKconfig794 - 3M MicroTouch USB (EX II series)
838 bool "3M/Microtouch EX II series device support" if EXPERT
/linux-4.4.14/Documentation/networking/
Dixgb.txt56 82597EX Intel(R) PRO/10GbE LR/SR/CX4 10G Base-LR (1310 nm optical fiber)
/linux-4.4.14/drivers/scsi/
DKconfig1020 tristate "Promise SuperTrak EX Series support"
1023 This driver supports Promise SuperTrak EX series storage controllers.
/linux-4.4.14/tools/perf/
Dbuiltin-trace.c528 P_CMD(EX); in syscall_arg__scnprintf_flock()