/linux-4.4.14/arch/mips/kernel/ |
D | r2300_fpu.S | 21 #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 …]
|
D | r4k_fpu.S | 26 .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/ |
D | copy_page.S | 73 #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 …]
|
D | memcpy-sh4.S | 29 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/ |
D | memcpy_32.S | 37 #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/ |
D | usercopy.S | 68 #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 …]
|
D | memset.S | 33 #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 …]
|
D | strncpy_user.S | 19 #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 …]
|
D | strnlen_user.S | 18 #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/ |
D | memset.S | 47 #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 …]
|
D | strlen_user.S | 14 #define EX(insn,reg,addr,handler) \ macro 33 1: EX(lbu, v1, (v0), .Lfault\@) 35 1: EX(lbue, v1, (v0), .Lfault\@)
|
D | strnlen_user.S | 13 #define EX(insn,reg,addr,handler) \ macro 44 EX(lb, t0, (v0), .Lfault\@) 46 EX(lbe, t0, (v0), .Lfault\@)
|
D | strncpy_user.S | 14 #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/ |
D | clear_user.S | 29 #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 …]
|
D | ev6-clear_user.S | 47 #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/ |
D | memcpy_mck.S | 19 #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 …]
|
D | copy_user.S | 113 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 …]
|
D | clear_user.S | 80 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
|
D | strncpy_from_user.S | 32 EX(.Lexit, ld1 r8=[in1],1) 34 EX(.Lexit, st1 [in0]=r8,1)
|
D | strlen_user.S | 166 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/ |
D | copy_in_user.S | 11 #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)
|
D | memset.S | 16 #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)
|
D | copy_user.S | 22 #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 …]
|
D | checksum_32.S | 150 #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/ |
D | sysfs-driver-hid-logitech-lg4ff | 28 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/ |
D | a.out.h | 11 #define SET_AOUT_PERSONALITY(BFPM, EX) \ argument 12 set_personality (((BFPM->taso || EX.ah.entry < 0x100000000L \
|
D | elf.h | 147 #define SET_PERSONALITY(EX) \ argument 148 set_personality(((EX).e_flags & EF_ALPHA_32BIT) \
|
/linux-4.4.14/Documentation/ |
D | md-cluster.txt | 82 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/ |
D | fsys.S | 261 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/ |
D | Kconfig | 32 select 405EX 44 select 405EX 82 select 405EX 107 config 405EX
|
/linux-4.4.14/arch/powerpc/platforms/44x/ |
D | Kconfig | 113 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/ |
D | asmmacro.h | 49 # define EX(y,x...) \ macro
|
/linux-4.4.14/Documentation/video4linux/ |
D | CARDLIST.saa7134 | 15 14 -> ELSA EX-VISION 300TV [1048:226b] 16 15 -> ELSA EX-VISION 500TV [1048:226a] 90 89 -> ELSA EX-VISION 700TV [1048:226c]
|
D | zr364xx.txt | 50 0x0595 0x4343 Fujifilm EX-10
|
/linux-4.4.14/Documentation/filesystems/ |
D | gfs2-glocks.txt | 24 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
|
D | ocfs2.txt | 100 coherency=buffered Allow concurrent O_DIRECT writes without EX lock among
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | obs600.dts | 2 * Device Tree Source for PlatHome OpenBlockS 600 (405EX) 37 model = "PowerPC,405EX";
|
D | makalu.dts | 2 * Device Tree Source for AMCC Makalu (405EX) 33 model = "PowerPC,405EX";
|
D | kilauea.dts | 2 * Device Tree Source for AMCC Kilauea (405EX) 33 model = "PowerPC,405EX";
|
D | canyonlands.dts | 2 * Device Tree Source for AMCC Canyonlands (460EX) 33 model = "PowerPC,460EX";
|
/linux-4.4.14/arch/arm/vfp/ |
D | vfphw.S | 121 VFPFMRX r6, FPINST @ FPINST (only if FPEXC.EX is set)
|
/linux-4.4.14/drivers/edac/ |
D | Kconfig | 290 PowerPC 4xx embedded processors such as the 405EX[r], 291 440SP, 440SPe, 460EX, 460GT and 460SX.
|
/linux-4.4.14/fs/gfs2/ |
D | trace_gfs2.h | 27 dlm_state_name(EX))
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | fscache.txt | 349 …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/ |
D | Kconfig | 299 depends on 460EX 303 AppliedMicro processor 460EX.
|
/linux-4.4.14/Documentation/ia64/ |
D | fsys.txt | 152 memory access exceptions (this can be done with the EX() macros
|
/linux-4.4.14/drivers/hid/ |
D | Kconfig | 429 - Logitech Formula Force EX 468 - Logitech Formula Force EX
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | Kconfig | 794 - 3M MicroTouch USB (EX II series) 838 bool "3M/Microtouch EX II series device support" if EXPERT
|
/linux-4.4.14/Documentation/networking/ |
D | ixgb.txt | 56 82597EX Intel(R) PRO/10GbE LR/SR/CX4 10G Base-LR (1310 nm optical fiber)
|
/linux-4.4.14/drivers/scsi/ |
D | Kconfig | 1020 tristate "Promise SuperTrak EX Series support" 1023 This driver supports Promise SuperTrak EX series storage controllers.
|
/linux-4.4.14/tools/perf/ |
D | builtin-trace.c | 528 P_CMD(EX); in syscall_arg__scnprintf_flock()
|