/linux-4.4.14/arch/sparc/include/asm/ |
D | head_64.h | 40 #define BRANCH_IF_CHEETAH_BASE(tmp1,tmp2,label) \ argument 42 sethi %hi(__CHEETAH_ID), %tmp2; \ 44 or %tmp2, %lo(__CHEETAH_ID), %tmp2;\ 45 cmp %tmp1, %tmp2; \ 49 #define BRANCH_IF_JALAPENO(tmp1,tmp2,label) \ argument 51 sethi %hi(__JALAPENO_ID), %tmp2; \ 53 or %tmp2, %lo(__JALAPENO_ID), %tmp2;\ 54 cmp %tmp1, %tmp2; \ 58 #define BRANCH_IF_CHEETAH_PLUS_OR_FOLLOWON(tmp1,tmp2,label) \ argument 60 srlx %tmp1, (32 + 16), %tmp2; \ [all …]
|
D | spinlock_64.h | 73 unsigned long tmp1, tmp2; in arch_spin_lock_flags() local 88 : "=&r" (tmp1), "=&r" (tmp2) in arch_spin_lock_flags() 97 unsigned long tmp1, tmp2; in arch_read_lock() local 113 : "=&r" (tmp1), "=&r" (tmp2) in arch_read_lock() 120 int tmp1, tmp2; in arch_read_trylock() local 132 : "=&r" (tmp1), "=&r" (tmp2) in arch_read_trylock() 141 unsigned long tmp1, tmp2; in arch_read_unlock() local 150 : "=&r" (tmp1), "=&r" (tmp2) in arch_read_unlock() 157 unsigned long mask, tmp1, tmp2; in arch_write_lock() local 175 : "=&r" (tmp1), "=&r" (tmp2) in arch_write_lock() [all …]
|
D | cmpxchg_64.h | 11 unsigned long tmp1, tmp2; in xchg32() local 20 : "=&r" (val), "=&r" (tmp1), "=&r" (tmp2) in xchg32() 28 unsigned long tmp1, tmp2; in xchg64() local 37 : "=&r" (val), "=&r" (tmp1), "=&r" (tmp2) in xchg64()
|
D | pgtsrmmu.h | 126 #define WINDOW_FLUSH(tmp1, tmp2) \ argument 128 98: ld [%g6 + TI_UWINMASK], tmp2; \ 129 orcc %g0, tmp2, %g0; \
|
/linux-4.4.14/arch/arm64/lib/ |
D | strcmp.S | 58 tmp2 .req x8 label 81 orr tmp2, data1, #REP8_7f 83 bic has_nul, tmp1, tmp2 /* Non-zero if NUL terminator. */ 100 mov tmp2, #~0 102 CPU_BE( lsl tmp2, tmp2, tmp1 ) /* Shift (tmp1 & 63). */ 104 CPU_LE( lsr tmp2, tmp2, tmp1 ) /* Shift (tmp1 & 63). */ 106 orr data1, data1, tmp2 107 orr data2, data2, tmp2 118 and tmp2, src2, #7 119 neg tmp2, tmp2 [all …]
|
D | strncmp.S | 59 tmp2 .req x9 label 94 orr tmp2, data1, #REP8_7f 97 bics has_nul, tmp1, tmp2 /* Non-zero if NUL terminator. */ 135 mov tmp2, #~0 138 CPU_BE( lsl tmp2, tmp2, tmp3 ) /* Shift (tmp1 & 63). */ 140 CPU_LE( lsr tmp2, tmp2, tmp3 ) /* Shift (tmp1 & 63). */ 147 orr data1, data1, tmp2 148 orr data2, data2, tmp2 162 and tmp2, src2, #7 163 neg tmp2, tmp2 [all …]
|
D | strlen.S | 49 tmp2 .req x8 label 79 orr tmp2, data1, #REP8_7f 82 bic has_nul1, tmp1, tmp2 101 CPU_BE( orr tmp2, data2, #REP8_7f ) 102 CPU_BE( bic has_nul2, tmp1, tmp2 ) 115 mov tmp2, #~0 117 CPU_BE( lsl tmp2, tmp2, tmp1 ) /* Shift (tmp1 & 63). */ 119 CPU_LE( lsr tmp2, tmp2, tmp1 ) /* Shift (tmp1 & 63). */ 121 orr data1, data1, tmp2 122 orr data2a, data2, tmp2
|
D | strnlen.S | 51 tmp2 .req x9 label 87 orr tmp2, data1, #REP8_7f 90 bic has_nul1, tmp1, tmp2 119 CPU_BE( orr tmp2, data2, #REP8_7f ) 120 CPU_BE( bic has_nul2, tmp1, tmp2 ) 153 mov tmp2, #~0 155 CPU_BE( lsl tmp2, tmp2, tmp4 ) /* Shift (tmp1 & 63). */ 157 CPU_LE( lsr tmp2, tmp2, tmp4 ) /* Shift (tmp1 & 63). */ 161 orr data1, data1, tmp2 162 orr data2a, data2, tmp2
|
D | memcmp.S | 55 tmp2 .req x9 label 126 mov tmp2, #~0 128 CPU_BE( lsl tmp2, tmp2, tmp1 )/*Big-endian.Early bytes are at MSB*/ 130 CPU_LE( lsr tmp2, tmp2, tmp1 ) 132 orr data1, data1, tmp2 133 orr data2, data2, tmp2 144 and tmp2, src2, #7 145 neg tmp2, tmp2 146 add tmp2, tmp2, #8/*valid length in the first 8 bytes of src2*/ 147 subs tmp3, tmp1, tmp2 [all …]
|
D | memset.S | 45 tmp2 .req x4 label 85 neg tmp2, dst 86 ands tmp2, tmp2, #15 95 sub count, count, tmp2 96 add dst, dst, tmp2 182 neg tmp2, dst 183 ands tmp2, tmp2, zva_bits_x 186 sub tmp1, count, tmp2 202 subs tmp2, tmp2, #64 207 add dst, dst, tmp2
|
D | copy_template.S | 41 tmp2 .req x4 label 59 neg tmp2, src 60 ands tmp2, tmp2, #15/* Bytes to reach alignment. */ 62 sub count, count, tmp2 69 tbz tmp2, #0, 1f 73 tbz tmp2, #1, 2f 77 tbz tmp2, #2, 3f 81 tbz tmp2, #3, .LSrcAligned
|
D | memmove.S | 45 tmp2 .req x4 label 74 ands tmp2, src, #15 /* Bytes to reach alignment. */ 76 sub count, count, tmp2 82 tbz tmp2, #0, 1f 86 tbz tmp2, #1, 2f 90 tbz tmp2, #2, 3f 94 tbz tmp2, #3, .LSrcAligned
|
/linux-4.4.14/arch/s390/lib/ |
D | uaccess.c | 24 unsigned long tmp1, tmp2; in copy_from_user_mvcos() local 55 : "+a" (size), "+a" (ptr), "+a" (x), "+a" (tmp1), "=a" (tmp2) in copy_from_user_mvcos() 63 unsigned long tmp1, tmp2; in copy_from_user_mvcp() local 100 : "+a" (size), "+a" (ptr), "+a" (x), "+a" (tmp1), "=a" (tmp2) in copy_from_user_mvcp() 117 unsigned long tmp1, tmp2; in copy_to_user_mvcos() local 138 : "+a" (size), "+a" (ptr), "+a" (x), "+a" (tmp1), "=a" (tmp2) in copy_to_user_mvcos() 146 unsigned long tmp1, tmp2; in copy_to_user_mvcs() local 173 : "+a" (size), "+a" (ptr), "+a" (x), "+a" (tmp1), "=a" (tmp2) in copy_to_user_mvcs() 190 unsigned long tmp1, tmp2; in copy_in_user_mvcos() local 204 : "+a" (size), "+a" (to), "+a" (from), "+a" (tmp1), "=a" (tmp2) in copy_in_user_mvcos() [all …]
|
/linux-4.4.14/lib/ |
D | rbtree.c | 231 struct rb_node *node = NULL, *sibling, *tmp1, *tmp2; in ____rb_erase_color() local 264 tmp2 = sibling->rb_left; in ____rb_erase_color() 265 if (!tmp2 || rb_is_black(tmp2)) { in ____rb_erase_color() 305 tmp1 = tmp2->rb_right; in ____rb_erase_color() 307 WRITE_ONCE(tmp2->rb_right, sibling); in ____rb_erase_color() 308 WRITE_ONCE(parent->rb_right, tmp2); in ____rb_erase_color() 312 augment_rotate(sibling, tmp2); in ____rb_erase_color() 314 sibling = tmp2; in ____rb_erase_color() 328 tmp2 = sibling->rb_left; in ____rb_erase_color() 329 WRITE_ONCE(parent->rb_right, tmp2); in ____rb_erase_color() [all …]
|
/linux-4.4.14/tools/lib/ |
D | rbtree.c | 204 struct rb_node *node = NULL, *sibling, *tmp1, *tmp2; in ____rb_erase_color() local 236 tmp2 = sibling->rb_left; in ____rb_erase_color() 237 if (!tmp2 || rb_is_black(tmp2)) { in ____rb_erase_color() 277 sibling->rb_left = tmp1 = tmp2->rb_right; in ____rb_erase_color() 278 tmp2->rb_right = sibling; in ____rb_erase_color() 279 parent->rb_right = tmp2; in ____rb_erase_color() 283 augment_rotate(sibling, tmp2); in ____rb_erase_color() 285 sibling = tmp2; in ____rb_erase_color() 299 parent->rb_right = tmp2 = sibling->rb_left; in ____rb_erase_color() 302 if (tmp2) in ____rb_erase_color() [all …]
|
/linux-4.4.14/arch/arm/include/asm/ |
D | tls.h | 9 .macro switch_tls_none, base, tp, tpuser, tmp1, tmp2 12 .macro switch_tls_v6k, base, tp, tpuser, tmp1, tmp2 13 mrc p15, 0, \tmp2, c13, c0, 2 @ get the user r/w register 16 str \tmp2, [\base, #TI_TP_VALUE + 4] @ save it 19 .macro switch_tls_v6, base, tp, tpuser, tmp1, tmp2 22 mov \tmp2, #0xffff0fff 24 streq \tp, [\tmp2, #-15] @ set TLS value at 0xffff0ff0 25 mrcne p15, 0, \tmp2, c13, c0, 2 @ get the user r/w register 28 strne \tmp2, [\base, #TI_TP_VALUE + 4] @ save it 31 .macro switch_tls_software, base, tp, tpuser, tmp1, tmp2
|
D | spinlock.h | 214 unsigned long tmp, tmp2; in arch_read_lock() local 224 : "=&r" (tmp), "=&r" (tmp2) in arch_read_lock() 233 unsigned long tmp, tmp2; in arch_read_unlock() local 244 : "=&r" (tmp), "=&r" (tmp2) in arch_read_unlock()
|
/linux-4.4.14/arch/m68k/lib/ |
D | checksum.c | 44 unsigned long tmp1, tmp2; in csum_partial() local 122 "=&d" (tmp1), "=&d" (tmp2) in csum_partial() 144 unsigned long tmp1, tmp2; in csum_partial_copy_from_user() local 314 "=&d" (tmp1), "=d" (tmp2) in csum_partial_copy_from_user() 318 *csum_err = tmp2; in csum_partial_copy_from_user() 333 unsigned long tmp1, tmp2; in csum_partial_copy_nocheck() local 420 "=&d" (tmp1), "=&d" (tmp2) in csum_partial_copy_nocheck()
|
/linux-4.4.14/arch/tile/lib/ |
D | memcpy_64.c | 99 op_t tmp0 = 0, tmp1 = 0, tmp2, tmp3; in memcpy() local 118 tmp2 = LD8(src8++); in memcpy() 127 tmp2 = LD8(src8++); in memcpy() 139 tmp2 = LD8(src8++); in memcpy() 144 tmp1 = __insn_dblalign(tmp1, tmp2, srci); in memcpy() 148 tmp2 = __insn_dblalign(tmp2, tmp3, srci); in memcpy() 149 ST8(dst8++, tmp2); in memcpy() 184 tmp2 = LD8(src8++); in memcpy() 193 tmp1 = __insn_dblalign(tmp1, tmp2, srci); in memcpy() 194 tmp2 = __insn_dblalign(tmp2, tmp3, srci); in memcpy() [all …]
|
/linux-4.4.14/drivers/media/common/b2c2/ |
D | flexcop-sram.c | 239 u8 tmp1, tmp2; 245 tmp2 = 0xa5; 248 sram_write(adapter, addr, &tmp2, 1); 251 tmp2 = 0; 254 sram_read(adapter, addr, &tmp2, 1); 255 sram_read(adapter, addr, &tmp2, 1); 257 dprintk("%s: wrote 0xa5, read 0x%2x\n", __func__, tmp2); 259 if (tmp2 != 0xa5) 262 tmp2 = 0x5a; 265 sram_write(adapter, addr, &tmp2, 1); [all …]
|
/linux-4.4.14/arch/arm/mach-tegra/ |
D | sleep.h | 92 .macro check_cpu_part_num part_num, tmp1, tmp2 95 mov32 \tmp2, \part_num 96 cmp \tmp1, \tmp2 100 .macro exit_smp, tmp1, tmp2 106 check_cpu_part_num 0xc09, \tmp1, \tmp2 110 moveq \tmp2, #0xf 111 moveq \tmp2, \tmp2, lsl \tmp1 113 streq \tmp2, [\tmp1] @ invalidate SCU tags for CPU
|
/linux-4.4.14/arch/alpha/kernel/ |
D | traps.c | 463 long error, tmp1, tmp2, tmp3, tmp4; in do_entUna() local 490 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2) in do_entUna() 494 una_reg(reg) = tmp1|tmp2; in do_entUna() 510 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2) in do_entUna() 514 una_reg(reg) = (int)(tmp1|tmp2); in do_entUna() 530 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2) in do_entUna() 534 una_reg(reg) = tmp1|tmp2; in do_entUna() 563 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2), in do_entUna() 593 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2), in do_entUna() 623 : "=r"(error), "=&r"(tmp1), "=&r"(tmp2), in do_entUna() [all …]
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | spinlock.h | 231 unsigned int tmp, tmp2; in arch_read_lock() local 252 : "=&r" (tmp), "=&r" (tmp2), "+Q" (rw->lock) in arch_read_lock() 259 unsigned int tmp, tmp2; in arch_read_unlock() local 272 : "=&r" (tmp), "=&r" (tmp2), "+Q" (rw->lock) in arch_read_unlock() 279 unsigned int tmp, tmp2; in arch_read_trylock() local 298 : "=&r" (tmp), "=&r" (tmp2), "+Q" (rw->lock) in arch_read_trylock() 302 return !tmp2; in arch_read_trylock()
|
/linux-4.4.14/arch/ia64/lib/ |
D | do_csum.S | 105 #define tmp2 r27 macro 148 adds tmp2=-1,tmp1 // last-1 152 and last=-8,tmp2 // address of word containing last byte 161 shl tmp2=firstoff,3 // number of bits 168 shl hmask=hmask,tmp2 // build head mask, mask off [0,first1off[ 263 shr.u tmp2=result1[0],32 265 add result1[0]=tmp1,tmp2 268 shr.u tmp2=result1[0],16 270 add result1[0]=tmp1,tmp2 273 shr.u tmp2=result1[0],16 [all …]
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | spinlock.h | 43 unsigned long tmp1, tmp2; in arch_spin_trylock() local 62 : "=&r" (oldval), "=&r" (tmp1), "=&r" (tmp2) in arch_spin_trylock() 205 unsigned long tmp0, tmp1, tmp2; in arch_write_lock() local 247 : "=&r" (tmp0), "=&r" (tmp1), "=&r" (tmp2) in arch_write_lock() 280 unsigned long tmp0, tmp1, tmp2; in arch_write_unlock() local 293 : "=&r" (tmp0), "=&r" (tmp1), "=&r" (tmp2) in arch_write_unlock()
|
/linux-4.4.14/scripts/ |
D | extract-ikconfig | 36 tail -c+$pos "$img" | $3 > $tmp2 2> /dev/null 37 dump_config $tmp2 52 tmp2=/tmp/ikconfig$$.2 53 trap "rm -f $tmp1 $tmp2" 0
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | timex.h | 18 unsigned long tmp, tmp2; in get_cycles() local 19 __asm__ __volatile__("%0 = cycles; %1 = cycles2;" : "=d"(tmp), "=d"(tmp2)); in get_cycles() 20 return tmp | ((cycles_t)tmp2 << 32); in get_cycles()
|
/linux-4.4.14/arch/mips/mm/ |
D | sc-ip22.c | 88 unsigned long addr, tmp1, tmp2; in indy_sc_enable() local 114 : "=r" (tmp1), "=r" (tmp2), "=r" (addr)); in indy_sc_enable() 119 unsigned long tmp1, tmp2, tmp3; in indy_sc_disable() local 144 : "=r" (tmp1), "=r" (tmp2), "=r" (tmp3)); in indy_sc_disable()
|
/linux-4.4.14/arch/arc/include/asm/ |
D | uaccess.h | 170 unsigned long tmp1, tmp2, tmp3, tmp4; in __arc_copy_from_user() local 245 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in __arc_copy_from_user() 269 "=r"(tmp1), "=r"(tmp2) in __arc_copy_from_user() 384 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in __arc_copy_from_user() 400 unsigned long tmp1, tmp2, tmp3, tmp4; in __arc_copy_to_user() local 470 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in __arc_copy_to_user() 494 "=r"(tmp1), "=r"(tmp2) in __arc_copy_to_user() 609 "=r"(tmp1), "=r"(tmp2), "=r"(tmp3), "=r"(tmp4) in __arc_copy_to_user()
|
D | checksum.h | 44 unsigned int tmp, tmp2, sum; in ip_fast_csum() local 61 : "=&r"(sum), "=r"(tmp), "=&r"(tmp2), "+&r" (ptr) in ip_fast_csum()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | ec100.c | 94 u8 tmp, tmp2; in ec100_set_frontend() local 124 tmp2 = 0x55; in ec100_set_frontend() 128 tmp2 = 0x64; in ec100_set_frontend() 133 tmp2 = 0x72; in ec100_set_frontend() 139 ret = ec100_write_reg(state, 0x1c, tmp2); in ec100_set_frontend() 217 u8 tmp, tmp2; in ec100_read_ber() local 225 ret = ec100_read_reg(state, 0x66, &tmp2); in ec100_read_ber() 229 ber2 = (tmp2 << 8) | tmp; in ec100_read_ber()
|
D | tda1004x.c | 1139 int tmp2; in tda1004x_read_ucblocks() local 1155 tmp2 = tda1004x_read_byte(state, TDA1004X_UNCOR); in tda1004x_read_ucblocks() 1156 if (tmp2 < 0) in tda1004x_read_ucblocks() 1158 tmp2 &= 0x7f; in tda1004x_read_ucblocks() 1159 if ((tmp2 < tmp) || (tmp2 == 0)) in tda1004x_read_ucblocks()
|
D | stv0367.c | 1282 u8 tmp, tmp2; in stv0367ter_lock_algo() local 1324 tmp2 = stv0367_readreg(state, R367TER_STATUS); in stv0367ter_lock_algo() 1327 mode, tmp, tmp2); in stv0367ter_lock_algo() 1330 tmp2 = stv0367_readreg(state, R367TER_I2CRPT); in stv0367ter_lock_algo() 1331 dprintk("PRVIT=0x%x I2CRPT=0x%x\n", tmp, tmp2); in stv0367ter_lock_algo()
|
/linux-4.4.14/arch/arm/mach-davinci/ |
D | mux.c | 67 unsigned tmp1, tmp2; in davinci_cfg_reg() local 76 tmp2 = (cfg->mode << cfg->mask_offset); in davinci_cfg_reg() 77 reg |= tmp2; in davinci_cfg_reg() 79 if (tmp1 != tmp2) in davinci_cfg_reg()
|
/linux-4.4.14/arch/arm/kernel/ |
D | debug.S | 28 .macro addruart_current, rx, tmp1, tmp2 29 addruart \tmp1, \tmp2, \rx 33 movne \rx, \tmp2 37 .macro addruart_current, rx, tmp1, tmp2 38 addruart \rx, \tmp1, \tmp2
|
D | entry-common.S | 19 .macro arch_ret_to_user, tmp1, tmp2
|
/linux-4.4.14/arch/alpha/lib/ |
D | divide.S | 57 #define tmp2 $4 macro 111 DIV_ONLY(stq tmp2,32($30)) 137 2: DIV_ONLY(addq quotient,mask,tmp2) 141 DIV_ONLY(cmovne compare,tmp2,quotient) 150 DIV_ONLY(ldq tmp2,32($30))
|
D | ev6-divide.S | 67 #define tmp2 $4 macro 123 DIV_ONLY(stq tmp2,32($30)) # L : L U U L 165 DIV_ONLY(addq quotient,mask,tmp2) # E : 174 DIV_ONLY(cmovne compare,tmp2,quotient) # E : Latency 2, extra map slot 201 DIV_ONLY(ldq tmp2,32($30)) # L :
|
/linux-4.4.14/drivers/ide/ |
D | aec62xx.c | 91 u8 tmp0 = 0, tmp1 = 0, tmp2 = 0; in aec6210_set_mode() local 103 tmp2 = 0x00; in aec6210_set_mode() 107 tmp2 = ((ultra_conf << (2*drive->dn)) | (tmp1 & ~(3 << (2*drive->dn)))); in aec6210_set_mode() 108 pci_write_config_byte(dev, 0x54, tmp2); in aec6210_set_mode() 118 u8 tmp1 = 0, tmp2 = 0; in aec6260_set_mode() local 132 tmp2 = ((ultra_conf << (4*unit)) | (tmp1 & ~(7 << (4*unit)))); in aec6260_set_mode() 133 pci_write_config_byte(dev, (0x44|hwif->channel), tmp2); in aec6260_set_mode()
|
/linux-4.4.14/drivers/cpufreq/ |
D | gx-suspmod.c | 338 u8 tmp1, tmp2; in cpufreq_gx_verify() local 353 tmp_freq = gx_validate_speed(policy->min, &tmp1, &tmp2); in cpufreq_gx_verify() 359 tmp_freq = gx_validate_speed(policy->max, &tmp1, &tmp2); in cpufreq_gx_verify() 379 u8 tmp1, tmp2; in cpufreq_gx_target() local 387 tmp_freq = gx_validate_speed(target_freq, &tmp1, &tmp2); in cpufreq_gx_target() 390 tmp_freq = gx_validate_speed(tmp_freq, &tmp1, &tmp2); in cpufreq_gx_target() 394 tmp_freq = gx_validate_speed(tmp_freq, &tmp1, &tmp2); in cpufreq_gx_target()
|
/linux-4.4.14/drivers/watchdog/ |
D | booke_wdt.c | 62 unsigned long tmp2 = ppc_tb_freq; in period_to_sec() local 67 tmp2 = tmp2 / 5 * 2; in period_to_sec() 69 do_div(tmp, tmp2); in period_to_sec()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | head.S | 257 .macro create_table_entry, tbl, virt, shift, ptrs, tmp1, tmp2 260 add \tmp2, \tbl, #PAGE_SIZE 261 orr \tmp2, \tmp2, #PMD_TYPE_TABLE // address of next table and entry type 262 str \tmp2, [\tbl, \tmp1, lsl #3] 273 .macro create_pgd_entry, tbl, virt, tmp1, tmp2 274 create_table_entry \tbl, \virt, PGDIR_SHIFT, PTRS_PER_PGD, \tmp1, \tmp2 276 create_table_entry \tbl, \virt, PUD_SHIFT, PTRS_PER_PUD, \tmp1, \tmp2 279 create_table_entry \tbl, \virt, SWAPPER_TABLE_SHIFT, PTRS_PER_PTE, \tmp1, \tmp2
|
/linux-4.4.14/arch/sh/boards/mach-migor/ |
D | lcd_qvga.c | 45 unsigned long tmp1, tmp2; in adjust_reg18() local 48 tmp2 = (data<<2 | 0x00000200) & 0x0003FE00; in adjust_reg18() 49 return tmp1 | tmp2; in adjust_reg18()
|
/linux-4.4.14/kernel/ |
D | user-return-notifier.c | 37 struct hlist_node *tmp2; in fire_user_return_notifiers() local 41 hlist_for_each_entry_safe(urn, tmp2, head, link) in fire_user_return_notifiers()
|
/linux-4.4.14/arch/sh/lib/ |
D | io.c | 25 int tmp2, tmp3, tmp4, tmp5, tmp6; in __raw_readsl() local 55 "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4), in __raw_readsl()
|
/linux-4.4.14/fs/cifs/ |
D | cifs_debug.c | 112 struct list_head *tmp1, *tmp2, *tmp3; in cifs_debug_data_proc_show() local 156 list_for_each(tmp2, &server->smb_ses_list) { in cifs_debug_data_proc_show() 157 ses = list_entry(tmp2, struct cifs_ses, in cifs_debug_data_proc_show() 261 struct list_head *tmp1, *tmp2, *tmp3; in cifs_stats_proc_write() local 279 list_for_each(tmp2, &server->smb_ses_list) { in cifs_stats_proc_write() 280 ses = list_entry(tmp2, struct cifs_ses, in cifs_stats_proc_write() 301 struct list_head *tmp1, *tmp2, *tmp3; in cifs_stats_proc_show() local 336 list_for_each(tmp2, &server->smb_ses_list) { in cifs_stats_proc_show() 337 ses = list_entry(tmp2, struct cifs_ses, in cifs_stats_proc_show()
|
D | smb2misc.c | 505 struct list_head *tmp, *tmp1, *tmp2; in smb2_is_valid_lease_break() local 529 list_for_each(tmp2, &ses->tcon_list) { in smb2_is_valid_lease_break() 530 tcon = list_entry(tmp2, struct cifs_tcon, in smb2_is_valid_lease_break() 553 struct list_head *tmp, *tmp1, *tmp2; in smb2_is_valid_oplock_break() local 583 list_for_each(tmp2, &tcon->openFileList) { in smb2_is_valid_oplock_break() 584 cfile = list_entry(tmp2, struct cifsFileInfo, in smb2_is_valid_oplock_break()
|
D | misc.c | 401 struct list_head *tmp, *tmp1, *tmp2; in is_valid_oplock_break() local 469 list_for_each(tmp2, &tcon->openFileList) { in is_valid_oplock_break() 470 netfile = list_entry(tmp2, struct cifsFileInfo, in is_valid_oplock_break()
|
D | connect.c | 315 struct list_head *tmp, *tmp2; in cifs_reconnect() local 346 list_for_each(tmp2, &ses->tcon_list) { in cifs_reconnect() 347 tcon = list_entry(tmp2, struct cifs_tcon, tcon_list); in cifs_reconnect() 376 list_for_each_safe(tmp, tmp2, &server->pending_mid_q) { in cifs_reconnect() 386 list_for_each_safe(tmp, tmp2, &retry_list) { in cifs_reconnect() 742 struct list_head *tmp, *tmp2; in clean_demultiplex_info() local 746 list_for_each_safe(tmp, tmp2, &server->pending_mid_q) { in clean_demultiplex_info() 755 list_for_each_safe(tmp, tmp2, &dispose_list) { in clean_demultiplex_info()
|
/linux-4.4.14/arch/arm64/net/ |
D | bpf_jit_comp.c | 158 const u8 tmp2 = bpf2a64[TMP_REG_2]; in build_prologue() local 193 emit(A64_PUSH(tmp1, tmp2, A64_SP), ctx); in build_prologue() 218 const u8 tmp2 = bpf2a64[TMP_REG_2]; in build_epilogue() local 228 emit(A64_POP(tmp1, tmp2, A64_SP), ctx); in build_epilogue() 253 const u8 tmp2 = bpf2a64[TMP_REG_2]; in build_insn() local 440 emit_a64_mov_i(is64, tmp2, imm, ctx); in build_insn() 441 emit(A64_UDIV(is64, tmp, dst, tmp2), ctx); in build_insn() 442 emit(A64_MUL(is64, tmp, tmp, tmp2), ctx); in build_insn() 595 emit_a64_mov_i(1, tmp2, off, ctx); in build_insn() 599 emit(A64_STR32(tmp, dst, tmp2), ctx); in build_insn() [all …]
|
/linux-4.4.14/arch/arm/mach-iop32x/include/mach/ |
D | entry-macro.S | 28 .macro arch_ret_to_user, tmp1, tmp2 30 ands \tmp2, \tmp1, #(1 << 6)
|
/linux-4.4.14/arch/arm/mach-iop13xx/include/mach/ |
D | entry-macro.S | 37 .macro arch_ret_to_user, tmp1, tmp2 39 ands \tmp2, \tmp1, #(1 << 6)
|
/linux-4.4.14/arch/arm/mach-iop33x/include/mach/ |
D | entry-macro.S | 29 .macro arch_ret_to_user, tmp1, tmp2 31 ands \tmp2, \tmp1, #(1 << 6)
|
/linux-4.4.14/arch/sh/kernel/ |
D | io.c | 28 int tmp2, tmp3, tmp4, tmp5, tmp6; in memcpy_fromio() local 54 "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4), in memcpy_fromio()
|
/linux-4.4.14/arch/score/kernel/ |
D | ptrace.c | 178 unsigned int tmp, tmp2; in user_enable_single_step() local 207 tmp2 = tmp & 0x7FFF; in user_enable_single_step() 208 tmp = (((tmp >> 16) & 0x3FF) << 15) | tmp2; in user_enable_single_step() 213 tmp2 = tmp & 0x3FF; in user_enable_single_step() 214 tmp = (((tmp >> 16) & 0x3FF) << 10) | tmp2; /* 20bit */ in user_enable_single_step()
|
/linux-4.4.14/arch/frv/include/asm/ |
D | checksum.h | 140 unsigned long tmp, tmp2; in csum_ipv6_magic() local 172 : "=r" (sum), "=&r" (tmp), "=r" (tmp2) in csum_ipv6_magic()
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | spinlock.h | 189 unsigned long tmp1, tmp2; in arch_read_unlock() local 197 : "=&a" (tmp1), "=&a" (tmp2) in arch_read_unlock()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | spinlock.h | 150 int tmp, tmp2, tmp3; in arch_spin_trylock() local 174 [my_ticket] "=&r" (tmp2), in arch_spin_trylock() 198 [my_ticket] "=&r" (tmp2), in arch_spin_trylock()
|
/linux-4.4.14/sound/pci/ice1712/ |
D | delta.c | 318 unsigned char tmp, tmp2; in delta_1010_set_rate_val() local 325 tmp2 = tmp & ~ICE1712_DELTA_DFS; in delta_1010_set_rate_val() 327 tmp2 |= ICE1712_DELTA_DFS; in delta_1010_set_rate_val() 328 if (tmp != tmp2) in delta_1010_set_rate_val() 329 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA, tmp2); in delta_1010_set_rate_val() 338 unsigned char tmp, tmp2; in delta_ak4524_set_rate_val() local 348 tmp2 = tmp & ~ICE1712_DELTA_DFS; in delta_ak4524_set_rate_val() 350 tmp2 |= ICE1712_DELTA_DFS; in delta_ak4524_set_rate_val() 351 if (tmp == tmp2) in delta_ak4524_set_rate_val()
|
D | aureon.c | 1290 unsigned int tmp, tmp2; in aureon_set_headphone_amp() local 1292 tmp2 = tmp = snd_ice1712_gpio_read(ice); in aureon_set_headphone_amp() 1305 if (tmp != tmp2) { in aureon_set_headphone_amp()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pvclock.h | 27 u32 tmp1, tmp2; in pvclock_scale_delta() local 46 : "=A" (product), "=r" (tmp1), "=r" (tmp2) in pvclock_scale_delta()
|
/linux-4.4.14/arch/sparc/math-emu/ |
D | sfp-util_64.h | 44 UDItype tmp1, tmp2, tmp3, tmp4; \ 69 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3), "=&r" (tmp4) \
|
/linux-4.4.14/scripts/genksyms/ |
D | genksyms.c | 514 struct string_list *tmp, **tmp2; in print_list() local 528 tmp2 = e - 1; in print_list() 530 (*tmp2--) = list; in print_list() 532 *(tmp2--) = list; in print_list() 544 struct string_list *tmp, **tmp2; in expand_and_crc_sym() local 556 tmp2 = e - 1; in expand_and_crc_sym() 558 *(tmp2--) = list; in expand_and_crc_sym() 560 *(tmp2--) = list; in expand_and_crc_sym()
|
/linux-4.4.14/drivers/video/fbdev/i810/ |
D | i810_accel.c | 438 u32 tmp1, tmp2; in i810fb_init_ringbuffer() local 447 tmp2 = i810_readl(IRING + 8, mmio) & ~RBUFFER_START_MASK; in i810fb_init_ringbuffer() 449 i810_writel(IRING + 8, mmio, tmp2 | tmp1); in i810fb_init_ringbuffer() 453 tmp2 = (par->iring.size - I810_PAGESIZE) & RBUFFER_SIZE_MASK; in i810fb_init_ringbuffer() 454 i810_writel(IRING + 12, mmio, tmp1 | tmp2); in i810fb_init_ringbuffer()
|
D | i810_main.c | 232 u32 tmp1, tmp2; in i810_load_pll() local 236 tmp2 = i810_readl(DCLK_2D, mmio); in i810_load_pll() 237 tmp2 &= ~MN_MASK; in i810_load_pll() 238 i810_writel(DCLK_2D, mmio, tmp1 | tmp2); in i810_load_pll() 241 tmp2 = i810_readl(DCLK_0DS, mmio); in i810_load_pll() 242 tmp2 &= ~(P_OR << 16); in i810_load_pll() 243 i810_writel(DCLK_0DS, mmio, (tmp1 << 16) | tmp2); in i810_load_pll() 463 u32 tmp1, tmp2; in i810_restore_pll() local 467 tmp2 = i810_readl(DCLK_2D, mmio); in i810_restore_pll() 469 tmp2 &= MN_MASK; in i810_restore_pll() [all …]
|
/linux-4.4.14/drivers/net/ |
D | mii.c | 170 u32 advert2 = 0, tmp2 = 0; in mii_ethtool_sset() local 185 tmp2 = advert2 & ~(ADVERTISE_1000HALF | ADVERTISE_1000FULL); in mii_ethtool_sset() 190 tmp2 |= in mii_ethtool_sset() 196 if ((mii->supports_gmii) && (advert2 != tmp2)) in mii_ethtool_sset() 197 mii->mdio_write(dev, mii->phy_id, MII_CTRL1000, tmp2); in mii_ethtool_sset()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | ptrace32.c | 151 unsigned long tmp2; in compat_arch_ptrace() local 152 ret = ptrace_get_reg(child, numReg, &tmp2); in compat_arch_ptrace() 155 tmp = tmp2; in compat_arch_ptrace()
|
D | irq.c | 152 u64 tmp, tmp2; in __check_irq_replay() local 153 lv1_get_version_info(&tmp, &tmp2); in __check_irq_replay()
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | mux.c | 356 unsigned tmp1, tmp2; in omap1_cfg_reg() local 366 tmp2 = (cfg->mask << cfg->mask_offset); in omap1_cfg_reg() 367 reg |= tmp2; in omap1_cfg_reg() 369 if (tmp1 != tmp2) in omap1_cfg_reg()
|
/linux-4.4.14/crypto/ |
D | cts.c | 81 u8 tmp[bsize], tmp2[bsize]; in cts_cbc_encrypt() local 113 sg_set_buf(&sgdst[0], tmp2, bsize); in cts_cbc_encrypt() 116 memcpy(d, tmp2, bsize); in cts_cbc_encrypt() 120 memcpy(desc->info, tmp2, bsize); in cts_cbc_encrypt()
|
/linux-4.4.14/fs/jfs/ |
D | jfs_dmap.h | 66 signed char tmp1, tmp2; in TREEMAX() local 69 tmp2 = max(*(cp), *(cp+1)); in TREEMAX() 71 return max(tmp1, tmp2); in TREEMAX()
|
D | jfs_dmap.c | 3075 signed char tmp1, tmp2; in dbMaxBud() local 3093 tmp2 = max(budtab[cp[0]], budtab[cp[1]]); in dbMaxBud() 3094 return (max(tmp1, tmp2)); in dbMaxBud()
|
/linux-4.4.14/tools/testing/selftests/capabilities/ |
D | test_execve.c | 404 char *tmp1, *tmp2, *our_path; in main() local 410 tmp2 = dirname(tmp1); in main() 411 our_path = strdup(tmp2); in main()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | perfmon_montecito.h | 136 unsigned long tmp1, tmp2, ival = *val; in pfm_mont_reserved() local 142 tmp2 = PMC_DFL_VAL(cnum) & ~PMC_RSVD_MASK(cnum); in pfm_mont_reserved() 144 *val = tmp1 | tmp2; in pfm_mont_reserved()
|
D | perfmon_mckinley.h | 58 unsigned long tmp1, tmp2, ival = *val; in pfm_mck_reserved() local 64 tmp2 = PMC_DFL_VAL(cnum) & ~PMC_RSVD_MASK(cnum); in pfm_mck_reserved() 66 *val = tmp1 | tmp2; in pfm_mck_reserved()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_modes.c | 236 int tmp1, tmp2; in drm_cvt_mode() local 246 tmp2 = (vdisplay_rnd + 2 * vmargin + CVT_MIN_V_PORCH) * 2 + in drm_cvt_mode() 248 hperiod = tmp1 * 2 / (tmp2 * vfieldrate); in drm_cvt_mode() 302 int tmp1, tmp2; in drm_cvt_mode() local 306 tmp2 = vdisplay_rnd + 2 * vmargin; in drm_cvt_mode() 307 hperiod = tmp1 / (tmp2 * vfieldrate); in drm_cvt_mode() 398 unsigned int tmp1, tmp2; in drm_gtf_mode_complex() local 444 tmp2 = (vdisplay_rnd + 2 * top_margin + GTF_MIN_V_PORCH) * in drm_gtf_mode_complex() 446 hfreq_est = (tmp2 * 1000 * vfieldrate_rqd) / tmp1; in drm_gtf_mode_complex()
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_fw.c | 367 u32 opcode, new, old, tmp1, tmp2; in sym_fw_bind_script() local 426 tmp2 = cur[2]; in sym_fw_bind_script() 427 if ((tmp1 ^ tmp2) & 3) { in sym_fw_bind_script()
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | phy_lp.c | 214 u16 tmp, tmp2; in lpphy_baseband_rev0_1_init() local 344 tmp2 = (tmp & 0x03E0) >> 5; in lpphy_baseband_rev0_1_init() 345 tmp2 |= tmp2 << 5; in lpphy_baseband_rev0_1_init() 346 b43_phy_write(dev, B43_LPPHY_4C3, tmp2); in lpphy_baseband_rev0_1_init() 348 tmp2 = (tmp & 0x1F00) >> 8; in lpphy_baseband_rev0_1_init() 349 tmp2 |= tmp2 << 5; in lpphy_baseband_rev0_1_init() 350 b43_phy_write(dev, B43_LPPHY_4C4, tmp2); in lpphy_baseband_rev0_1_init() 352 tmp2 = tmp & 0x00FF; in lpphy_baseband_rev0_1_init() 353 tmp2 |= tmp << 8; in lpphy_baseband_rev0_1_init() 354 b43_phy_write(dev, B43_LPPHY_4C5, tmp2); in lpphy_baseband_rev0_1_init() [all …]
|
D | phy_g.c | 1265 u32 tmp1 = 0, tmp2 = 0; in b43_radio_init2050() local 1435 tmp2 += b43_phy_read(dev, B43_PHY_LO_LEAKAGE); in b43_radio_init2050() 1446 tmp2++; in b43_radio_init2050() 1447 tmp2 >>= 8; in b43_radio_init2050() 1448 if (tmp1 < tmp2) in b43_radio_init2050()
|
D | phy_n.c | 332 u16 reg, tmp, tmp2, val; in b43_nphy_rf_ctl_intc_override_rev7() local 370 tmp2 = 0x0004; in b43_nphy_rf_ctl_intc_override_rev7() 374 tmp2 = 0x0001; in b43_nphy_rf_ctl_intc_override_rev7() 378 b43_phy_mask(dev, reg, ~tmp2); in b43_nphy_rf_ctl_intc_override_rev7() 383 tmp2 = 0x0008; in b43_nphy_rf_ctl_intc_override_rev7() 387 tmp2 = 0x0002; in b43_nphy_rf_ctl_intc_override_rev7() 391 b43_phy_mask(dev, reg, ~tmp2); in b43_nphy_rf_ctl_intc_override_rev7() 6046 enum ieee80211_band tmp2; in b43_phy_initn() local 6140 tmp2 = b43_current_band(dev->wl); in b43_phy_initn()
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | config.c | 636 struct list_head *tmp2; in lnet_parse_route() local 677 tmp2 = &nets; /* expanding nets */ in lnet_parse_route() 683 tmp2 = &gateways; /* expanding gateways */ in lnet_parse_route() 692 list_add_tail(tmp1, tmp2); in lnet_parse_route() 694 while (tmp1 != tmp2) { in lnet_parse_route() 740 list_for_each(tmp2, &gateways) { in lnet_parse_route() 741 ltb = list_entry(tmp2, struct lnet_text_buf_t, in lnet_parse_route()
|
/linux-4.4.14/arch/arm/include/debug/ |
D | efm32.S | 19 .macro addruart, rx, tmp, tmp2
|
/linux-4.4.14/arch/x86/crypto/ |
D | glue_helper-asm-avx2.S | 52 #define add2_le128(x, minus_one, minus_two, tmp1, tmp2) \ argument 54 vpcmpeqq minus_two, x, tmp2; \ 56 vpor tmp2, tmp1, tmp1; \
|
D | twofish-x86_64-asm_64-3way.S | 88 #define do16bit_ror(rot, op1, op2, T0, T1, tmp1, tmp2, ab, dst) \ argument 89 movzbl ab ## bl, tmp2 ## d; \ 92 op1##l T0(CTX, tmp2, 4), dst ## d; \
|
D | camellia-x86_64-asm_64.S | 94 #define xor2ror16(T0, T1, tmp1, tmp2, ab, dst) \ argument 95 movzbl ab ## bl, tmp2 ## d; \ 98 xorq T0(, tmp2, 8), dst; \
|
D | camellia-aesni-avx2-asm_64.S | 1058 #define add2_le128(x, minus_one, minus_two, tmp1, tmp2) \ argument 1060 vpcmpeqq minus_two, x, tmp2; \ 1062 vpor tmp2, tmp1, tmp1; \
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | am79c961a.c | 105 register unsigned int tmp asm("r2"), tmp2 asm("r3"); in am_writebuffer() 108 : "+r" (buf), "=&r" (tmp), "=&r" (tmp2)); in am_writebuffer() 117 : "+r" (offset), "=&r" (tmp), "=&r" (tmp2)); in am_writebuffer() 143 register unsigned int tmp asm("r2"), tmp2 asm("r3"), tmp3; in am_readbuffer() 152 : "=&r" (offset), "=&r" (buf), "=r" (tmp), "=r" (tmp2), "=r" (tmp3) in am_readbuffer()
|
D | sun3lance.c | 314 unsigned short tmp1, tmp2; in lance_probe() local 329 tmp2 = ioaddr_probe[1]; in lance_probe() 336 ioaddr_probe[1] = tmp2; in lance_probe()
|
/linux-4.4.14/drivers/target/iscsi/ |
D | iscsi_target_parameters.c | 926 char *tmp1 = NULL, *tmp2 = NULL; in iscsi_check_valuelist_for_support() local 945 tmp2 = strchr(acceptor_values, ','); in iscsi_check_valuelist_for_support() 946 if (tmp2) in iscsi_check_valuelist_for_support() 947 *tmp2 = '\0'; in iscsi_check_valuelist_for_support() 949 if (tmp2) in iscsi_check_valuelist_for_support() 950 *tmp2 = ','; in iscsi_check_valuelist_for_support() 953 if (tmp2) in iscsi_check_valuelist_for_support() 954 *tmp2++ = ','; in iscsi_check_valuelist_for_support() 956 acceptor_values = tmp2; in iscsi_check_valuelist_for_support()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | irq.c | 84 u16 tmp2; in mn10300_cpupic_mask_ack() local 87 tmp2 = GxICR(irq); in mn10300_cpupic_mask_ack()
|
/linux-4.4.14/drivers/video/fbdev/aty/ |
D | mach64_ct.c | 284 u8 tmp, tmp2; in aty_set_pll_ct() local 316 tmp2 = par->clk_wr_offset << 1; in aty_set_pll_ct() 318 tmp &= ~(0x03U << tmp2); in aty_set_pll_ct() 319 tmp |= ((pll->ct.vclk_post_div & 0x03U) << tmp2); in aty_set_pll_ct()
|
D | radeon_pm.c | 1434 u32 tmp, tmp2; in radeon_pm_reset_pad_ctlr_strength() local 1443 tmp2 = INREG(PAD_CTLR_STRENGTH); in radeon_pm_reset_pad_ctlr_strength() 1444 if (tmp != tmp2) { in radeon_pm_reset_pad_ctlr_strength() 1445 tmp = tmp2; in radeon_pm_reset_pad_ctlr_strength() 2215 u32 tmp, tmp2; 2410 tmp2 = INREG(TMDS_TRANSMITTER_CNTL); 2416 OUTREG(TMDS_TRANSMITTER_CNTL, tmp2); 2492 tmp2 = INREG(FP_GEN_CNTL); 2500 tmp2 &= ~2; 2501 tmp2 |= FP_TMDS_EN; [all …]
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | uvd_v4_2.c | 638 u32 tmp, tmp2; in uvd_v4_2_set_dcm() local 648 tmp2 = UVD_CGC_CTRL2__DYN_OCLK_RAMP_EN_MASK | in uvd_v4_2_set_dcm() 653 tmp2 = 0; in uvd_v4_2_set_dcm() 657 WREG32_UVD_CTX(ixUVD_CGC_CTRL2, tmp2); in uvd_v4_2_set_dcm()
|
D | ci_dpm.c | 2602 u32 tmp, tmp2; in ci_register_patching_mc_arb() local 2611 tmp2 = (((0x31 * engine_clock) / 125000) - 1) & 0xff; in ci_register_patching_mc_arb() 2613 *dram_timimg2 |= tmp2 << 16; in ci_register_patching_mc_arb() 2615 tmp2 = (((0x36 * engine_clock) / 137500) - 1) & 0xff; in ci_register_patching_mc_arb() 2617 *dram_timimg2 |= tmp2 << 16; in ci_register_patching_mc_arb()
|
D | gfx_v7_0.c | 4121 u32 data, orig, tmp, tmp2; in gfx_v7_0_enable_cgcg() local 4134 tmp2 = RLC_SERDES_WR_CTRL__BPM_ADDR_MASK | in gfx_v7_0_enable_cgcg() 4137 WREG32(mmRLC_SERDES_WR_CTRL, tmp2); in gfx_v7_0_enable_cgcg()
|
/linux-4.4.14/arch/parisc/mm/ |
D | init.c | 407 unsigned long tmp2; in map_pages() local 471 for (tmp2 = start_pte; tmp2 < PTRS_PER_PTE; tmp2++, pg_table++) { in map_pages()
|
/linux-4.4.14/arch/mn10300/mm/ |
D | misalignment.c | 835 u32 tmp, tmp2, x; in test_misalignment() local 929 tmp2 = 2; in test_misalignment() 937 : "+r"(q), "+d"(tmp), "+d"(tmp2), "=d"(x) in test_misalignment() 945 tmp2 = 2; in test_misalignment() 953 : "+a"(q), "+d"(tmp), "+d"(tmp2), "=d"(x) in test_misalignment()
|
/linux-4.4.14/sound/oss/ |
D | ad1848.c | 1537 unsigned char tmp1 = 0xff, tmp2 = 0xff; in ad1848_detect() local 1636 if ((tmp1 = ad_read(devc, 0)) != 0xaa || (tmp2 = ad_read(devc, 1)) != 0x45) in ad1848_detect() 1638 if (tmp2 == 0x65) /* AD1847 has couple of bits hardcoded to 1 */ in ad1848_detect() 1642 DDB(printk("ad1848 detect error - step B (%x/%x)\n", tmp1, tmp2)); in ad1848_detect() 1650 if ((tmp1 = ad_read(devc, 0)) != 0x45 || (tmp2 = ad_read(devc, 1)) != 0xaa) in ad1848_detect() 1652 if (tmp2 == 0x8a) /* AD1847 has few bits hardcoded to 1 */ in ad1848_detect() 1656 DDB(printk("ad1848 detect error - step C (%x/%x)\n", tmp1, tmp2)); in ad1848_detect() 1700 if ((tmp1 = ad_read(devc, i)) != (tmp2 = ad_read(devc, i + 16))) in ad1848_detect() 1702 DDB(printk("ad1848 detect step F(%d/%x/%x) - OPTi chip???\n", i, tmp1, tmp2)); in ad1848_detect() 1915 if ((tmp1 = ad_read(devc, i)) != (tmp2 = ad_read(devc, i + 16))) { in ad1848_detect() [all …]
|
/linux-4.4.14/drivers/platform/x86/ |
D | hp-wmi.c | 508 long unsigned int tmp2; in set_postcode() local 510 ret = kstrtoul(buf, 10, &tmp2); in set_postcode() 511 if (ret || tmp2 != 1) in set_postcode() 515 tmp = (u32) tmp2; in set_postcode()
|
/linux-4.4.14/drivers/iio/frequency/ |
D | ad9523.c | 411 long tmp1, tmp2; in ad9523_set_clock_provider() local 420 tmp2 = st->vco_out_freq[AD9523_VCO2] / freq; in ad9523_set_clock_provider() 422 tmp2 *= freq; in ad9523_set_clock_provider() 423 use_alt_clk_src = (abs(tmp1 - freq) > abs(tmp2 - freq)); in ad9523_set_clock_provider()
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_droq.c | 715 struct list_head *tmp, *tmp2; in octeon_droq_process_packets() local 734 list_for_each_safe(tmp, tmp2, &droq->dispatch_list) { in octeon_droq_process_packets() 761 struct list_head *tmp, *tmp2; in octeon_droq_process_poll_pkts() local 791 list_for_each_safe(tmp, tmp2, &droq->dispatch_list) { in octeon_droq_process_poll_pkts()
|
D | octeon_device.c | 860 struct list_head freelist, *temp, *tmp2; in octeon_delete_dispatch_list() local 883 list_for_each_safe(temp, tmp2, &freelist) { in octeon_delete_dispatch_list() 1029 struct list_head *dispatch, *dfree = NULL, *tmp2; in octeon_unregister_dispatch_fn() local 1063 list_for_each_safe(dispatch, tmp2, in octeon_unregister_dispatch_fn()
|
D | request_manager.c | 667 struct list_head *tmp, *tmp2; in octeon_free_sc_buffer_pool() local 672 list_for_each_safe(tmp, tmp2, &oct->sc_buf_pool.head) { in octeon_free_sc_buffer_pool()
|
/linux-4.4.14/security/apparmor/ |
D | policy_unpack.c | 451 u64 tmp2 = 0; in unpack_rlimits() local 453 if (!unpack_u64(e, &tmp2, NULL)) in unpack_rlimits() 455 profile->rlimits.limits[a].rlim_max = tmp2; in unpack_rlimits()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | time_64.c | 285 unsigned long ret, tmp1, tmp2, tmp3; in __hbird_read_stick() local 300 "=&r" (tmp1), "=&r" (tmp2), "=&r" (tmp3) in __hbird_read_stick()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | mad.c | 2332 u64 tmp, tmp2; in pma_get_opa_portstatus() local 2394 tmp2 = tmp + read_dev_cntr(dd, C_DC_TX_REPLAY, CNTR_INVALID_VL); in pma_get_opa_portstatus() 2395 if (tmp2 < tmp) { in pma_get_opa_portstatus() 2399 rsp->local_link_integrity_errors = cpu_to_be64(tmp2); in pma_get_opa_portstatus() 2402 tmp2 = tmp + read_dev_cntr(dd, C_DC_REINIT_FROM_PEER_CNT, in pma_get_opa_portstatus() 2404 if (tmp2 > (u32)UINT_MAX || tmp2 < tmp) { in pma_get_opa_portstatus() 2408 rsp->link_error_recovery = cpu_to_be32(tmp2); in pma_get_opa_portstatus() 2736 u64 port_mask, tmp, tmp2; in pma_get_opa_porterrors() local 2791 tmp2 = tmp + read_dev_cntr(dd, C_DC_TX_REPLAY, CNTR_INVALID_VL); in pma_get_opa_porterrors() 2792 if (tmp2 < tmp) { in pma_get_opa_porterrors() [all …]
|
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
D | device-init.c | 39 u64 tmp2; in ps3_register_lpm_devices() local 70 lv1_get_logical_partition_id(&tmp2); in ps3_register_lpm_devices() 72 if (tmp1 != tmp2) { in ps3_register_lpm_devices()
|
/linux-4.4.14/tools/perf/util/ |
D | annotate.c | 961 char *line = NULL, *parsed_line, *tmp, *tmp2, *c; in symbol__parse_objdump_line() local 1002 line_ip = strtoull(tmp, &tmp2, 16); in symbol__parse_objdump_line() 1003 if (*tmp2 != ':' || tmp == tmp2 || tmp2[1] == '\0') in symbol__parse_objdump_line() 1015 parsed_line = tmp2 + 1; in symbol__parse_objdump_line()
|
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_lnode.c | 140 struct list_head *tmp1, *tmp2; in csio_ln_lookup_by_vnpi() local 159 list_for_each(tmp2, &sln->cln_head) { in csio_ln_lookup_by_vnpi() 160 cln = (struct csio_lnode *) tmp2; in csio_ln_lookup_by_vnpi() 180 struct list_head *tmp1, *tmp2; in csio_lnode_lookup_by_wwpn() local 199 list_for_each(tmp2, &sln->cln_head) { in csio_lnode_lookup_by_wwpn() 200 cln = (struct csio_lnode *) tmp2; in csio_lnode_lookup_by_wwpn()
|
/linux-4.4.14/sound/pci/emu10k1/ |
D | emu10k1_main.c | 714 u32 tmp, tmp2, reg; in emu1010_firmware_thread() local 783 snd_emu1010_fpga_read(emu, EMU_DOCK_MINOR_REV, &tmp2); in emu1010_firmware_thread() 785 tmp, tmp2); in emu1010_firmware_thread() 839 u32 tmp, tmp2, reg; in snd_emu10k1_emu1010_init() local 933 snd_emu1010_fpga_read(emu, EMU_HANA_MINOR_REV, &tmp2); in snd_emu10k1_emu1010_init() 934 dev_info(emu->card->dev, "emu1010: Hana version: %u.%u\n", tmp, tmp2); in snd_emu10k1_emu1010_init()
|
/linux-4.4.14/drivers/net/ethernet/microchip/ |
D | enc28j60.c | 821 u16 tmp1, tmp2; in enc28j60_dump_tsv() local 828 tmp2 = tsv[5]; in enc28j60_dump_tsv() 829 tmp2 <<= 8; in enc28j60_dump_tsv() 830 tmp2 |= tsv[4]; in enc28j60_dump_tsv() 833 " TotByteOnWire: %d\n", tmp1, tsv[2] & 0x0f, tmp2); in enc28j60_dump_tsv()
|
/linux-4.4.14/arch/arm/crypto/ |
D | sha1-armv7-neon.S | 74 #define tmp2 q10 macro 166 vadd.u32 tmp2, W6, curK; \ 169 vst1.32 {tmp2, tmp3}, [RWK]; \ 199 vadd.u32 tmp2, W6, curK; \ 208 vst1.32 {tmp2, tmp3}, [RWK]; \
|
/linux-4.4.14/drivers/staging/rtl8188eu/hal/ |
D | phy.c | 992 s32 tmp1 = 0, tmp2 = 0; in simularity_compare() local 1008 tmp2 = resulta[c2][i] | 0xFFFFFC00; in simularity_compare() 1010 tmp2 = resulta[c2][i]; in simularity_compare() 1013 tmp2 = resulta[c2][i]; in simularity_compare() 1016 diff = abs(tmp1 - tmp2); in simularity_compare()
|
/linux-4.4.14/sound/pci/cs46xx/ |
D | dsp_spos_scb_lib.c | 622 unsigned int tmp1, tmp2; in cs46xx_dsp_create_src_task_scb() local 651 tmp2 = tmp1 / 48000; in cs46xx_dsp_create_src_task_scb() 652 phiIncr += tmp2; in cs46xx_dsp_create_src_task_scb() 653 tmp1 -= tmp2 * 48000; in cs46xx_dsp_create_src_task_scb()
|
D | cs46xx_lib.c | 725 unsigned int tmp1, tmp2; in snd_cs46xx_set_play_sample_rate() local 751 tmp2 = tmp1 / 48000; in snd_cs46xx_set_play_sample_rate() 752 phiIncr += tmp2; in snd_cs46xx_set_play_sample_rate() 753 tmp1 -= tmp2 * 48000; in snd_cs46xx_set_play_sample_rate() 771 unsigned int phiIncr, coeffIncr, tmp1, tmp2; in snd_cs46xx_set_capture_sample_rate() local 824 tmp2 = tmp1 / rate; in snd_cs46xx_set_capture_sample_rate() 825 phiIncr += tmp2; in snd_cs46xx_set_capture_sample_rate() 826 tmp1 -= tmp2 * rate; in snd_cs46xx_set_capture_sample_rate()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | phy.c | 2008 s32 tmp1 = 0, tmp2 = 0; in _rtl8723be_phy_simularity_compare() local 2022 tmp2 = result[c2][i] | 0xFFFFFC00; in _rtl8723be_phy_simularity_compare() 2024 tmp2 = result[c2][i]; in _rtl8723be_phy_simularity_compare() 2027 tmp2 = result[c2][i]; in _rtl8723be_phy_simularity_compare() 2030 diff = (tmp1 > tmp2) ? (tmp1 - tmp2) : (tmp2 - tmp1); in _rtl8723be_phy_simularity_compare()
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_mb_mgr_submit_avx2.S | 65 tmp2 = %rcx define
|
D | sha1_mb_mgr_flush_avx2.S | 75 #define tmp2 %rbx macro
|
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
D | radio.c | 1504 u32 tmp2 = 0; in b43legacy_radio_init2050() local 1675 tmp2 += b43legacy_phy_read(dev, 0x002D); in b43legacy_radio_init2050() 1683 tmp2++; in b43legacy_radio_init2050() 1684 tmp2 >>= 8; in b43legacy_radio_init2050() 1685 if (tmp1 < tmp2) in b43legacy_radio_init2050()
|
/linux-4.4.14/arch/arm/mach-at91/ |
D | pm_suspend.S | 23 tmp2 .req r5 label
|
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_main.c | 589 unsigned long tmp2, tmp3; in pch_gbe_mac_set_pause_packet() local 592 tmp2 = hw->mac.addr[1]; in pch_gbe_mac_set_pause_packet() 593 tmp2 = (tmp2 << 8) | hw->mac.addr[0]; in pch_gbe_mac_set_pause_packet() 594 tmp2 = PCH_GBE_PAUSE_PKT2_VALUE | (tmp2 << 16); in pch_gbe_mac_set_pause_packet() 602 iowrite32(tmp2, &hw->reg->PAUSE_PKT2); in pch_gbe_mac_set_pause_packet()
|
/linux-4.4.14/drivers/parport/ |
D | parport_pc.c | 2437 u8 tmp, tmp2, siofunc; in sio_via_probe() local 2490 tmp2 = inb(VIA_CONFIG_DATA); in sio_via_probe() 2493 ppcontrol = tmp2; in sio_via_probe() 2499 tmp2 &= ~(VIA_PARPORT_BIDIR|VIA_PARPORT_ECPEPP); in sio_via_probe() 2500 tmp2 |= ppcontrol; in sio_via_probe() 2502 outb(tmp2, VIA_CONFIG_DATA); in sio_via_probe()
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | ni_labpc_common.c | 509 int tmp, tmp2; in labpc_ai_cmdtest() local 601 tmp2 = cmd->scan_begin_arg; in labpc_ai_cmdtest() 604 if (tmp != cmd->convert_arg || tmp2 != cmd->scan_begin_arg) in labpc_ai_cmdtest()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | phy.c | 2452 s32 tmp1, tmp2; in _rtl92ee_phy_simularity_compare() local 2466 tmp2 = result[c2][i] | 0xFFFFFC00; in _rtl92ee_phy_simularity_compare() 2468 tmp2 = result[c2][i]; in _rtl92ee_phy_simularity_compare() 2471 tmp2 = result[c2][i]; in _rtl92ee_phy_simularity_compare() 2474 diff = (tmp1 > tmp2) ? (tmp1 - tmp2) : (tmp2 - tmp1); in _rtl92ee_phy_simularity_compare()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | tridentfb.c | 913 unsigned char tmp, tmp2; in get_memsize() local 957 tmp2 = vga_mm_rseq(par->io_virt, 0xC1); in get_memsize() 958 switch (tmp2) { in get_memsize()
|
/linux-4.4.14/arch/x86/kvm/ |
D | lapic.c | 1173 u32 tmp1, tmp2, tdcr; in update_divide_count() local 1177 tmp2 = ((tmp1 & 0x3) | ((tmp1 & 0x8) >> 1)) + 1; in update_divide_count() 1178 apic->divide_count = 0x1 << (tmp2 & 0x7); in update_divide_count()
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
D | mcg.c | 787 struct mcast_req *tmp1, *tmp2; in search_relocate_mgid0_group() local 793 list_for_each_entry_safe(tmp1, tmp2, &group->pending_list, group_list) { in search_relocate_mgid0_group()
|
/linux-4.4.14/drivers/usb/misc/sisusbvga/ |
D | sisusb.c | 1601 u8 tmp1, tmp2, i, j; in sisusb_verify_mclk() local 1606 ret |= READB(ramptr + 16, &tmp2); in sisusb_verify_mclk() 1607 if ((tmp1 != 0xaa) || (tmp2 != 0x55)) { in sisusb_verify_mclk()
|
/linux-4.4.14/drivers/scsi/ |
D | ncr53c8xx.c | 3526 ncrcmd opcode, new, old, tmp1, tmp2; in ncr_script_copy_and_bind() local 3571 tmp2 = src[1]; in ncr_script_copy_and_bind() 3573 if ((tmp2 & RELOC_MASK) == RELOC_KVAR) in ncr_script_copy_and_bind() 3574 tmp2 = 0; in ncr_script_copy_and_bind() 3576 if ((tmp1 ^ tmp2) & 3) { in ncr_script_copy_and_bind()
|
/linux-4.4.14/drivers/staging/speakup/ |
D | main.c | 746 u_char tmp2; in get_line() local 751 buf[i] = (u_char) get_char(vc, (u_short *) tmp, &tmp2); in get_line()
|
/linux-4.4.14/drivers/md/ |
D | md.c | 816 mdp_super_t *tmp1, *tmp2; in sb_equal() local 819 tmp2 = kmalloc(sizeof(*tmp2),GFP_KERNEL); in sb_equal() 821 if (!tmp1 || !tmp2) { in sb_equal() 828 *tmp2 = *sb2; in sb_equal() 834 tmp2->nr_disks = 0; in sb_equal() 836 ret = (memcmp(tmp1, tmp2, MD_SB_GENERIC_CONSTANT_WORDS * 4) == 0); in sb_equal() 839 kfree(tmp2); in sb_equal()
|
/linux-4.4.14/drivers/clk/ |
D | clk.c | 2299 struct hlist_node *tmp2; in __clk_init() local 2442 hlist_for_each_entry_safe(orphan, tmp2, &clk_orphan_list, child_node) { in __clk_init()
|
/linux-4.4.14/drivers/net/ppp/ |
D | ppp_generic.c | 2201 struct sk_buff *tmp2; in ppp_mp_reconstruct() local 2203 skb_queue_reverse_walk_from_safe(list, p, tmp2) { in ppp_mp_reconstruct()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | ci_dpm.c | 2471 u32 tmp, tmp2; in ci_register_patching_mc_arb() local 2480 tmp2 = (((0x31 * engine_clock) / 125000) - 1) & 0xff; in ci_register_patching_mc_arb() 2482 *dram_timimg2 |= tmp2 << 16; in ci_register_patching_mc_arb() 2484 tmp2 = (((0x36 * engine_clock) / 137500) - 1) & 0xff; in ci_register_patching_mc_arb() 2486 *dram_timimg2 |= tmp2 << 16; in ci_register_patching_mc_arb()
|
D | si.c | 5161 u32 tmp, tmp2; in si_set_uvd_dcm() local 5169 tmp2 = DYN_OR_EN | DYN_RR_EN | G_DIV_ID(7); in si_set_uvd_dcm() 5172 tmp2 = 0; in si_set_uvd_dcm() 5176 WREG32_UVD_CTX(UVD_CGC_CTRL2, tmp2); in si_set_uvd_dcm()
|
D | cik.c | 6429 u32 data, orig, tmp, tmp2; in cik_enable_cgcg() local 6442 tmp2 = BPM_ADDR_MASK | CGCG_OVERRIDE_0 | CGLS_ENABLE; in cik_enable_cgcg() 6443 WREG32(RLC_SERDES_WR_CTRL, tmp2); in cik_enable_cgcg()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_link.c | 9314 u16 tmp1, mod_abs, tmp2; in bnx2x_8727_config_init() local 9379 MDIO_PMA_DEVAD, MDIO_PMA_REG_8727_OPT_CFG_REG, &tmp2); in bnx2x_8727_config_init() 9380 tmp2 |= 0x1000; in bnx2x_8727_config_init() 9381 tmp2 &= 0xFFEF; in bnx2x_8727_config_init() 9383 MDIO_PMA_DEVAD, MDIO_PMA_REG_8727_OPT_CFG_REG, tmp2); in bnx2x_8727_config_init() 9386 &tmp2); in bnx2x_8727_config_init() 9389 (tmp2 & 0x7fff)); in bnx2x_8727_config_init()
|
/linux-4.4.14/net/bluetooth/ |
D | smp.c | 1193 const u8 tmp2[4] = { 0x32, 0x70, 0x6d, 0x74 }; in sc_generate_ltk() local 1208 if (smp_h6(smp->tfm_cmac, key->val, tmp2, smp->tk)) in sc_generate_ltk()
|
/linux-4.4.14/net/mac80211/ |
D | cfg.c | 2721 struct ieee80211_roc_work *dep, *tmp2; in ieee80211_cancel_roc() local 2723 list_for_each_entry_safe(dep, tmp2, &roc->dependents, list) { in ieee80211_cancel_roc()
|
/linux-4.4.14/net/wireless/ |
D | nl80211.c | 5719 int n_channels = 0, tmp1, tmp2; in validate_scan_freqs() local 5732 nla_for_each_nested(attr2, freqs, tmp2) in validate_scan_freqs()
|