/linux-4.1.27/drivers/video/fbdev/core/ |
D | cfbcopyarea.c | 107 unsigned long d0, d1; in bitcpy() local 127 d1 = FB_READL(src + 1); in bitcpy() 128 d1 = fb_rev_pixels_in_long(d1, bswapmask); in bitcpy() 129 d0 = d0 >> right | d1 << left; in bitcpy() 145 d1 = d0; in bitcpy() 150 d1 = FB_READL(src++); in bitcpy() 151 d1 = fb_rev_pixels_in_long(d1, bswapmask); in bitcpy() 153 d0 = d0 >> right | d1 << left; in bitcpy() 158 d0 = d1; in bitcpy() 165 d1 = FB_READL(src++); in bitcpy() [all …]
|
D | syscopyarea.c | 76 unsigned long d0, d1; in bitcpy() local 96 d1 = *src; in bitcpy() 97 *dst = comp(d0 >> right | d1 << left, *dst, in bitcpy() 117 d1 = *src++; in bitcpy() 118 *dst = comp(d0 >> right | d1 << left, *dst, in bitcpy() 120 d0 = d1; in bitcpy() 129 d1 = *src++; in bitcpy() 130 *dst++ = d0 >> right | d1 << left; in bitcpy() 131 d0 = d1; in bitcpy() 132 d1 = *src++; in bitcpy() [all …]
|
/linux-4.1.27/arch/mn10300/lib/ |
D | memset.S | 26 mov d1,(16,sp) 39 extbu d1 40 mov_asl d1,d3,8,d1 41 or_asl d1,d3,8,d1 42 or_asl d1,d3,8,d1 43 or d3,d1 53 mov d1,(a0+) 54 mov d1,(a0+) 55 mov d1,(a0+) 56 mov d1,(a0+) [all …]
|
D | do_csum.S | 25 mov d1,d2 # count 28 clr d1 # accumulator 42 add d0,d1 51 add d0,d1 69 add d0,d1 70 addc e0,d1 71 addc e1,d1 72 addc e3,d1 77 addc d0,d1 78 addc e0,d1 [all …]
|
D | memmove.S | 26 cmp d1,d0 32 mov d1,(16,sp) 35 add d1,d2,a1 # src end 42 or d0,d1,d3 59 mov (a1),d1 61 mov d1,(a0) 66 mov (a1),d1 68 mov d1,(a0) 73 mov (a1),d1 75 mov d1,(a0) [all …]
|
D | memcpy.S | 26 mov d1,(16,sp) 29 mov d1,a1 # src 36 or d0,d1,d3 51 mov (a1+),d1 59 mov d1,(a0+) 79 mov (a1+),d1 83 mov d1,(a0+) 107 mov (20,sp),d1 108 cmp d2,d1
|
D | __lshrdi3.S | 38 asl a1,d1,a1 # get underflow from MSW -> LSW 40 or_lsr a1,d0,a0,d1 # insert underflow into LSW and 47 lsr a0,d1,d0 48 clr d1
|
D | __ashrdi3.S | 37 asl a1,d1,a1 # get underflow from MSW -> LSW 39 or_asr a1,d0,a0,d1 # insert underflow into LSW and 46 asr a0,d1,d0 48 mov mdr,d1
|
D | __ashldi3.S | 33 asl a0,d1 39 or_asl a1,d1,a0,d0 # insert overflow into MSW and 46 asl a0,d0,d1
|
D | __ucmpdi2.S | 31 subc a1,d1 # may clear Z, never sets it
|
/linux-4.1.27/drivers/net/wan/ |
D | wanxlfw.S | 303 movel SICR, %d1 // D1 = clock settings in SICR 304 andl clocking_mask(%d0), %d1 307 orl clocking_txfromrx(%d0), %d1 311 orl clocking_ext(%d0), %d1 313 movel %d1, SICR // update clock settings in SICR 319 movel first_buffer(%d0), %d1 // D1 = starting buffer address 328 movel %d1, (%a1)+ // buffer address 329 addl #BUFFER_LENGTH, %d1 334 movel %d1, (%a1)+ // buffer address 340 movel %d1, (%a1)+ // buffer address [all …]
|
/linux-4.1.27/arch/m68k/math-emu/ |
D | fp_util.S | 99 clr.l %d1 | sign defaults to zero 103 moveq #1,%d1 105 1: swap %d1 106 move.w #0x3fff+31,%d1 107 move.l %d1,(%a0)+ | set sign / exp 130 move.l %d0,%d1 132 lsr.l #8,%d1 | exponent / sign 133 lsr.l #7,%d1 134 lsr.w #8,%d1 136 cmp.w #0xff,%d1 | NaN / Inf? [all …]
|
D | fp_movem.S | 46 | %d1 contains the mask and count of the register list 58 2: move.l %d0,%d1 59 swap %d1 61 1: addq.w #1,%d1 | count the # of registers in 62 2: lsr.b #1,%d0 | register list and keep it in %d1 65 printf PDECODE,"#%08x",1,%d1 132 swap %d1 | get fpu register list 157 3: lsl.b #1,%d1 176 4: lsl.b #1,%d1 207 move.l %d0,%d1 [all …]
|
D | fp_move.S | 48 move.w %d0,%d1 | store data size twice in %d1 49 swap %d1 | one can be trashed below 50 move.w %d0,%d1 54 move.b (%a0,%d1.w),%d0 75 move.w %d0,%d1 83 swap %d1 84 move.l %d1,%d2 86 jmp ([0f:w,%pc,%d1.w*4]) 98 move.l %d0,%d1 102 move.b %d1,%d0 [all …]
|
D | fp_cond.S | 83 swap %d1 | test condition in %d1 84 tst.w %d1 86 move.l %d0,%d1 102 move.w %d0,%d1 103 swap %d1 116 move.w %d0,%d1 | save register nr 118 swap %d1 119 move.b %d1,%d0 120 swap %d1 165 swap %d1 [all …]
|
D | fp_decode.h | 157 move.w %d2,%d1 | scale factor 158 rol.w #7,%d1 159 and.w #3,%d1 162 printf PDECODE,":%d",1,%d1 164 lsl.l %d1,%d0 231 move.w #6,%d1 236 cmp.w #6,%d1 239 move.w #4,%d1 252 lea (%a0,%d1.w*4),%a0 254 lea (%a0,%d1.w*8),%a0 [all …]
|
D | fp_scan.S | 46 | %d1 - operand size 106 | sort out fmovecr, keep data size in %d1 110 move.w %d0,%d1 | store data size twice in %d1 111 swap %d1 | one can be trashed below 112 move.w %d0,%d1 116 move.b (%a0,%d1.w),%d0 146 jmp ([0f:w,%pc,%d1.w*4]) 225 move.w (fp_datasize,%d1.w*2),%d0 229 movem.l %d0/%d1,-(%sp) 231 clr.l %d1 [all …]
|
D | fp_entry.S | 165 jmp ([0f:w,%pc,%d1.w*4])
|
/linux-4.1.27/arch/mn10300/mm/ |
D | cache-flush-by-reg.S | 58 LOCAL_CLI_SAVE(d1) 83 LOCAL_IRQ_RESTORE(d1) 106 mov PAGE_SIZE,d1 108 add d0,d1 124 sub d0,d1,d3 133 mov d1,a1 # a1 = end 140 mov (a0),d1 141 btst DCPGCR_DCPGBSY,d1 145 mov d2,d1 146 add -1,d1 [all …]
|
D | cache-inv-by-reg.S | 111 mov PAGE_SIZE,d1 113 add d0,d1 142 add d2,d1 143 and L1_CACHE_TAG_MASK,d1 # round end addr up 146 sub d0,d1,d2 # calculate the total size 148 mov d1,a1 # A1 = end address
|
D | cache-dbg-flush-by-tag.S | 88 movhu (CHCTR),d1 89 btst CHCTR_DCEN|CHCTR_ICEN,d1 91 btst CHCTR_DCEN,d1
|
D | cache.inc | 28 mov epsw,d1 61 LOCAL_IRQ_RESTORE(d1) 89 mov epsw,d1 122 LOCAL_IRQ_RESTORE(d1)
|
D | tlb-mn10300.S | 159 mov (MMUCTR),d1 160 mov d1,(MMUCTR) 167 movhu (MMUFCR_IFC),d1 168 or 0x00010000,d1 # it's an instruction fetch
|
D | cache-dbg-flush-by-reg.S | 41 mov epsw,d1 84 mov d1,epsw
|
D | cache-inv-by-tag.S | 119 mov PAGE_SIZE,d1 121 add d0,d1 162 sub a1,d1 163 lsr L1_CACHE_SHIFT,d1 # total number of entries to
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | round.S | 24 | d1(high word) contains rounding precision: 28 | d1(low word) contains rounding mode: 55 swap %d1 |set up d1.w for round prec. 64 movel (%a1,%d1.w*4),%a1 67 | Jump table indexed by rounding mode in d1.w. All following assumes 81 swap %d1 |set up d1 for round prec. 99 movel (%a1,%d1.w*4),%a1 106 swap %d1 |set up d1 for round prec. 116 swap %d1 |set up d1 for round prec. 120 movel (%a1,%d1.w*4),%a1 [all …]
|
D | scale.S | 51 clrl %d1 52 movew FPTEMP(%a6),%d1 |get dest exponent 54 andil #0x7fff,%d1 |strip sign 98 tstw %d1 |check for denorm 100 addl %d0,%d1 |add src to dest exp 102 cmpil #0x7fff,%d1 |test for overflow 106 orw #0x8000,%d1 108 movew %d1,FPTEMP(%a6) |result in FPTEMP 115 orw #0x8000,%d1 125 orw #0x8000,%d1 [all …]
|
D | x_snan.S | 45 moveml %d0-%d1/%a0-%a1,USER_DA(%a6) 72 moveml USER_DA(%a6),%d0-%d1/%a0-%a1 105 moveml USER_DA(%a6),%d0-%d1/%a0-%a1 133 moveml USER_DA(%a6),%d0-%d1/%a0-%a1 164 movel ETEMP_HI(%a6),%d1 169 bsetl #30,%d1 176 movel %d1,-(%a7) |move the snan onto the stack 180 movel (%a7)+,%d1 |clear off stack 186 movel ETEMP_HI(%a6),%d1 191 bsetl #30,%d1 [all …]
|
D | res_func.S | 500 bfextu FPCR_MODE(%a6){#2:#2},%d1 |get rmode 503 cmpib #3,%d1 |check for rp 507 cmpib #2,%d1 |check for rm 515 bfextu FPCR_MODE(%a6){#2:#2},%d1 |get rmode 518 cmpib #3,%d1 |check for rp 522 cmpib #2,%d1 |check for rm 706 bfexts FPTEMP_EX(%a6){#1:#15},%d1 |get dest exp (always neg) 707 subl %d1,%d0 |subtract dest from src 712 movew FPTEMP_EX(%a6),%d1 713 eorw %d1,%d0 [all …]
|
D | sto_res.S | 38 moveql #7,%d1 39 subl %d0,%d1 |d1 = 7- (dest. reg. no.) 41 bsetl %d1,%d0 |d0 is dynamic register mask 71 moveql #7,%d1 72 subl %d0,%d1 |d1 = 7- (dest. reg. no.) 74 bsetl %d1,%d0 |d0 is dynamic register mask
|
D | get_op.S | 496 bfextu %d0{#20:#12},%d1 |get exponent into d1 497 cmpiw #0x0fff,%d1 |test for inf or NaN 499 bfextu %d0{#17:#3},%d1 |get SE and y bits into d1 500 cmpiw #7,%d1 |SE and y bits must be on for special 548 bfextu %d0{#20:#12},%d1 |get exponent into d1 549 cmpiw #0x0fff,%d1 |test for inf or NaN 551 bfextu %d0{#17:#3},%d1 |get SE and y bits into d1 552 cmpiw #7,%d1 |SE and y bits must be on for special 636 movew ETEMP_EX(%a6),%d1 637 andiw #0x7fff,%d1 |strip sign [all …]
|
D | srem_mod.S | 158 movew SignY(%a6),%d1 159 eorl %d0,%d1 160 andil #0x00008000,%d1 161 movew %d1,SignQ(%a6) | ...sign(Q) obtained 163 movel -8(%a0),%d1 168 tstl %d1 172 movel %d2,%d1 176 bfffo %d1{#0:#32},%d6 177 lsll %d6,%d1 184 bfffo %d1{#0:#32},%d6 [all …]
|
D | gen_except.S | 76 bfextu CMDREG1B(%a6){#13:#1},%d1 |extract bit 2 77 lsll #5,%d1 78 swap %d1 79 orl %d1,%d0 |put it in the right place 80 bfextu CMDREG1B(%a6){#10:#3},%d1 |extract bit 3,4,5 81 lsll #2,%d1 82 swap %d1 83 orl %d1,%d0 |put them in the right place 155 bfffo %d0{#24:#8},%d1 |test for first set bit 157 subib #24,%d1 |normalize bit offset to 0-8 [all …]
|
D | do_func.S | 80 bfextu STAG(%a6){#0:#3},%d1 82 addl %d1,%d0 |combine for final index into table 86 movel USER_FPCR(%a6),%d1 87 andl #0xFF,%d1 | discard all but rounding mode/prec 276 bfextu DTAG(%a6){#0:#3},%d1 |dtag = d1 282 bclrl #2,%d1 284 lslb #2,%d1 285 orb %d0,%d1 |d1{3:2} = dtag, d1{1:0} = stag 292 movel (%a1,%d1.w*4),%a1 302 moveb ETEMP(%a6),%d1 |get sign of src op [all …]
|
D | x_store.S | 154 movel LOCAL_HI(%a1),%d1 |get ms mantissa 155 bfextu %d1{#1:#20},%d1 |get upper 20 bits of ms 156 orl %d1,%d0 |put these bits in ms word of double 158 movel LOCAL_HI(%a1),%d1 |get ms mantissa 160 lsll %d0,%d1 |put lower 11 bits in upper bits 161 movel %d1,LOCAL_HI(%a1) |build lower lword in memory 162 movel LOCAL_LO(%a1),%d1 |get ls mantissa 163 bfextu %d1{#0:#21},%d0 |get ls 21 bits of double 238 movel %d0,%d1 |d1 has size:reg formatted for reg_dest 239 orl #0x10,%d1 |reg_dest wants size added to reg#
|
D | x_fline.S | 49 moveml %d0-%d1/%a0-%a1,USER_DA(%a6) 59 bfextu %d0{#4:#3},%d1 |extract coprocessor id 60 cmpib #1,%d1 |check if cpid=1 62 bfextu %d0{#16:#6},%d1 63 cmpib #0x17,%d1 |check if it is an FMOVECR encoding 86 movel #4,%d1 87 addl %d1,EXC_PC(%a6) |increment stacked pc value to next inst 93 moveml USER_DA(%a6),%d0-%d1/%a0-%a1 |restore data registers 97 moveml USER_DA(%a6),%d0-%d1/%a0-%a1 |restore data registers
|
D | stanh.S | 105 movel %d1,-(%a7) 106 clrl %d1 109 movel (%a7)+,%d1 117 fmovel %d1,%FPCR |restore users exceptions 141 movel %d1,-(%a7) 142 clrl %d1 145 movel (%a7)+,%d1 157 fmovel %d1,%FPCR |restore users exceptions 165 fmovel %d1,%FPCR |restore users exceptions 179 fmovel %d1,%FPCR |restore users exceptions
|
D | x_operr.S | 156 moveql #2,%d1 |write size to d1 183 moveql #1,%d1 |write size to d1 243 | This routine stores the data in d0, for the given size in d1, 249 movel %d1,-(%a7) |save register size 251 movel (%a7)+,%d1 259 cmpil #4,%d1 261 cmpil #2,%d1 268 movel %d0,%d1 |format size:reg for reg_dest 278 movel %d1,%d0 |put size in d0 312 moveml USER_DA(%a6),%d0-%d1/%a0-%a1 [all …]
|
D | x_unfl.S | 48 moveml %d0-%d1/%a0-%a1,USER_DA(%a6) 73 moveml USER_DA(%a6),%d0-%d1/%a0-%a1 108 moveml USER_DA(%a6),%d0-%d1/%a0-%a1 127 moveml USER_DA(%a6),%d0-%d1/%a0-%a1 134 moveml USER_DA(%a6),%d0-%d1/%a0-%a1 189 | Set up d1 for round subroutine d1 contains the PREC/MODE 192 bfextu FPCR_MODE(%a6){#2:#2},%d1 |get mode from FPCR 193 | ;mode in lower d1 194 addl (%a7)+,%d1 |merge PREC/MODE 204 | d1{01:00} has rounding mode [all …]
|
D | scosh.S | 74 fmovel %d1,%FPCR 93 movel %d1,-(%sp) 94 clrl %d1 98 movel (%sp)+,%d1 103 fmovel %d1,%FPCR 116 movel %d1,-(%sp) 117 clrl %d1
|
D | binstr.S | 30 | d1. 50 | d1: temp used to form the digit 87 | A3. Multiply d2:d3 by 8; extract msbs into d1. 89 bfextu %d2{#0:#3},%d1 |copy 3 msbs of d2 into d1 95 | A4. Multiply d4:d5 by 2; add carry out to d1. 100 addxw %d6,%d1 |add in extend from mul by 2 108 addxw %d6,%d1 |add in extend from add to d1 118 addw %d1,%d7 |add in ls digit to d7b 126 movew %d1,%d7 |put new digit in d7b
|
D | x_unsupp.S | 64 movel USER_FPSR(%a6),%d1 67 andl #0xFF00FF,%d1 |clear all but aexcs and qbyte 70 andl #0x0FFF40FF,%d1 |clear all but cc's, snan bit, aexcs, and qbyte
|
D | bugfix.S | 201 bfextu CMDREG3B(%a6){#6:#3},%d1 |get 3rd dest 202 cmpb %d0,%d1 209 cmpb %d0,%d1 |cmp 1st dest with 3rd dest 214 bfextu CMDREG2B(%a6){#6:#3},%d1 |get 2nd dest 215 cmpb %d0,%d1 |cmp 1st dest with 2nd dest 218 cmpb %d0,%d1 |cmp 1st src with 2nd dest 226 movel #7,%d1 227 subl %d0,%d1 229 bsetl %d1,%d0 271 movel (%a7)+,%d1 |save return address from bsr [all …]
|
D | sgetem.S | 95 movel LOCAL_LO(%a0),%d1 |load ls mant in d1 98 movel %d1,LOCAL_LO(%a0) |put ls mant back on stack 107 | ls mantissa part in d1 109 | shifted bits in d0 and d1 114 tstl %d1 |test if any bits set in ls mant 119 exg %d0,%d1 |shift ls mant to ms mant 129 movel %d1,%d6 |save ls mant in d6 130 lsll %d3,%d1 |shift ls mant by count
|
D | slog2.S | 120 movel %d1,-(%sp) 121 clrl %d1 133 movel %d1,-(%sp) 134 clrl %d1 147 movel %d1,-(%sp) 148 clrl %d1 172 fmovel %d1,%fpcr 177 movel %d1,-(%sp) 178 clrl %d1
|
D | ssinh.S | 90 moveml %a1/%d1,-(%sp) 92 clrl %d1 95 moveml (%sp)+,%a1/%d1 107 fmovel %d1,%fpcr 125 movel %d1,-(%sp) 126 clrl %d1
|
D | decbin.S | 125 | 2. Calculate absolute value of exponent in d1 by mul and add. 134 | (*) d1: accumulator for binary exponent 151 clrl %d1 |zero d1 for accumulator 153 mulul #TEN,%d1 |mul partial product by one digit place 155 addl %d0,%d1 |d1 = d1 + d0 454 movel %d1,%d0 |copy exp to d0;use d0
|
D | sint.S | 78 bfextu FPCR_MODE(%a6){#2:#2},%d1 |use user's mode for rounding 136 movel %d1,L_SCR1(%a6) |save mode bits 211 movel #0x403e,%d1 |set threshold for dnrm_lp 218 movel L_SCR1(%a6),%d1 |use selected rounding mode 224 | ; d1 PREC/MODE info
|
D | satanh.S | 90 movel %d1,-(%sp) 91 clrl %d1
|
D | skeleton.S | 151 moveml %d0/%d1,USER_DA(%a6) 155 moveml USER_DA(%a6),%d0/%d1 457 movel %d1,-(%sp) |preserve d1 just in case 463 movel (%sp)+,%d1
|
D | bindec.S | 113 | d1: scratch 188 movel 4(%a0),%d1 193 roxll #1,%d1 194 tstl %d1 205 movel %d1,4(%a0) 401 bfextu USER_FPCR(%a6){#26:#2},%d1 |get initial rmode bits 402 lslw #1,%d1 |put them in bits 2:1 403 addw %d5,%d1 |add in LAMBDA 404 lslw #1,%d1 |put them in bits 3:1
|
D | ssin.S | 649 movel %d1,-(%sp) |restore users mode & precision 650 andil #0xff,%d1 |mask off all exceptions 651 fmovel %d1,%FPCR 717 movel %d1,-(%sp) |save users mode & precision 718 andil #0xff,%d1 |mask off all exceptions 719 fmovel %d1,%FPCR 736 movel %d1,-(%sp) |save users mode & precision 737 andil #0xff,%d1 |mask off all exceptions 738 fmovel %d1,%FPCR
|
D | util.S | 183 bfextu FPCR_MODE(%a6){#2:#2},%d1 |set round mode 184 orl %d1,%d0 |index is fmt:mode in d0{3:0} 513 bfextu FPCR_MODE(%a6){#2:#2},%d1 |set round mode 514 orl %d1,%d0 |index is fmt:mode in d0{3:0} 632 | d1: data size and dest register number formatted as: 672 movel %a0@(%d1:l:4),%a0
|
D | setox.S | 566 fmovel %d1,%FPCR | ...restore user FPCR 573 fmovel %d1,%FPCR 611 fmovel %d1,%FPCR 761 fmovel %d1,%FPCR 780 fmovel %d1,%FPCR 793 fmovel %d1,%FPCR 847 fmovel %d1,%FPCR 859 fmovel %d1,%FPCR
|
D | satan.S | 336 fmovel %d1,%FPCR |restore users exceptions 387 fmovel %d1,%FPCR |restore users exceptions 396 fmovel %d1,%FPCR |restore users exceptions
|
D | sacos.S | 58 fmovel %d1,%fpcr | ...load user's rounding mode/precision
|
D | stan.S | 246 fmovel %d1,%fpcr |restore users exceptions 286 fmovel %d1,%fpcr |restore users exceptions 300 fmovel %d1,%fpcr |restore users exceptions
|
D | x_unimp.S | 46 moveml %d0-%d1/%a0-%a1,USER_DA(%a6)
|
D | x_ovfl.S | 60 moveml %d0-%d1/%a0-%a1,USER_DA(%a6)
|
D | kernel_ex.S | 293 fmovel %d1,%fpcr |restore user's rmode/prec 354 fmovel %d1,%fpcr |restore user's rmode/prec
|
D | sasin.S | 99 fmovel %d1,%FPCR
|
D | fpsp.h | 20 | movem.l d0-d1/a0-a1,USER_DA(a6) 50 | movem.l USER_DA(a6),d0-d1/a0-a1 69 | The registers d0, d1, a0, a1 and fp0-fp3 are always saved and
|
D | slogn.S | 417 fmovel %d1,%fpcr 466 fmovel %d1,%fpcr
|
/linux-4.1.27/arch/m68k/coldfire/ |
D | entry.S | 112 movel %sp,%d1 /* get thread_info pointer */ 113 andl #-THREAD_SIZE,%d1 /* at base of kernel stack */ 114 movel %d1,%a0 115 movel %a0@(TINFO_FLAGS),%d1 /* get thread_info->flags */ 116 andl #(1<<TIF_NEED_RESCHED),%d1 119 movel %a0@(TINFO_PREEMPT),%d1 120 cmpl #0,%d1 128 moveml %sp@,%d1-%d5/%a0-%a2 136 movel %sp,%d1 /* get thread_info pointer */ 137 andl #-THREAD_SIZE,%d1 /* at base of kernel stack */ [all …]
|
D | head.S | 51 movel MCFSIM_DMR1,%d1 /* get mask for 2nd bank */ 52 btst #0,%d1 /* check if region enabled */ 54 andl #0xfffc0000,%d1 56 addl #0x00040000,%d1 57 addl %d1,%d0 /* total mem size in d0 */ 82 moveql #1, %d1 83 lsll %d2, %d1 /* 2 ^ exponent */ 84 addl %d1, %d0 /* Total size of SDRAM in d0 */
|
/linux-4.1.27/arch/m68k/lib/ |
D | udivsi3.S | 68 #define d1 REG (d1) macro 91 movel sp@(12), d1 /* d1 = divisor */ 94 cmpl IMM (0x10000), d1 /* divisor >= 2 ^ 16 ? */ 99 divu d1, d2 /* high quotient in lower word */ 103 divu d1, d2 /* low quotient */ 107 L3: movel d1, d2 /* use d2 as divisor backup */ 108 L4: lsrl IMM (1), d1 /* shift divisor */ 110 cmpl IMM (0x10000), d1 /* still divisor >= 2 ^ 16 ? */ 112 divu d1, d0 /* now we have 16 bit divisor */ 118 movel d2, d1 [all …]
|
D | umodsi3.S | 68 #define d1 REG (d1) macro 89 movel sp@(8), d1 /* d1 = divisor */ 91 movel d1, sp@- 95 movel sp@(8), d1 /* d1 = divisor */ 97 movel d1, sp@- 102 mulsl d1,d0 104 movel sp@(4), d1 /* d1 = dividend */ 105 subl d0, d1 /* d1 = a - (a/b)*b */ 106 movel d1, d0
|
D | modsi3.S | 68 #define d1 REG (d1) macro 89 movel sp@(8), d1 /* d1 = divisor */ 91 movel d1, sp@- 95 movel sp@(8), d1 /* d1 = divisor */ 97 movel d1, sp@- 102 mulsl d1,d0 104 movel sp@(4), d1 /* d1 = dividend */ 105 subl d0, d1 /* d1 = a - (a/b)*b */ 106 movel d1, d0
|
D | mulsi3.S | 68 #define d1 REG (d1) macro 91 movew sp@(6), d1 /* x1 -> d1 */ 92 muluw sp@(8), d1 /* x1*y0 */ 94 addw d1, d0 96 addl d1, d0 100 movew sp@(6), d1 /* x1 -> d1 */ 101 muluw sp@(10), d1 /* x1*y1 */ 102 addl d1, d0
|
D | divsi3.S | 68 #define d1 REG (d1) macro 92 movel sp@(12), d1 /* d1 = divisor */ 94 negl d1 109 L2: movel d1, sp@-
|
/linux-4.1.27/lib/mpi/ |
D | mpih-div.c | 103 mpi_limb_t d1, d0; in mpihelp_divrem() local 106 d1 = dp[1]; in mpihelp_divrem() 111 if (n1 >= d1 && (n1 > d1 || n0 >= d0)) { in mpihelp_divrem() 112 sub_ddmmss(n1, n0, n1, n0, d1, d0); in mpihelp_divrem() 125 if (n1 == d1) { in mpihelp_divrem() 131 r = n0 + d1; in mpihelp_divrem() 132 if (r < d1) { /* Carry in the addition? */ in mpihelp_divrem() 141 udiv_qrnnd(q, r, n1, n0, d1); in mpihelp_divrem() 151 r += d1; in mpihelp_divrem() 152 if (r >= d1) /* If not carry, test Q again. */ in mpihelp_divrem() [all …]
|
/linux-4.1.27/arch/x86/lib/ |
D | string_32.c | 19 int d0, d1, d2; in strcpy() local 24 : "=&S" (d0), "=&D" (d1), "=&a" (d2) in strcpy() 34 int d0, d1, d2, d3; in strncpy() local 44 : "=&S" (d0), "=&D" (d1), "=&c" (d2), "=&a" (d3) in strncpy() 54 int d0, d1, d2, d3; in strcat() local 62 : "=&S" (d0), "=&D" (d1), "=&a" (d2), "=&c" (d3) in strcat() 72 int d0, d1, d2, d3; in strncat() local 85 : "=&S" (d0), "=&D" (d1), "=&a" (d2), "=&c" (d3) in strncat() 96 int d0, d1; in strcmp() local 108 : "=a" (res), "=&S" (d0), "=&D" (d1) in strcmp() [all …]
|
D | mmx_32.c | 338 int d0, d1; in slow_zero_page() local 344 : "=&c" (d0), "=&D" (d1) in slow_zero_page() 360 int d0, d1, d2; in slow_copy_page() local 365 : "=&c" (d0), "=&D" (d1), "=&S" (d2) in slow_copy_page()
|
D | usercopy_32.c | 103 int d0, d1; in __copy_user_intel() local 198 : "=&c"(size), "=&D" (d0), "=&S" (d1) in __copy_user_intel() 207 int d0, d1; in __copy_user_zeroing_intel() local 290 : "=&c"(size), "=&D" (d0), "=&S" (d1) in __copy_user_zeroing_intel() 304 int d0, d1; in __copy_user_zeroing_intel_nocache() local 389 : "=&c"(size), "=&D" (d0), "=&S" (d1) in __copy_user_zeroing_intel_nocache() 398 int d0, d1; in __copy_user_intel_nocache() local 477 : "=&c"(size), "=&D" (d0), "=&S" (d1) in __copy_user_intel_nocache()
|
D | strstr_32.c | 5 int d0, d1; in strstr() local 26 : "=a" (__res), "=&c" (d0), "=&S" (d1) in strstr()
|
D | memcpy_32.c | 25 int d0,d1,d2,d3,d4,d5; in memmove() local 198 : "=&c" (d0), "=&S" (d1), "=&D" (d2), in memmove()
|
/linux-4.1.27/arch/m68k/68360/ |
D | entry.S | 46 movel %sp@(PT_OFF_ORIG_D0),%d1 48 cmpl #NR_syscalls,%d1 50 lsl #2,%d1 52 jbsr %a0@(%d1) 74 movel %sp,%d1 /* get thread_info pointer */ 75 andl #-THREAD_SIZE,%d1 76 movel %d1,%a2 100 movel %sp,%d1 /* get thread_info pointer */ 101 andl #-THREAD_SIZE,%d1 102 movel %d1,%a2 [all …]
|
D | head-rom.S | 121 moveq.l #0x07, %d1 /* Setup MBAR */ 122 movec %d1, %dfc 130 moveq.l #0x05, %d1 131 movec.l %d1, %dfc
|
D | head-ram.S | 109 moveq.l #0x07, %d1 /* Setup MBAR */ 110 movec %d1, %dfc 118 moveq.l #0x05, %d1 119 movec.l %d1, %dfc
|
/linux-4.1.27/include/asm-generic/ |
D | xor.h | 109 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_2() local 111 d1 = p1[1]; /* ... in bursts, if possible. */ in xor_32regs_2() 119 d1 ^= p2[1]; in xor_32regs_2() 127 p1[1] = d1; in xor_32regs_2() 146 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_3() local 148 d1 = p1[1]; /* ... in bursts, if possible. */ in xor_32regs_3() 156 d1 ^= p2[1]; in xor_32regs_3() 164 d1 ^= p3[1]; in xor_32regs_3() 172 p1[1] = d1; in xor_32regs_3() 192 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_4() local [all …]
|
/linux-4.1.27/lib/ |
D | rational.c | 35 unsigned long n, d, n0, d0, n1, d1; in rational_best_approximation() local 38 n0 = d1 = 0; in rational_best_approximation() 42 if ((n1 > max_numerator) || (d1 > max_denominator)) { in rational_best_approximation() 44 d1 = d0; in rational_best_approximation() 56 t = d0 + a * d1; in rational_best_approximation() 57 d0 = d1; in rational_best_approximation() 58 d1 = t; in rational_best_approximation() 61 *best_denominator = d1; in rational_best_approximation()
|
/linux-4.1.27/arch/m68k/kernel/ |
D | head.S | 661 clrl %d1 668 bset #CPUTYPE_060,%d1 669 bset #CPUTYPE_0460,%d1 677 bset #CPUTYPE_040,%d1 678 bset #CPUTYPE_0460,%d1 686 bset #CPUTYPE_020,%d1 693 movel %d1,%a0@ 711 clrl %d1 736 movel #_PAGE_CACHE040W,%d1 744 movel %d1,%a0@ [all …]
|
D | relocate_kernel.S | 15 movel %sp@(12),%d1 /* d1 = cpu_mmu_flags */ 20 btst #MMU_BASE + MMUB_68851,%d1 40 btst #MMU_BASE + MMUB_68030,%d1 43 btst #MMU_BASE + MMUB_68040,%d1 76 btst #MMU_BASE + MMUB_68060,%d1 121 btst #CPUB_68020,%d1 133 btst #CPUB_68030,%d1 136 btst #CPUB_68040,%d1 150 btst #CPUB_68060,%d1
|
D | sun3-head.S | 52 movsb %a0@, %d1 53 movsb %d1, %a1@ 54 cmpib #SUN3_INVALID_PMEG, %d1
|
D | entry.S | 101 | so that %d1 contains the previous task 104 movel %d1,%sp@- 111 movel %d1,%sp@- 194 GET_CURRENT(%d1) 195 movel %d1,%a1 370 movel %curptr,%d1
|
D | process.c | 98 regs->d3, regs->d2, regs->d1); in show_regs() 128 return do_fork(regs->d1, regs->d2, 0, in m68k_clone()
|
D | signal.c | 666 regs->d1 = context.sc_d1; in restore_sigcontext() 703 err |= __get_user(regs->d1, &gregs[1]); in rt_restore_ucontext() 797 sc->sc_d1 = regs->d1; in setup_sigcontext() 815 err |= __put_user(regs->d1, &gregs[1]); in rt_setup_ucontext()
|
D | asm-offsets.c | 47 DEFINE(PT_OFF_D1, offsetof(struct pt_regs, d1)); in main()
|
D | ptrace.c | 50 [0] = PT_REG(d1),
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | gdb-low.S | 36 mov d1,a1 39 movbu (a0),d1 41 movbu d1,(a1) 48 mov d1,a1 51 movhu (a0),d1 53 movhu d1,(a1) 60 mov d1,a1 63 mov (a0),d1 65 mov d1,(a1) 79 mov d1,a1 [all …]
|
D | switch_to.S | 38 mov d1,a1 103 mov a2,d1 104 add 1,d1 117 mov a2,d1 118 add 1,d1 150 mov a2,d1 151 add 1,d1 165 mov a2,d1 166 add 1,d1
|
D | fpu-low.S | 166 mov epsw,d1 180 mov d1,epsw 201 mov (a1),d1 /* get epsw of user context */ 204 btst EPSW_nSL,d1 207 or EPSW_FE,d1 208 mov d1,(sp) 209 mov (TASK_THREAD+THREAD_FPU_FLAGS,a2),d1 211 or __THREAD_HAS_FPU,d1 212 mov d1,(TASK_THREAD+THREAD_FPU_FLAGS,a2) 230 btst __THREAD_USING_FPU,d1
|
D | mn10300-watchdog-low.S | 39 lsr 2,d1 57 clr d1 61 inc d1 62 cmp NR_CPUS, d1
|
D | entry.S | 144 mov d2,d1 154 mov (REG_D1,fp),d1 262 mov (BCBEAR),d1 # destination of erroneous access 324 mov a2,d1 # arg 1: exception number 382 mov a2,d1 389 mov a2,d1 # arg 1: exception number 419 mov d1,(d0) 420 mov 4,d1
|
D | signal.c | 49 COPY(d1); COPY(d2); COPY(d3); in restore_sigcontext() 164 COPY(d0); COPY(d1); COPY(d2); COPY(d3); in setup_sigcontext() 249 regs->d1 = (unsigned long) &frame->sc; in setup_frame() 315 regs->d1 = (long) &frame->info; in setup_rt_frame()
|
D | asm-offsets.c | 21 OFFSET(SIGCONTEXT_d1, sigcontext, d1); in foo() 33 OFFSET(REG_D1, pt_regs, d1); in foo()
|
D | head.S | 141 cmp 0xabadcafe,d1 201 mov 0xed00d1ed,d1 238 mov 0xfd00d1ed,d1
|
D | gdb-io-serial-low.S | 79 mov 0x280,d1
|
D | gdb-io-ttysm-low.S | 81 mov 0x280,d1
|
D | kgdb.c | 37 gdb_regs[GDB_FR_D1] = regs->d1; in pt_regs_to_gdb_regs() 89 regs->d1 = gdb_regs[GDB_FR_D1]; in gdb_regs_to_pt_regs()
|
D | gdb-stub.c | 1382 ptr = mem2hex(®s->d1, ptr, 4, 0); in gdbstub() 1432 ptr = hex2mem(ptr, ®s->d1, 4, 0); in gdbstub() 1716 regs->d0, regs->d1, regs->d2, regs->d3); in debugger_intercept()
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 565 movm.l &0x0303,EXC_DREGS(%a6) # save d0-d1/a0-a1 579 mov.b %d0,%d1 586 tst.b %d1 591 cmpi.b %d1,&ZERO # is operand a ZERO? 596 cmpi.b %d1,&INF # is operand an INF? 601 cmpi.b %d1,&QNAN # is operand a QNAN? 612 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 622 movm.l &0x0303,EXC_DREGS(%a6) # save d0-d1/a0-a1 636 mov.b %d0,%d1 643 mov.b %d1,STAG(%a6) [all …]
|
D | fpsp.S | 943 mov.b 1+EXC_CMDREG(%a6),%d1 944 andi.w &0x007f,%d1 # extract extension 955 mov.l (tbl_unsupp.l,%pc,%d1.w*4),%d1 # fetch routine addr 956 jsr (tbl_unsupp.l,%pc,%d1.l*1) 983 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 1340 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 1407 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 1572 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 1679 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 1694 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 [all …]
|
D | ilsp.S | 298 clr.l %d1 305 mov.w %d5, %d1 # first quotient word 311 swap %d1 312 mov.w %d5, %d1 # 2nd quotient 'digit' 315 mov.l %d1, %d6 # and quotient 329 clr.l %d1 # %d1 will hold trial quotient 348 mov.w &0xffff, %d1 # use max trial quotient word 351 mov.l %d5, %d1 353 divu.w %d3, %d1 # use quotient of mslw/msw 355 andi.l &0x0000ffff, %d1 # zero any remainder [all …]
|
D | pfpsp.S | 942 mov.b 1+EXC_CMDREG(%a6),%d1 943 andi.w &0x007f,%d1 # extract extension 954 mov.l (tbl_unsupp.l,%pc,%d1.w*4),%d1 # fetch routine addr 955 jsr (tbl_unsupp.l,%pc,%d1.l*1) 982 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 1339 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 1406 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 1571 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 1678 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 1693 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 [all …]
|
D | itest.S | 61 mov.l %d1,-(%sp) 169 clr.l %d1 177 mulu.l %d1,%d2:%d3 193 mov.l &0x77777777,%d1 201 mulu.l %d1,%d2:%d3 217 mov.l &0x00000010,%d1 224 mulu.l %d1,%d2:%d2 239 mov.l &0x55555555,%d1 247 mulu.l %d1,%d2:%d3 263 mov.l &0x40000000,%d1 [all …]
|
D | isp.S | 918 mov.w %d0,%d1 # make a copy 921 andi.l &0x7,%d1 # extract reg field 1222 tst.l %d1 # ifetch error? 1234 tst.l %d1 # ifetch error? 1246 tst.l %d1 # ifetch error? 1258 tst.l %d1 # ifetch error? 1270 tst.l %d1 # ifetch error? 1282 tst.l %d1 # ifetch error? 1294 tst.l %d1 # ifetch error? 1306 tst.l %d1 # ifetch error? [all …]
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | comedi_8254.c | 366 unsigned int d1 = i8254->next_div1 ? i8254->next_div1 : I8254_MAX_COUNT; in comedi_8254_cascade_ns_to_timer() local 368 unsigned int div = d1 * d2; in comedi_8254_cascade_ns_to_timer() 382 d1 > 1 && d1 <= I8254_MAX_COUNT && in comedi_8254_cascade_ns_to_timer() 385 div > d1 && div > d2 && in comedi_8254_cascade_ns_to_timer() 395 for (d1 = start; d1 <= div / d1 + 1 && d1 <= I8254_MAX_COUNT; d1++) { in comedi_8254_cascade_ns_to_timer() 396 for (d2 = div / d1; in comedi_8254_cascade_ns_to_timer() 397 d1 * d2 <= div + d1 + 1 && d2 <= I8254_MAX_COUNT; d2++) { in comedi_8254_cascade_ns_to_timer() 398 ns = i8254->osc_base * d1 * d2; in comedi_8254_cascade_ns_to_timer() 401 d1_glb = d1; in comedi_8254_cascade_ns_to_timer() 406 d1_lub = d1; in comedi_8254_cascade_ns_to_timer() [all …]
|
/linux-4.1.27/arch/m68k/68000/ |
D | entry.S | 50 movel %sp@(PT_OFF_ORIG_D0),%d1 52 cmpl #NR_syscalls,%d1 54 lsl #2,%d1 56 jbsr %a0@(%d1) 78 movel %sp,%d1 /* get thread_info pointer */ 79 andl #-THREAD_SIZE,%d1 80 movel %d1,%a2 104 movel %sp,%d1 /* get thread_info pointer */ 105 andl #-THREAD_SIZE,%d1 106 movel %d1,%a2 [all …]
|
/linux-4.1.27/arch/powerpc/math-emu/ |
D | udivmodti4.c | 11 _FP_W_TYPE d1, _FP_W_TYPE d0) in _fp_udivmodti4() argument 16 if (d1 == 0) in _fp_udivmodti4() 117 if (d1 > n1) in _fp_udivmodti4() 132 count_leading_zeros (bm, d1); in _fp_udivmodti4() 143 if (n1 > d1 || n0 >= d0) in _fp_udivmodti4() 146 sub_ddmmss (n1, n0, n1, n0, d1, d0); in _fp_udivmodti4() 164 d1 = (d1 << bm) | (d0 >> b); in _fp_udivmodti4() 170 udiv_qrnnd (q0, n1, n2, n1, d1); in _fp_udivmodti4() 176 sub_ddmmss (m1, m0, m1, m0, d1, d0); in _fp_udivmodti4()
|
/linux-4.1.27/arch/nios2/kernel/ |
D | misaligned.c | 73 u8 a, b, d0, d1, d2, d3; in handle_unaligned_c() local 103 fault |= __get_user(d1, (u8 *)(addr+1)); in handle_unaligned_c() 104 val = (d1 << 8) | d0; in handle_unaligned_c() 110 d1 = val >> 8; in handle_unaligned_c() 120 *(u8 *)(addr+1) = d1; in handle_unaligned_c() 123 fault |= __put_user(d1, (u8 *)(addr+1)); in handle_unaligned_c() 129 fault |= __get_user(d1, (u8 *)(addr+1)); in handle_unaligned_c() 130 val = (short)((d1 << 8) | d0); in handle_unaligned_c() 138 d1 = val >> 8; in handle_unaligned_c() 142 *(u8 *)(addr+1) = d1; in handle_unaligned_c() [all …]
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | os.S | 84 | d1 - 0 = success, !0 = failure 94 clr.l %d1 | return success 97 move.b (%a0)+,%d1 | copy 1 byte 99 movs.b %d1,(%a1)+ 101 clr.l %d1 | return success 115 | d1 - 0 = success, !0 = failure 127 clr.l %d1 | return success 131 movs.b (%a0)+,%d1 132 move.b %d1,(%a1)+ | copy 1 byte 134 clr.l %d1 | return success [all …]
|
D | ilsp.doc | 84 # mulu.l _multiplier,%d1:%d0 92 mov.l (%sp)+,%d1 # load result[63:32] 98 # divu.l _divisor,%d1:%d0 103 mov.l %d1,-(%sp) # pass: dividend hi on stack 107 mov.l (%sp)+,%d1 # load remainder
|
D | iskeleton.S | 193 | d1 = `xxxxxxff -> longword; `xxxxxx00 -> word 220 tst.b %d1 259 | d1 = `xxxxxxff -> longword; `xxxxxx00 -> word
|
/linux-4.1.27/drivers/iio/adc/ |
D | twl6030-gpadc.c | 575 int channel, int d1, int d2) in twl6030_calibrate_channel() argument 590 k = 1000 + (((d2 - d1) * 1000) / (x2 - x1)); in twl6030_calibrate_channel() 593 b = (d1 * 1000) - (k - 1000) * x1; in twl6030_calibrate_channel() 599 dev_dbg(gpadc->dev, "GPADC d1 for Chn: %d = %d\n", channel, d1); in twl6030_calibrate_channel() 627 s8 d1, d2; in twl6030_calibration() local 647 d1 = trim_regs[0]; in twl6030_calibration() 655 d1 = trim_regs[4]; in twl6030_calibration() 659 d1 = trim_regs[12]; in twl6030_calibration() 663 d1 = trim_regs[6]; in twl6030_calibration() 667 d1 = trim_regs[2]; in twl6030_calibration() [all …]
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | entry.h | 75 moveml %d1-%d5/%a0-%a2,%sp@ 85 moveml %d1-%d5/%a0-%a2,%sp@ 100 moveml %sp@,%d1-%d5/%a0-%a2 131 moveml %d1-%d5/%a0-%a2,%sp@ 140 moveml %d1-%d5/%a0-%a2,%sp@ 144 moveml %sp@,%d1-%d5/%a0-%a2 189 moveml %d1-%d5/%a0-%a2,%sp@- 196 moveml %d1-%d5/%a0-%a2,%sp@- 200 moveml %sp@+,%a0-%a2/%d1-%d5
|
D | a.out-core.h | 42 dump->regs.d1 = regs->d1; in aout_dump_thread()
|
D | user.h | 40 long d1,d2,d3,d4,d5,d6,d7; member
|
D | elf.h | 81 pr_reg[0] = regs->d1; \
|
D | math-emu.h | 259 movem.l %d0/%d1/%a0/%a1,-(%sp) 275 movem.l (%sp)+,%d0/%d1/%a0/%a1
|
/linux-4.1.27/arch/x86/boot/compressed/ |
D | string.c | 6 int d0, d1, d2; in memcpy() local 11 : "=&c" (d0), "=&D" (d1), "=&S" (d2) in memcpy() 20 long d0, d1, d2; in memcpy() local 25 : "=&c" (d0), "=&D" (d1), "=&S" (d2) in memcpy()
|
/linux-4.1.27/include/uapi/linux/ |
D | uuid.h | 35 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 40 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }}) 42 #define UUID_BE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 47 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) }})
|
/linux-4.1.27/arch/x86/include/asm/ |
D | string_32.h | 34 int d0, d1, d2; in __memcpy() local 41 : "=&c" (d0), "=&D" (d1), "=&S" (d2) in __memcpy() 209 int d0, d1; in __memset_generic() local 212 : "=&c" (d0), "=&D" (d1) in __memset_generic() 229 int d0, d1; in __constant_c_memset() local 238 : "=&c" (d0), "=&D" (d1) in __constant_c_memset() 281 : "=&c" (d0), "=&D" (d1) \ in __constant_c_and_count_memset() 286 int d0, d1; in __constant_c_and_count_memset() local
|
D | string_64.h | 11 unsigned long d0, d1, d2; in __inline_memcpy() local 20 : "=&c" (d0), "=&D" (d1), "=&S" (d2) in __inline_memcpy()
|
/linux-4.1.27/fs/ntfs/ |
D | collate.c | 49 u32 d1, d2; in ntfs_collate_ntofs_ulong() local 55 d1 = le32_to_cpup(data1); in ntfs_collate_ntofs_ulong() 57 if (d1 < d2) in ntfs_collate_ntofs_ulong() 60 if (d1 == d2) in ntfs_collate_ntofs_ulong()
|
/linux-4.1.27/drivers/block/ |
D | swim_asm.S | 52 moveml %d1-%d5/%a0-%a4,%sp@- 55 moveml %sp@+, %d1-%d5/%a0-%a4 80 moveq #3, %d1 90 dbne %d1, wait_addr_mark_byte 155 moveml %d1-%d5/%a0-%a5,%sp@- 158 moveml %sp@+, %d1-%d5/%a0-%a5 178 moveq #3, %d1 190 dbne %d1, wait_data_mark_byte
|
/linux-4.1.27/fs/hpfs/ |
D | dnode.c | 545 struct dnode *d1; in delete_empty_dnode() local 555 if ((d1 = hpfs_map_dnode(i->i_sb, down, &qbh1))) { in delete_empty_dnode() 556 d1->up = cpu_to_le32(up); in delete_empty_dnode() 557 d1->root_dnode = 1; in delete_empty_dnode() 586 struct dnode *d1; in delete_empty_dnode() local 589 if ((d1 = hpfs_map_dnode(i->i_sb, down, &qbh1))) { in delete_empty_dnode() 590 d1->up = cpu_to_le32(up); in delete_empty_dnode() 603 struct dnode *d1; in delete_empty_dnode() local 617 if (de_cp->down) if ((d1 = hpfs_map_dnode(i->i_sb, de_down_pointer(de_cp), &qbh1))) { in delete_empty_dnode() 618 d1->up = cpu_to_le32(ndown); in delete_empty_dnode() [all …]
|
/linux-4.1.27/drivers/video/fbdev/ |
D | amifb.c | 2605 unsigned long d0, d1; in bitcpy() local 2672 d1 = *src; in bitcpy() 2673 *dst = comp(d0 << left | d1 >> right, *dst, in bitcpy() 2687 d1 = *src++; in bitcpy() 2688 *dst = comp(d0 << left | d1 >> right, *dst, in bitcpy() 2690 d0 = d1; in bitcpy() 2699 d1 = *src++; in bitcpy() 2700 *dst++ = d0 << left | d1 >> right; in bitcpy() 2701 d0 = d1; in bitcpy() 2702 d1 = *src++; in bitcpy() [all …]
|
D | platinumfb.h | 28 unsigned char d1; member
|
D | tridentfb.c | 238 u32 d1 = point(x2, y2); in blade_copy_rect() local 249 writemmr(par, DST1, direction ? d2 : d1); in blade_copy_rect() 250 writemmr(par, DST2, direction ? d1 : d2); in blade_copy_rect() 400 u32 d1 = point(x2, y2); in image_copy_rect() local 411 writemmr(par, DST1, direction ? d2 : d1); in image_copy_rect() 412 writemmr(par, DST2, direction ? d1 : d2); in image_copy_rect()
|
/linux-4.1.27/drivers/media/rc/ |
D | rc-core-priv.h | 121 static inline bool geq_margin(unsigned d1, unsigned d2, unsigned margin) in geq_margin() argument 123 return d1 > (d2 - margin); in geq_margin() 126 static inline bool eq_margin(unsigned d1, unsigned d2, unsigned margin) in eq_margin() argument 128 return ((d1 > (d2 - margin)) && (d1 < (d2 + margin))); in eq_margin()
|
/linux-4.1.27/drivers/parisc/ |
D | iosapic.c | 621 u32 d0, d1; in iosapic_mask_irq() local 624 iosapic_rd_irt_entry(vi, &d0, &d1); in iosapic_mask_irq() 626 iosapic_wr_irt_entry(vi, d0, d1); in iosapic_mask_irq() 633 u32 d0, d1; in iosapic_unmask_irq() local 638 iosapic_set_irt_data(vi, &d0, &d1); in iosapic_unmask_irq() 639 iosapic_wr_irt_entry(vi, d0, d1); in iosapic_unmask_irq() 655 d1 = iosapic_read(isp->addr, d0); in iosapic_unmask_irq() 656 printk(" %x", d1); in iosapic_unmask_irq() 686 u32 d0, d1, dummy_d0; in iosapic_set_affinity_irq() local 700 iosapic_rd_irt_entry(vi, &d0, &d1); in iosapic_set_affinity_irq() [all …]
|
/linux-4.1.27/drivers/clk/ |
D | clk-vt8500.c | 332 #define WM8650_BITS_TO_FREQ(r, m, d1, d2) \ argument 333 (r * m / (d1 * (1 << d2))) 335 #define WM8650_BITS_TO_VAL(m, d1, d2) \ argument 336 ((d2 << 13) | (d1 << 10) | (m & 0x3FF)) 342 #define WM8750_BITS_TO_FREQ(r, m, d1, d2) \ argument 343 (r * (m+1) / ((d1+1) * (1 << d2))) 345 #define WM8750_BITS_TO_VAL(f, m, d1, d2) \ argument 346 ((f << 24) | ((m - 1) << 16) | ((d1 - 1) << 8) | d2) 352 #define WM8850_BITS_TO_FREQ(r, m, d1, d2) \ argument 353 (r * ((m + 1) * 2) / ((d1+1) * (1 << d2))) [all …]
|
/linux-4.1.27/drivers/ata/ |
D | pata_at32.c | 243 const int d1 = 0xff; in pata_at32_debug_bus() local 249 iowrite8(d1, info->alt_addr + (0x06 << 1)); in pata_at32_debug_bus() 253 iowrite8(d1, info->ide_addr + (i << 1)); in pata_at32_debug_bus() 258 iowrite16(d1, info->ide_addr); in pata_at32_debug_bus() 259 iowrite16(d1 << 8, info->ide_addr); in pata_at32_debug_bus() 261 iowrite16(d1, info->ide_addr); in pata_at32_debug_bus() 262 iowrite16(d1 << 8, info->ide_addr); in pata_at32_debug_bus()
|
/linux-4.1.27/drivers/ipack/devices/ |
D | scc2698.h | 27 u8 d1, sr; /* Status register */ member 34 u8 d1, csr; /* Clock select register */ member 52 u8 d1, sra; /* Status register (a) */ member 70 u8 d1, csra; /* Clock select register (a) */ member
|
/linux-4.1.27/fs/fat/ |
D | dir.c | 706 struct dirent_type __user *d1 = buf->dirent; \ 707 struct dirent_type __user *d2 = d1 + 1; \ 715 if (name_len >= sizeof(d1->d_name)) \ 716 name_len = sizeof(d1->d_name) - 1; \ 720 copy_to_user(d1->d_name, name, name_len) || \ 721 put_user(0, d1->d_name + name_len) || \ 722 put_user(name_len, &d1->d_reclen)) \ 731 if (long_len >= sizeof(d1->d_name)) \ 732 long_len = sizeof(d1->d_name) - 1; \ 733 if (short_len >= sizeof(d1->d_name)) \ [all …]
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | txrx.h | 339 u32 d1; member 463 return WIL_GET_BITS(d->mac.d1, 8, 9); in wil_rxdesc_ds_bits() 468 return WIL_GET_BITS(d->mac.d1, 21, 24); in wil_rxdesc_mcs() 473 return WIL_GET_BITS(d->mac.d1, 13, 14); in wil_rxdesc_mcast()
|
/linux-4.1.27/Documentation/devicetree/bindings/pwm/ |
D | atmel-pwm.txt | 22 d1 { 23 label = "d1";
|
/linux-4.1.27/arch/mips/alchemy/devboards/ |
D | db1000.c | 498 int c0, c1, d0, d1, s0, s1, flashsize = 32, twosocks = 1; in db1000_dev_setup() local 506 d1 = AU1500_GPIO3_INT; in db1000_dev_setup() 513 d1 = AU1100_GPIO3_INT; in db1000_dev_setup() 548 d1 = AU1000_GPIO3_INT; in db1000_dev_setup() 599 irq_set_irq_type(d1, IRQ_TYPE_EDGE_BOTH); in db1000_dev_setup() 610 c1, d1, /*s1*/0, 0, 1); in db1000_dev_setup()
|
/linux-4.1.27/net/netfilter/ |
D | nft_bitwise.c | 54 struct nft_data_desc d1, d2; in nft_bitwise_init() local 76 err = nft_data_init(NULL, &priv->mask, sizeof(priv->mask), &d1, in nft_bitwise_init() 80 if (d1.len != priv->len) in nft_bitwise_init()
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | syscall.h | 64 *args++ = regs->d1; in syscall_get_arguments() 96 regs->d1 = *args++; in syscall_set_arguments()
|
D | frame.inc | 77 movhu (DCR),d1 78 or 0x0001, d1 79 movhu d1,(DCR)
|
D | elf.h | 81 _ur->a1 = 0; _ur->a0 = 0; _ur->d1 = 0; _ur->d0 = 0; \ 125 pr_reg[22] = regs->d1; \
|
D | gdb-stub.h | 80 u32 d0, d1, d2, d3, a0, a1, a2, a3; member
|
/linux-4.1.27/arch/xtensa/platforms/iss/include/platform/ |
D | simcall.h | 68 register int d1 asm("a5") = d; in __simc() 74 : "r"(c1), "r"(d1) in __simc()
|
/linux-4.1.27/arch/x86/kernel/ |
D | process_32.c | 72 unsigned long d0, d1, d2, d3, d6, d7; in __show_regs() local 109 get_debugreg(d1, 1); in __show_regs() 116 if ((d0 == 0) && (d1 == 0) && (d2 == 0) && (d3 == 0) && in __show_regs() 121 d0, d1, d2, d3); in __show_regs()
|
D | process_64.c | 62 unsigned long d0, d1, d2, d3, d6, d7; in __show_regs() local 107 get_debugreg(d1, 1); in __show_regs() 114 if ((d0 == 0) && (d1 == 0) && (d2 == 0) && (d3 == 0) && in __show_regs() 118 printk(KERN_DEFAULT "DR0: %016lx DR1: %016lx DR2: %016lx\n", d0, d1, d2); in __show_regs()
|
D | tsc.c | 569 unsigned long d1, d2; in quick_pit_calibrate() local 597 if (pit_expect_msb(0xff, &tsc, &d1)) { in quick_pit_calibrate() 606 if (d1+d2 >= delta >> 11) in quick_pit_calibrate()
|
/linux-4.1.27/net/ipv4/ |
D | tcp_illinois.c | 140 u32 d1 = dm / 100; /* Low threshold */ in alpha() local 142 if (da <= d1) { in alpha() 176 dm -= d1; in alpha() 177 da -= d1; in alpha()
|
/linux-4.1.27/arch/x86/math-emu/ |
D | reg_add_sub.c | 249 FPU_REG const *d1, *d2; in FPU_sub() local 251 d1 = b; in FPU_sub() 254 d1 = a; in FPU_sub() 258 return real_2op_NaN(b, tagb, deststnr, d1); in FPU_sub()
|
/linux-4.1.27/drivers/hwmon/ |
D | sht15.c | 73 int d1; member 630 int d1 = temppoints[0].d1; in sht15_calc_temp() local 637 d1 = (data->supply_uv - temppoints[i - 1].vdd) in sht15_calc_temp() 638 * (temppoints[i].d1 - temppoints[i - 1].d1) in sht15_calc_temp() 640 + temppoints[i - 1].d1; in sht15_calc_temp() 644 return data->val_temp * d2 + d1; in sht15_calc_temp()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_dquot.c | 1058 xfs_dquot_t *d1, in xfs_dqlock2() argument 1061 if (d1 && d2) { in xfs_dqlock2() 1062 ASSERT(d1 != d2); in xfs_dqlock2() 1063 if (be32_to_cpu(d1->q_core.d_id) > in xfs_dqlock2() 1066 mutex_lock_nested(&d1->q_qlock, XFS_QLOCK_NESTED); in xfs_dqlock2() 1068 mutex_lock(&d1->q_qlock); in xfs_dqlock2() 1071 } else if (d1) { in xfs_dqlock2() 1072 mutex_lock(&d1->q_qlock); in xfs_dqlock2()
|
/linux-4.1.27/arch/c6x/lib/ |
D | llshru.S | 27 sub .d1 A0,A1,A0 34 || [A2] or .d1 A4,A0,A4
|
D | llshr.S | 27 sub .d1 A0,A1,A0 34 || [A2] or .d1 A4,A0,A4
|
D | llshl.S | 27 sub .d1 A0,A1,A0 33 || [A2] or .d1 A5,A0,A5
|
D | strasgi.S | 29 || sub .d1 A6, 24, A6
|
/linux-4.1.27/scripts/dtc/ |
D | data.c | 154 struct data data_merge(struct data d1, struct data d2) in data_merge() argument 159 d = data_append_markers(data_append_data(d1, d2.val, d2.len), m2); in data_merge() 163 m2->offset += d1.len; in data_merge()
|
D | dtc.h | 110 struct data data_merge(struct data d1, struct data d2);
|
/linux-4.1.27/arch/powerpc/crypto/ |
D | aes-spe-modes.S | 138 #define GF128_MUL(d0, d1, d2, d3, t0) \ argument 144 rlwimi d2,d1,0,0,0; \ 146 rlwimi d1,d0,0,0,0; \ 148 rotlwi d1,d1,1; \ 151 #define START_KEY(d0, d1, d2, d3) \ argument 158 xor rD1,d1,rW1; \
|
D | aes-tab-4k.S | 59 .long R(d1, e5, e5, 34), R(f9, f1, f1, 08) 78 .long R(a6, 53, 53, f5), R(b9, d1, d1, 68) 111 .long R(9e, 4f, 4f, d1), R(a3, dc, dc, 7f) 204 .long R(d1, 34, 62, 1f), R(c4, a6, fe, 8a) 224 .long R(9b, 5b, 54, d1), R(24, 36, 2e, 3a) 249 .long R(87, 49, 4e, c7), R(d9, 38, d1, c1) 275 .long R(9e, d1, b5, e3), R(4c, 6a, 88, 1b)
|
/linux-4.1.27/arch/arm/plat-samsung/include/plat/ |
D | adc.h | 30 unsigned d0, unsigned d1,
|
/linux-4.1.27/arch/mn10300/include/uapi/asm/ |
D | sigcontext.h | 22 unsigned long d1; member
|
D | ptrace.h | 70 unsigned long d1; /* syscall arg 2 */ member
|
/linux-4.1.27/drivers/net/fddi/skfp/ |
D | hwmtm.c | 329 union s_fp_descr volatile *d1 ; in init_descr_ring() local 334 for (i=count-1, d1=start; i ; i--) { in init_descr_ring() 335 d2 = d1 ; in init_descr_ring() 336 d1++ ; /* descr is owned by the host */ in init_descr_ring() 338 d2->r.rxd_next = &d1->r ; in init_descr_ring() 339 phys = mac_drv_virt2phys(smc,(void *)d1) ; in init_descr_ring() 342 DB_GEN("descr ring ends at = %x ",(void *)d1,0,3) ; in init_descr_ring() 343 d1->r.rxd_rbctrl = cpu_to_le32(BMU_CHECK) ; in init_descr_ring() 344 d1->r.rxd_next = &start->r ; in init_descr_ring() 346 d1->r.rxd_nrdadr = cpu_to_le32(phys) ; in init_descr_ring() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | cl_io.c | 246 const struct cl_lock_descr *d1) in cl_lock_descr_sort() argument 248 return lu_fid_cmp(cl_lock_descr_fid(d0), cl_lock_descr_fid(d1)) ?: in cl_lock_descr_sort() 249 __diff_normalize(d0->cld_start, d1->cld_start); in cl_lock_descr_sort() 253 const struct cl_lock_descr *d1) in cl_lock_descr_cmp() argument 257 ret = lu_fid_cmp(cl_lock_descr_fid(d0), cl_lock_descr_fid(d1)); in cl_lock_descr_cmp() 260 if (d0->cld_end < d1->cld_start) in cl_lock_descr_cmp() 268 const struct cl_lock_descr *d1) in cl_lock_descr_merge() argument 270 d0->cld_start = min(d0->cld_start, d1->cld_start); in cl_lock_descr_merge() 271 d0->cld_end = max(d0->cld_end, d1->cld_end); in cl_lock_descr_merge() 273 if (d1->cld_mode == CLM_WRITE && d0->cld_mode != CLM_WRITE) in cl_lock_descr_merge() [all …]
|
/linux-4.1.27/arch/m68k/include/uapi/asm/ |
D | ptrace.h | 30 long d1; member
|
/linux-4.1.27/drivers/mtd/maps/ |
D | bfin-async-flash.c | 97 static void bfin_flash_write(struct map_info *map, map_word d1, unsigned long ofs) in bfin_flash_write() argument 102 d = d1.x[0]; in bfin_flash_write()
|
D | gpio-addr-flash.c | 131 static void gf_write(struct map_info *map, map_word d1, unsigned long ofs) in gf_write() argument 138 d = d1.x[0]; in gf_write()
|
/linux-4.1.27/drivers/usb/misc/sisusbvga/ |
D | sisusb_init.c | 741 unsigned short d1, d2, d3; in SiS_WriteDAC() local 745 d1 = dh; in SiS_WriteDAC() 750 d1 = ah; in SiS_WriteDAC() 755 d1 = al; in SiS_WriteDAC() 759 SiS_SetRegByte(SiS_Pr, DACData, (d1 << shiftflag)); in SiS_WriteDAC()
|
/linux-4.1.27/drivers/platform/x86/ |
D | samsung-laptop.c | 60 u32 d1; member 413 command, in->d0, in->d1, in->d2, in->d3); in sabi_command() 427 writel(in->d1, samsung->sabi_iface + SABI_IFACE_DATA + 4); in sabi_command() 456 out->d1 = readl(samsung->sabi_iface + SABI_IFACE_DATA + 4); in sabi_command() 463 out->d0, out->d1, out->d2, out->d3); in sabi_command() 475 struct sabi_data in = { { { .d0 = 0, .d1 = 0, .d2 = 0, .d3 = 0 } } }; in sabi_set_commandb() 1263 sdata->d0, sdata->d1, sdata->d2, sdata->d3); in show_call() 1274 sdata->d0, sdata->d1, sdata->d2, sdata->d3); in show_call() 1326 &samsung->debug.data.d1); in samsung_debugfs_init()
|
/linux-4.1.27/arch/frv/include/asm/ |
D | math-emu.h | 244 movem.l %d0/%d1/%a0/%a1,-(%sp) 260 movem.l (%sp)+,%d0/%d1/%a0/%a1
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | marvell,kirkwood-pinctrl.txt | 42 mpp15 15 gpio, sdio(d1), uart0(rts), uart1(txd) 80 mpp15 15 gpio, sdio(d1), uart0(rts), uart1(txd), sata0(act) 124 mpp15 15 gpio, sdio(d1), uart0(rts), uart1(txd), sata0(act) 173 mpp15 15 gpio, sdio(d1), uart0(rts), uart1(txd), sata0(act) 236 mpp15 15 gpio, sdio(d1), uart0(rts), uart1(txd), sata0(act), 246 audio(spdifo), lcd(d1)
|
D | marvell,armada-39x-pinctrl.txt | 56 mpp39 39 gpio, i2c1(sck), ua0(cts), sd(d1), dev(a2), ge(rxd2) 75 mpp58 58 gpio, i2c1(sck), pcie2(clkreq), spi1(miso), sd(d1), ua1(rxd)
|
D | marvell,armada-xp-pinctrl.txt | 22 mpp1 1 gpio, ge0(txd0), lcd(d1) 54 mpp33 33 gpio, tdm(int4), sd0(d1), mem(bat)
|
D | marvell,armada-370-pinctrl.txt | 31 mpp13 13 gpio, ge0(rxd2), i2c1(sck), sd0(d1), tdm(pclk), 73 mpp50 50 gpio, dev(ad11), uart0(cts), sd0(d1), spi1(miso),
|
D | marvell,armada-38x-pinctrl.txt | 57 mpp39 39 gpio, i2c1(sck), ge1(rxd2), ua0(cts), sd0(d1), dev(a2) 76 mpp58 58 gpio, pcie1(clkreq) [1], i2c1(sck), pcie2(clkreq), spi1(miso), sd0(d1)
|
D | marvell,armada-375-pinctrl.txt | 43 mpp27 27 gpio, pcie1(clkreq), ge1(rxd3), sd(d1), uart1(cts)
|
/linux-4.1.27/Documentation/devicetree/bindings/leds/ |
D | leds-lp55xx.txt | 78 chan-name = "d1"; 176 chan-name = "d1";
|
/linux-4.1.27/arch/powerpc/perf/ |
D | hv-24x7.c | 502 static int memord(const void *d1, size_t s1, const void *d2, size_t s2) in memord() argument 509 return memcmp(d1, d2, s1); in memord() 512 static int ev_uniq_ord(const void *v1, size_t s1, unsigned d1, const void *v2, in ev_uniq_ord() argument 519 if (d1 > d2) in ev_uniq_ord() 521 if (d2 > d1) in ev_uniq_ord()
|
/linux-4.1.27/Documentation/devicetree/bindings/spi/ |
D | omap-spi.txt | 9 - ti,pindir-d0-out-d1-in: Select the D0 pin as output and D1 as
|
/linux-4.1.27/arch/m68k/mac/ |
D | macints.c | 324 fp->d0, fp->d1, fp->d2, fp->d3); in mac_nmi_handler()
|
/linux-4.1.27/arch/arm/crypto/ |
D | ghash-ce-core.S | 25 SHASH_H .req d1
|
D | aes-ce-core.S | 338 vld1.8 {d1}, [r1, :64] 339 veor d0, d0, d1
|
/linux-4.1.27/Documentation/video4linux/ |
D | CARDLIST.cx23885 | 8 7 -> Hauppauge WinTV-HVR1200 [0070:71d1,0070:71d3]
|
/linux-4.1.27/arch/x86/crypto/sha-mb/ |
D | sha1_x8_avx2.S | 75 # r3 = {d7 d6 d5 d4 d3 d2 d1 d0} 83 # r1 = {h1 g1 f1 e1 d1 c1 b1 a1} 96 vshufps $0x44, \r3, \r2, \t1 # t1 = {d5 d4 c5 c4 d1 d0 c1 c0} 98 vshufps $0xDD, \t1, \t0, \r3 # r3 = {d5 c5 b5 a5 d1 c1 b1 a1}
|
/linux-4.1.27/Documentation/scsi/ |
D | aacraid.txt | 56 9005:0285:9005:02d1 Adaptec 5405 (Voodoo40) 78 1028:0002:1028:00d1 Dell PERC 3/DiV (Viper)
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
D | phy.c | 970 u32 d0, d1, td0, td1, fd0, fd1; in carl9170_init_rf_bank4_pwr() local 1008 d1 = chansel; in carl9170_init_rf_bank4_pwr() 1014 td1 = d1 & 0x1f; in carl9170_init_rf_bank4_pwr() 1018 td1 = (d1 >> 5) & 0x7; in carl9170_init_rf_bank4_pwr()
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-diolan-u2c.c | 187 static int diolan_usb_cmd_data2(struct i2c_diolan_u2c *dev, u8 command, u8 d1, in diolan_usb_cmd_data2() argument 191 dev->obuffer[dev->olen++] = d1; in diolan_usb_cmd_data2()
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | isdn_audio.c | 200 unsigned long d0, d1, d2, d3; in isdn_audio_tlookup() local 207 : "=&b"(d0), "=&c"(d1), "=&D"(d2), "=&S"(d3) in isdn_audio_tlookup()
|
/linux-4.1.27/fs/gfs2/ |
D | super.c | 1310 static int is_ancestor(const struct dentry *d1, const struct dentry *d2) in is_ancestor() argument 1313 if (d1 == d2) in is_ancestor() 1315 d1 = d1->d_parent; in is_ancestor() 1316 } while (!IS_ROOT(d1)); in is_ancestor()
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | acmacros.h | 411 #define ACPI_INIT_UUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 415 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7)
|
/linux-4.1.27/arch/cris/include/arch-v32/mach-a3/mach/hwregs/ |
D | pinmux_defs.h | 270 unsigned int d1 : 1; member
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | kst_ifc.h | 171 diva_prot_statistics_t d1; member
|
D | maintidi.c | 1789 &pLib->InterfaceStat.d1.X_Frames; in diva_create_parse_table() 1794 &pLib->InterfaceStat.d1.X_Bytes; in diva_create_parse_table() 1799 &pLib->InterfaceStat.d1.X_Errors; in diva_create_parse_table() 1804 &pLib->InterfaceStat.d1.R_Frames; in diva_create_parse_table() 1809 &pLib->InterfaceStat.d1.R_Bytes; in diva_create_parse_table() 1814 &pLib->InterfaceStat.d1.R_Errors; in diva_create_parse_table()
|
/linux-4.1.27/tools/perf/bench/ |
D | numa.c | 713 u64 *d0, *d, *d1; in do_work() local 760 d1 = data + words; in do_work() 764 if (unlikely(d >= d1)) in do_work() 778 d1 = data + words; in do_work()
|
/linux-4.1.27/arch/x86/crypto/ |
D | camellia-aesni-avx-asm_64.S | 431 #define byteslice_16x16b(a0, b0, c0, d0, a1, b1, c1, d1, a2, b2, c2, d2, a3, \ argument 443 transpose_4x4(d0, d1, d2, d3, a0, a1); \ 459 vpshufb a0, d1, d1; \ 468 transpose_4x4(a1, b1, c1, d1, d2, d3); \
|
D | camellia-aesni-avx2-asm_64.S | 470 #define byteslice_16x16b_fast(a0, b0, c0, d0, a1, b1, c1, d1, a2, b2, c2, d2, \ argument 482 transpose_4x4(d0, d1, d2, d3, a0, a1); \ 498 vpshufb a0, d1, d1; \ 507 transpose_4x4(a1, b1, c1, d1, d2, d3); \
|
/linux-4.1.27/arch/x86/xen/ |
D | enlighten.c | 671 static inline bool desc_equal(const struct desc_struct *d1, in desc_equal() argument 674 return d1->a == d2->a && d1->b == d2->b; in desc_equal()
|
/linux-4.1.27/drivers/pinctrl/sh-pfc/ |
D | pfc-r8a7778.c | 1449 #define MMC_PFC_DAT4(name, d0, d1, d2, d3) SH_PFC_MUX4(name, d0, d1, d2, d3) argument 1450 #define MMC_PFC_DAT8(name, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 1451 SH_PFC_MUX8(name, d0, d1, d2, d3, d4, d5, d6, d7) 1552 #define SDHI_PFC_DAT4(name, d0, d1, d2, d3) SH_PFC_MUX4(name, d0, d1, d2, d3) argument 1690 #define VIN_PFC_DAT8(name, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 1691 SH_PFC_MUX8(name, d0, d1, d2, d3, d4, d5, d6, d7)
|
/linux-4.1.27/drivers/dma/ |
D | sa11x0-dma.c | 806 #define CD(d1, d2) { .ddar = DDAR_##d1 | d2, .name = #d1 } argument
|