/linux-4.4.14/drivers/tty/vt/ |
D | cp437.uni | 15 0x00 U+0000 16 0x01 U+263a 17 0x02 U+263b 18 0x03 U+2665 19 0x04 U+2666 U+25c6 20 0x05 U+2663 21 0x06 U+2660 22 0x07 U+2022 23 0x08 U+25d8 24 0x09 U+25cb [all …]
|
D | defkeymap.map | 342 compose '`' 'U' to '�' 344 compose '\'' 'U' to '�' 346 compose '^' 'U' to '�' 348 compose '"' 'U' to '�'
|
D | defkeymap.c_shipped | 252 {'`', 'U', 0331}, {'`', 'u', 0371}, 253 {'\'', 'U', 0332}, {'\'', 'u', 0372}, 254 {'^', 'U', 0333}, {'^', 'u', 0373}, 255 {'"', 'U', 0334}, {'"', 'u', 0374},
|
D | keyboard.c | 386 sym = U(key_maps[0][k]); in do_compute_shiftstate() 1421 keysym = U(K(KT_BRL, keycode - KEY_BRL_DOT1 + 1)); in kbd_keycode() 1892 val = U(key_map[i]); in vt_do_kdsk_ioctl() 1908 if (key_map[0] == U(K_ALLOCATED)) { in vt_do_kdsk_ioctl() 1947 key_map[0] = U(K_ALLOCATED); in vt_do_kdsk_ioctl() 1949 key_map[j] = U(K_HOLE); in vt_do_kdsk_ioctl() 1954 ov = U(key_map[i]); in vt_do_kdsk_ioctl() 1964 key_map[i] = U(v); in vt_do_kdsk_ioctl()
|
/linux-4.4.14/arch/alpha/lib/ |
D | ev6-csum_ipv6_magic.S | 63 inslh $18,7,$4 # U : 0000000000AABBCC 65 sll $19,8,$7 # U : U L U L : 0x00000000 00aabb00 69 zapnot $20,15,$20 # U : zero extend incoming csum 70 ldq_u $2,0($17) # L : U L U L : Latency: 3 72 extql $0,$6,$0 # U : 73 extqh $1,$6,$22 # U : 75 sll $19,24,$19 # U : U U L U : 0x000000aa bb000000 79 inswl $18,3,$18 # U : 000000CCDD000000 80 addl $19,$7,$19 # E : U L U L : <sign bits>bbaabb00 83 extql $1,$6,$1 # U : [all …]
|
D | ev6-clear_user.S | 66 beq $0, $zerolength # U .. .. .. : U L U L 73 beq $4, $headalign # U .. .. .. : U L U L 80 beq $1, $onebyte # .. .. U .. : sub-word store? 81 mskql $5, $6, $5 # .. U .. .. : take care of misaligned head 82 addq $6, 8, $6 # E .. .. .. : L U U L 87 subq $0, 8, $0 # E .. .. .. : U L U L 101 blt $4, $trailquad # U .. .. .. : U L U L 113 beq $3, $bigalign # U .. .. .. : U L U L : Aligned 0mod64 119 nop # E .. .. .. : U L U L 124 blt $3, $alignmod64 # U .. .. .. : U L U L [all …]
|
D | ev6-copy_user.S | 63 beq $0, $zerolength # U .. .. .. : U L U L 66 ble $1, $onebyteloop # .. .. U .. : 1st branch : small amount of data 67 beq $3, $destaligned # .. U .. .. : 2nd (one cycle fetcher stall) 68 subq $3, 8, $3 # E .. .. .. : L U U L : trip counter 78 nop # E .. .. .. : U L U L 87 bne $3, $aligndest # U .. .. .. : U L U L 97 beq $1,$quadaligned # U .. .. .. : U L U L 108 extql $3,$7,$3 # .. U .. .. : 109 extqh $2,$7,$1 # U .. .. .. : U U L L 114 subq $0,8,$0 # E .. .. .. : U L L U [all …]
|
D | ev6-memchr.S | 46 zap $18, 0x80, $5 # U : Bound length 47 beq $18, $not_found # U : 49 and $17, 0xff, $17 # E : L L U U : 00000000000000ch 51 insbl $17, 1, $2 # U : 000000000000ch00 54 lda $3, -1($31) # E : U L L U 56 sll $17, 16, $2 # U : 00000000chch0000 59 sll $17, 32, $2 # U : U L L U : chchchch00000000 62 extql $1, $16, $7 # U : $7 is upper bits 63 beq $4, $first_quad # U : 64 ldq_u $6, -1($5) # L : L U U L : eight or less bytes to search Latency=3 [all …]
|
D | ev6-divide.S | 113 stq $2, 8($30) # L : L U L U 118 LONGIFY(divisor) # E : U L L U 123 DIV_ONLY(stq tmp2,32($30)) # L : L U U L 145 bne compare,1b # U : U L U L 150 blt divisor, 2f # U : U L U L 155 bne compare,1b # U : U L U L 169 srl mask,1,mask # U : 176 srl divisor,1,divisor # U : 177 nop # E : L U L U 182 bne mask,2b # U : U L U L [all …]
|
D | ev6-memset.S | 53 insbl $17,1,$2 # U : 000000000000ch00 55 ble $18,end_b # U : zero length requested? 59 insbl $1,2,$3 # U : 0000000000ch0000 60 insbl $1,3,$4 # U : 00000000ch000000 63 inswl $17,4,$5 # U : 0000chch00000000 65 inswl $17,6,$2 # U : chch000000000000 73 beq $1,within_quad_b # U : 75 beq $3,aligned_b # U : target is 0mod8 82 insql $17,$16,$2 # U : Insert new bytes 86 mskql $4,$16,$4 # U : clear relevant parts of the quad [all …]
|
D | ev6-stxncpy.S | 66 mskqh t2, a1, t2 # U : detection in the src word (stall) 67 mskqh t1, a1, t3 # U : 70 mskql t0, a1, t0 # U : assemble the first output word 73 beq a2, $a_eoc # U : 75 bne t8, $a_eos # U : 97 beq a2, $a_eoc # U : 99 beq t8, $a_loop # U : 117 bne t6, 1f # U : (stall) 124 zapnot t0, t8, t0 # U : clear src bytes > null (stall) 160 srl a2, 3, a2 # U : a2 = loop counter = (count - 1)/8 (stall) [all …]
|
D | ev6-stxcpy.S | 58 mskqh t2, a1, t2 # U : detection in the src word (stall) 59 mskqh t1, a1, t3 # U : 62 mskql t0, a1, t0 # U : assemble the first output word 65 bne t8, $a_eos # U : (stall) 81 beq t8, $a_loop # U : (stall for t8) 93 bne t6, 1f # U : (stall) 99 zapnot t1, t6, t1 # U : clear src bytes >= null (stall) 125 bne t0, $unaligned # U : (stall) 131 beq t0, stxcpy_aligned # U : ... if we wont need it (stall) 156 extql t1, a1, t1 # U : (stall on a1) [all …]
|
D | ev6-memcpy.S | 34 ble $18, $nomoredata # U : done with the copy? 38 bne $1, $misaligned # U : Nope - gotta do this the slow way 41 beq $1, $both_0mod8 # U : Yes 57 ble $18, $nomoredata # U : done with the copy? 58 bne $1, $head_align # U : 62 bne $1, $no_unroll # U : 64 beq $1, $do_unroll # U : no single quads to fiddle 75 bne $1, $single_head_quad # U : still not fully aligned 80 bne $1, $tail_quads # U : Nope 140 blt $18, $less_than_8 # U : Nope [all …]
|
D | ev67-strncat.S | 34 beq $18, $zerocount # U : 39 insqh $2, $0, $2 # U : 47 bne $2, $found # U : 52 beq $2, $loop # U : 61 zapnot $1, $27, $2 # U : was last byte a null? 63 bne $2, 0f # U : 68 bne $2, 2f # U : 72 bne $3, 1f # U : 77 2: zap $1, $24, $1 # U :
|
D | ev67-strchr.S | 33 insbl a1, 1, t5 # U : 000000000000ch00 34 insbl a1, 7, a2 # U : ch00000000000000 36 insbl t3, 6, a3 # U : 00ch000000000000 41 mskqh t4, a0, t4 # U : only want relevant part of first quad 60 bne t0, $found # U : 76 beq t0, $loop # U :
|
D | ev67-strrchr.S | 35 insbl a1, 1, t4 # U : 000000000000ch00 36 insbl a1, 2, t5 # U : 0000000000ch0000 41 sll t5, 8, t3 # U : 00000000ch000000 46 sll a1, 32, t2 # U : 0000chch00000000 47 sll a1, 48, t4 # U : chch000000000000 62 bne t1, $eos # U : did we already hit the terminator? 78 beq t1, $loop # U : if we havnt seen a null, loop
|
D | ev67-strlen.S | 30 insqh $2, $16, $2 # U : 36 bne $2, $found # U : 41 beq $2, $loop # U :
|
D | ev67-strcat.S | 36 insqh $2, $16, $2 # U : 41 bne $2, $found # U : 46 beq $2, $loop # U :
|
/linux-4.4.14/Documentation/ |
D | unicode.txt | 23 IBMPC_MAP IBM code page 437 ESC ( U 26 In particular, ESC ( U is no longer "straight to font", since the font 35 In accordance with the Unicode standard/ISO 10646 the range U+F000 to 36 U+F8FF has been reserved for OS-wide allocation (the Unicode Standard 38 Linux we call it the "Linux Zone"). U+F000 was picked as the starting 41 This leaves U+E000 to U+EFFF as End User Zone. 43 [v1.2]: The Unicodes range from U+F000 and up to U+F7FF have been 45 translation table. The user-defined map now defaults to U+F000 to 46 U+F0FF, emulating the previous behaviour. In practice, this range 48 (U+F000..U+F0FF) or 512-character (U+F000..U+F1FF) fonts. [all …]
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | slogn.S | 346 |--NOTE THAT U = (Y-F)/F IS VERY SMALL AND THUS APPROXIMATING 347 |--LOG(1+U) CAN BE VERY EFFICIENT. 381 fmulx (%a0),%fp0 | ...FP0 IS U = (Y-F)/F 384 fmulx %fp2,%fp2 | ...FP2 IS V=U*U 387 |--LOG(1+U) IS APPROXIMATED BY 388 |--U + V*(A1+U*(A2+U*(A3+U*(A4+U*(A5+U*A6))))) WHICH IS 389 |--[U + V*(A1+V*(A3+V*A5))] + [U*V*(A2+V*(A4+V*A6))] 410 fmulx %fp0,%fp1 | ...U*V*(A2+V*(A4+V*A6)) 411 faddx %fp2,%fp0 | ...U+V*(A1+V*(A3+V*A5)), FP2 RELEASED 413 faddx (%a0),%fp1 | ...LOG(F)+U*V*(A2+V*(A4+V*A6)) [all …]
|
D | satan.S | 289 fdivx %fp1,%fp0 | ...FP0 IS U = (X-F)/(1+X*F) 316 |--U IN FP0, WE ARE NOW READY TO COMPUTE ATAN(U) AS 317 |--U + A1*U*V*(A2 + V*(A3 + V)), V = U*U 319 |--THE NATURAL FORM IS U + U*V*(A1 + V*(A2 + V*A3)) 322 |--PARTS A1*U*V AND (A2 + ... STUFF) MORE LOAD-BALANCED 330 fmulx %fp0,%fp1 | ...U*V 332 fmuld ATANA1,%fp1 | ...A1*U*V 333 fmulx %fp2,%fp1 | ...A1*U*V*(A2+V*(A3+V)) 335 faddx %fp1,%fp0 | ...ATAN(U), FP1 RELEASED
|
D | stan.S | 32 | rational function U/V where 33 | U = r + r*s*(P1 + s*(P2 + s*P3)), and 38 | rational function U/V where 39 | U = r + r*s*(P1 + s*(P2 + s*P3)), and 41 | -Cot(r) = -V/U. Exit.
|
D | gen_except.S | 168 | exception is to set the E1/E3 byte and clr the U flag. 206 bclrb #UFLAG,T_BYTE(%a6) |clr U flag from unimp 273 bclrb #UFLAG,T_BYTE(%a6) |clr U flag from unimp 302 bclrb #UFLAG,T_BYTE(%a6) |clr U flag
|
/linux-4.4.14/arch/parisc/kernel/ |
D | compat_audit.c | 5 ~0U 10 ~0U 15 ~0U 20 ~0U 25 ~0U
|
D | audit.c | 8 ~0U 13 ~0U 18 ~0U 23 ~0U 28 ~0U
|
/linux-4.4.14/arch/x86/ia32/ |
D | audit.c | 5 ~0U 10 ~0U 15 ~0U 20 ~0U 25 ~0U
|
/linux-4.4.14/arch/sparc/kernel/ |
D | compat_audit.c | 7 ~0U 12 ~0U 17 ~0U 22 ~0U 27 ~0U
|
D | audit.c | 10 ~0U 15 ~0U 20 ~0U 25 ~0U 30 ~0U
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | compat_audit.c | 6 ~0U 11 ~0U 16 ~0U 21 ~0U 26 ~0U
|
D | audit.c | 8 ~0U 13 ~0U 18 ~0U 23 ~0U 28 ~0U
|
D | align.c | 43 #define U 8 /* update index register */ macro 79 { 4, LD+U }, /* 00 1 0000: lwzu */ 81 { 4, ST+U }, /* 00 1 0010: stwu */ 83 { 2, LD+U }, /* 00 1 0100: lhzu */ 84 { 2, LD+SE+U }, /* 00 1 0101: lhau */ 85 { 2, ST+U }, /* 00 1 0110: sthu */ 87 { 4, LD+F+S+U }, /* 00 1 1000: lfsu */ 88 { 8, LD+F+U }, /* 00 1 1001: lfdu */ 89 { 4, ST+F+S+U }, /* 00 1 1010: stfsu */ 90 { 8, ST+F+U }, /* 00 1 1011: stfdu */ [all …]
|
D | prom_init.c | 801 .real_mode = ~0U, /* ~0 means "don't care" */ 802 .real_base = ~0U, 803 .real_size = ~0U, 804 .virt_base = ~0U, 805 .virt_size = ~0U, 806 .load_base = ~0U 820 .min_load = ~0U,
|
/linux-4.4.14/arch/s390/kernel/ |
D | compat_audit.c | 7 ~0U 12 ~0U 17 ~0U 22 ~0U 27 ~0U
|
D | audit.c | 9 ~0U 14 ~0U 19 ~0U 24 ~0U 29 ~0U
|
/linux-4.4.14/lib/ |
D | compat_audit.c | 7 ~0U 12 ~0U 17 ~0U 22 ~0U 27 ~0U
|
D | audit.c | 8 ~0U 13 ~0U 18 ~0U 23 ~0U 28 ~0U
|
D | locking-selftest.c | 179 #define U(x) raw_spin_unlock(&lock_##x) macro 180 #define LU(x) L(x); U(x) 206 #define WWAI(x) do { ww_acquire_init(x, &ww_lockdep); (x)->deadlock_inject_countdown = ~0U; } whi… 862 U(B); \ 889 U(B); \ 901 U(B); \ 1546 U(A); in ww_test_spin_nest_unlocked() 1664 U(A); in ww_test_spin_block() 1668 U(A); in ww_test_spin_block() 1674 U(A); in ww_test_spin_block() [all …]
|
D | locking-selftest-spin.h | 5 #define UNLOCK U
|
/linux-4.4.14/arch/alpha/kernel/ |
D | audit.c | 8 ~0U 13 ~0U 18 ~0U 23 ~0U 28 ~0U
|
/linux-4.4.14/arch/ia64/kernel/ |
D | audit.c | 8 ~0U 13 ~0U 18 ~0U 23 ~0U 28 ~0U
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_bit.c | 63 tmp |= (~0U >> (NBWORD-start_bit)); in xfs_contig_bits() 64 if (tmp != ~0U) in xfs_contig_bits() 70 if ((tmp = *p++) != ~0U) in xfs_contig_bits() 103 tmp &= (~0U << start_bit); in xfs_next_bit() 104 if (tmp != 0U) in xfs_next_bit() 110 if ((tmp = *p++) != 0U) in xfs_next_bit()
|
/linux-4.4.14/arch/x86/kernel/ |
D | audit_64.c | 8 ~0U 13 ~0U 18 ~0U 23 ~0U 28 ~0U
|
/linux-4.4.14/arch/arm/mm/ |
D | tlb-v7.S | 50 ALT_SMP(mcr p15, 0, r0, c8, c3, 3) @ TLB invalidate U MVA all ASID (shareable) 52 ALT_SMP(mcr p15, 0, r0, c8, c3, 1) @ TLB invalidate U MVA (shareable) 54 ALT_UP(mcr p15, 0, r0, c8, c7, 1) @ TLB invalidate U MVA 79 ALT_SMP(mcr p15, 0, r0, c8, c3, 3) @ TLB invalidate U MVA all ASID (shareable) 81 ALT_SMP(mcr p15, 0, r0, c8, c3, 1) @ TLB invalidate U MVA (shareable) 83 ALT_UP(mcr p15, 0, r0, c8, c7, 1) @ TLB invalidate U MVA
|
D | cache-v7.S | 361 mcrne p15, 0, r0, c7, c14, 1 @ clean & invalidate D / U line 365 mcrne p15, 0, r1, c7, c14, 1 @ clean & invalidate D / U line 367 mcr p15, 0, r0, c7, c6, 1 @ invalidate D / U line 389 mcr p15, 0, r0, c7, c10, 1 @ clean D / U line 411 mcr p15, 0, r0, c7, c14, 1 @ clean & invalidate D / U line
|
D | abort-lv4t.S | 74 tst r8, #1 << 23 @ Check U bit 92 tst r8, #1 << 23 @ Check U bit 106 tst r8, #1 << 23 @ Check U bit
|
/linux-4.4.14/arch/mips/cavium-octeon/executive/ |
D | cvmx-l2c.c | 527 uint64_t U:1; /* Use, LRU eviction */ member 531 uint64_t U:1; /* Use, LRU eviction */ 544 uint64_t U:1; /* Use, LRU eviction */ member 548 uint64_t U:1; /* Use, LRU eviction */ 561 uint64_t U:1; /* Use, LRU eviction */ member 565 uint64_t U:1; /* Use, LRU eviction */ 578 uint64_t U:1; /* Use, LRU eviction */ member 582 uint64_t U:1; /* Use, LRU eviction */ 595 uint64_t U:1; /* Use, LRU eviction */ member 599 uint64_t U:1; /* Use, LRU eviction */ [all …]
|
/linux-4.4.14/fs/ncpfs/ |
D | ncplib_kernel.h | 141 #define ncp_io2vol(S,m,i,n,k,U) ncp__io2vol(S,m,i,n,k,U) argument 142 #define ncp_vol2io(S,m,i,n,k,U) ncp__vol2io(S,m,i,n,k,U) argument 154 #define ncp_io2vol(S,m,i,n,k,U) ncp__io2vol(m,i,n,k,U) argument 155 #define ncp_vol2io(S,m,i,n,k,U) ncp__vol2io(m,i,n,k,U) argument
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | eiger.dts | 37 clock-frequency = <0>; /* Filled in by U-Boot */ 38 timebase-frequency = <0>; /* Filled in by U-Boot */ 50 reg = <0x00000000 0x00000000 0x00000000>; /* Filled in by U-Boot */ 114 clock-frequency = <0>; /* Filled in by U-Boot */ 149 clock-frequency = <0>; /* Filled in by U-Boot */ 156 clock-frequency = <0>; /* Filled in by U-Boot */ 157 /* ranges property is supplied by U-Boot */ 164 /* reg property is supplied in by U-Boot */ 199 /* reg property is supplied by U-boot */ 241 clock-frequency = <0>; /* Filled in by U-Boot */ [all …]
|
D | obs600.dts | 39 clock-frequency = <0>; /* Filled in by U-Boot */ 40 timebase-frequency = <0>; /* Filled in by U-Boot */ 52 reg = <0x00000000 0x00000000>; /* Filled in by U-Boot */ 103 clock-frequency = <0>; /* Filled in by U-Boot */ 146 clock-frequency = <0>; /* Filled in by U-Boot */ 153 clock-frequency = <0>; /* Filled in by U-Boot */ 154 /* ranges property is supplied by U-Boot */ 200 clock-frequency = <0>; /* Filled in by U-Boot */ 211 clock-frequency = <0>; /* Filled in by U-Boot */ 256 local-mac-address = [000000000000]; /* Filled in by U-Boot */ [all …]
|
D | bluestone.dts | 47 clock-frequency = <0>; /* Filled in by U-Boot */ 48 timebase-frequency = <0>; /* Filled in by U-Boot */ 61 reg = <0x00000000 0x00000000 0x00000000>; /* Filled in by U-Boot */ 114 /* configured in U-Boot */ 143 clock-frequency = <0>; /* Filled in by U-Boot */ 171 clock-frequency = <0>; /* Filled in by U-Boot */ 178 clock-frequency = <0>; /* Filled in by U-Boot */ 179 /* ranges property is supplied by U-Boot */ 257 clock-frequency = <0>; /* Filled in by U-Boot */ 258 current-speed = <0>; /* Filled in by U-Boot */ [all …]
|
D | arches.dts | 55 clock-frequency = <0>; /* Filled in by U-Boot */ 56 timebase-frequency = <0>; /* Filled in by U-Boot */ 69 reg = <0x00000000 0x00000000 0x00000000>; /* Filled in by U-Boot */ 143 clock-frequency = <0>; /* Filled in by U-Boot */ 178 clock-frequency = <0>; /* Filled in by U-Boot */ 185 clock-frequency = <0>; /* Filled in by U-Boot */ 186 /* ranges property is supplied by U-Boot */ 228 clock-frequency = <0>; /* Filled in by U-Boot */ 229 current-speed = <0>; /* Filled in by U-Boot */ 277 local-mac-address = [000000000000]; /* Filled in by U-Boot */ [all …]
|
D | haleakala.dts | 34 clock-frequency = <0>; /* Filled in by U-Boot */ 35 timebase-frequency = <0>; /* Filled in by U-Boot */ 47 reg = <0x00000000 0x00000000>; /* Filled in by U-Boot */ 89 clock-frequency = <0>; /* Filled in by U-Boot */ 125 clock-frequency = <0>; /* Filled in by U-Boot */ 132 clock-frequency = <0>; /* Filled in by U-Boot */ 133 /* ranges property is supplied by U-Boot */ 171 clock-frequency = <0>; /* Filled in by U-Boot */ 182 clock-frequency = <0>; /* Filled in by U-Boot */ 221 local-mac-address = [000000000000]; /* Filled in by U-Boot */
|
D | glacier.dts | 37 clock-frequency = <0>; /* Filled in by U-Boot */ 38 timebase-frequency = <0>; /* Filled in by U-Boot */ 51 reg = <0x00000000 0x00000000 0x00000000>; /* Filled in by U-Boot */ 125 clock-frequency = <0>; /* Filled in by U-Boot */ 166 clock-frequency = <0>; /* Filled in by U-Boot */ 173 clock-frequency = <0>; /* Filled in by U-Boot */ 174 /* ranges property is supplied by U-Boot */ 243 clock-frequency = <0>; /* Filled in by U-Boot */ 244 current-speed = <0>; /* Filled in by U-Boot */ 254 clock-frequency = <0>; /* Filled in by U-Boot */ [all …]
|
D | makalu.dts | 35 clock-frequency = <0>; /* Filled in by U-Boot */ 36 timebase-frequency = <0>; /* Filled in by U-Boot */ 48 reg = <0x00000000 0x00000000>; /* Filled in by U-Boot */ 90 clock-frequency = <0>; /* Filled in by U-Boot */ 126 clock-frequency = <0>; /* Filled in by U-Boot */ 133 clock-frequency = <0>; /* Filled in by U-Boot */ 134 /* ranges property is supplied by U-Boot */ 172 clock-frequency = <0>; /* Filled in by U-Boot */ 183 clock-frequency = <0>; /* Filled in by U-Boot */ 222 local-mac-address = [000000000000]; /* Filled in by U-Boot */ [all …]
|
D | klondike.dts | 46 clock-frequency = <300000000>; /* Filled in by U-Boot */ 47 timebase-frequency = <300000000>; /* Filled in by U-Boot */ 59 reg = <0x00000000 0x20000000>; /* Filled in by U-Boot */ 113 clock-frequency = <0>; /* Filled in by U-Boot */ 144 clock-frequency = <300000000>; /* Filled in by U-Boot */ 171 local-mac-address = [000000000000]; /* Filled in by U-Boot */ 201 local-mac-address = [000000000000]; /* Filled in by U-Boot */
|
D | mgcoge.dts | 36 timebase-frequency = <0>; /* Filled in by U-Boot */ 37 clock-frequency = <0>; /* Filled in by U-Boot */ 38 bus-frequency = <0>; /* Filled in by U-Boot */ 97 reg = <0 0>; /* Filled in by U-Boot */ 147 current-speed = <0>; /* Filled in by U-Boot */ 155 local-mac-address = [ 00 00 00 00 00 00 ]; /* Filled in by U-Boot */
|
D | kilauea.dts | 35 clock-frequency = <0>; /* Filled in by U-Boot */ 36 timebase-frequency = <0>; /* Filled in by U-Boot */ 48 reg = <0x00000000 0x00000000>; /* Filled in by U-Boot */ 99 clock-frequency = <0>; /* Filled in by U-Boot */ 142 clock-frequency = <0>; /* Filled in by U-Boot */ 149 clock-frequency = <0>; /* Filled in by U-Boot */ 150 /* ranges property is supplied by U-Boot */ 215 clock-frequency = <0>; /* Filled in by U-Boot */ 226 clock-frequency = <0>; /* Filled in by U-Boot */ 276 local-mac-address = [000000000000]; /* Filled in by U-Boot */ [all …]
|
D | redwood.dts | 33 clock-frequency = <0>; /* Filled in by U-Boot */ 34 timebase-frequency = <0>; /* Filled in by U-Boot */ 46 reg = <0x00000000 0x00000000 0x00000000>; /* Filled in by U-Boot */ 110 clock-frequency = <0>; /* Filled in by U-Boot */ 145 clock-frequency = <0>; /* Filled in by U-Boot */ 152 clock-frequency = <0>; /* Filled in by U-Boot */ 153 /* ranges property is supplied by U-Boot */ 199 clock-frequency = <0>; /* Filled in by U-Boot */ 200 current-speed = <0>; /* Filled in by U-Boot */ 221 local-mac-address = [000000000000]; /* Filled in by U-Boot */
|
D | amigaone.dts | 33 timebase-frequency = <0>; // 33.3 MHz, from U-boot 34 clock-frequency = <0>; // From U-boot 35 bus-frequency = <0>; // From U-boot 41 reg = <0 0>; // From U-boot
|
D | canyonlands.dts | 35 clock-frequency = <0>; /* Filled in by U-Boot */ 36 timebase-frequency = <0>; /* Filled in by U-Boot */ 49 reg = <0x00000000 0x00000000 0x00000000>; /* Filled in by U-Boot */ 132 clock-frequency = <0>; /* Filled in by U-Boot */ 206 clock-frequency = <0>; /* Filled in by U-Boot */ 213 clock-frequency = <0>; /* Filled in by U-Boot */ 214 /* ranges property is supplied by U-Boot */ 288 clock-frequency = <0>; /* Filled in by U-Boot */ 289 current-speed = <0>; /* Filled in by U-Boot */ 299 clock-frequency = <0>; /* Filled in by U-Boot */ [all …]
|
D | kmeter1.dts | 42 timebase-frequency = <0>; /* Filled in by U-Boot */ 43 bus-frequency = <0>; /* Filled in by U-Boot */ 44 clock-frequency = <0>; /* Filled in by U-Boot */ 50 reg = <0 0>; /* Filled in by U-Boot */ 60 bus-frequency = <0>; /* Filled in by U-Boot */ 301 clock-frequency = <0>; /* Filled in by U-Boot */ 302 brg-frequency = <0>; /* Filled in by U-Boot */ 303 bus-frequency = <0>; /* Filled in by U-Boot */
|
D | icon.dts | 35 clock-frequency = <0>; /* Filled in by U-Boot */ 36 timebase-frequency = <0>; /* Filled in by U-Boot */ 49 reg = <0x0 0x00000000 0x0 0x00000000>; /* Filled in by U-Boot */ 128 clock-frequency = <0>; /* Filled in by U-Boot */ 157 clock-frequency = <0>; /* Filled in by U-Boot */ 164 clock-frequency = <0>; /* Filled in by U-Boot */ 165 /* ranges property is supplied by U-Boot */ 214 clock-frequency = <0>; /* Filled in by U-Boot */
|
D | xpedite5330.dts | 5 * XPedite5330 3U CompactPCI module based on MPC8572E 18 form-factor = "3U CompactPCI"; 99 reg = <0x0 0x0 0x0 0x0>; // Filled in by U-Boot 134 label = "Primary U-Boot environment"; 138 label = "Primary U-Boot"; 164 label = "Secondary U-Boot environment"; 168 label = "Secondary U-Boot"; 186 /* U-Boot should fix this up if chip size > 1 GB */
|
D | xpedite5370.dts | 5 * XPedite5370 3U VPX single-board computer based on MPC8572E 61 reg = <0x0 0x0 0x0 0x0>; // Filled in by U-Boot 96 label = "Primary U-Boot environment"; 100 label = "Primary U-Boot"; 126 label = "Secondary U-Boot environment"; 130 label = "Secondary U-Boot"; 148 /* U-Boot should fix this up if chip size > 1 GB */
|
D | xcalibur1501.dts | 5 * XCalibur1501 6U CompactPCI single-board computer based on MPC8572E 62 reg = <0x0 0x0 0x0 0x0>; // Filled in by U-Boot 98 label = "Primary U-Boot environment"; 102 label = "Primary U-Boot"; 128 label = "Secondary U-Boot environment"; 132 label = "Secondary U-Boot"; 150 /* U-Boot should fix this up if chip size > 1 GB */
|
D | xpedite5301.dts | 63 reg = <0x0 0x0 0x0 0x0>; // Filled in by U-Boot 98 label = "Primary U-Boot environment"; 102 label = "Primary U-Boot"; 128 label = "Secondary U-Boot environment"; 132 label = "Secondary U-Boot"; 150 /* U-Boot should fix this up if chip size > 1 GB */
|
D | socrates.dts | 49 reg = <0x00000000 0x00000000>; // Filled in by U-Boot 58 bus-frequency = <0>; // Filled in by U-Boot 249 >; /* Overwritten by U-Boot */
|
D | ksi8560.dts | 40 timebase-frequency = <0>; /* From U-boot */ 41 bus-frequency = <0>; /* From U-boot */ 42 clock-frequency = <0>; /* From U-boot */
|
D | mpc7448hpc2.dts | 43 clock-frequency = <0>; // From U-Boot 44 bus-frequency = <0>; // From U-Boot
|
D | xpedite5200.dts | 48 reg = <0x0 0x0>; // Filled in by U-Boot 437 /* U-Boot should fix this up */ 467 /* XMC PCIe is not yet enabled in U-Boot on XPedite5200 */
|
D | tqm8548-bigflash.dts | 50 reg = <0x00000000 0x00000000>; // Filled in by U-Boot 390 /* Note: CAN support needs be enabled in U-Boot */ 414 /* Note: NAND support needs to be enabled in U-Boot */
|
D | tqm8548.dts | 50 reg = <0x00000000 0x00000000>; // Filled in by U-Boot 390 /* Note: CAN support needs be enabled in U-Boot */ 414 /* Note: NAND support needs to be enabled in U-Boot */
|
D | uc101.dts | 138 label = "U-Boot";
|
D | media5200.dts | 33 timebase-frequency = <33000000>; // 33 MHz, these were configured by U-Boot
|
/linux-4.4.14/arch/arc/include/asm/ |
D | entry-arcv2.h | 14 ; 2. STATUS32.Z flag set to U mode at time of interrupt (U:1, K:0) 23 ; - U mode: retrieve it from AUX_USER_SP 26 ; Utilize the fact that Z bit is set if Intr taken in U mode 117 ; Set Z flag if this was from U mode (expected by INTERRUPT_PROLOGUE) 118 ; Although H/w exception micro-ops do set Z flag for U mode (just like
|
/linux-4.4.14/include/linux/irqchip/ |
D | arm-gic-v3.h | 78 #define GICD_IROUTER_SPI_MODE_ONE (0U << 31) 117 #define GICR_PROPBASER_NonShareable (0U << 10) 121 #define GICR_PROPBASER_nCnB (0U << 7) 132 #define GICR_PENDBASER_NonShareable (0U << 10) 136 #define GICR_PENDBASER_nCnB (0U << 7) 261 #define ICC_CTLR_EL1_EOImode_drop_dir (0U << 1)
|
/linux-4.4.14/include/asm-generic/ |
D | int-ll64.h | 28 #define U8_C(x) x ## U 30 #define U16_C(x) x ## U 32 #define U32_C(x) x ## U
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_32_sr.S | 64 mtspr SPRN_IBAT##n##U,reg; \ 66 mtspr SPRN_DBAT##n##U,reg; \ 106 mtspr SPRN_IBAT##n##U,RA; \ 110 mtspr SPRN_DBAT##n##U,RA; \
|
/linux-4.4.14/arch/arc/kernel/ |
D | entry-arcv2.S | 172 ld r0, [sp, PT_status32] ; U/K mode at time of entry 186 ; Exception in U mode, preempted in kernel, Intr taken (K mode), orig 187 ; task now returning to U mode (riding the Intr) 189 ; won't be switched to correct U mode value (from AUX_SP) 190 ; So force AUX_IRQ_ACT.U for such a case 192 btst r0, STATUS_U_BIT ; Z flag set if K (Z clear for U) 193 bset.nz r11, r11, AUX_IRQ_ACT_BIT_U ; NZ means U
|
D | entry.S | 305 mov blink, resume_user_mode_begin ; tail-call to U mode ret chks 339 b resume_user_mode_begin ; loop back to start of U mode ret 345 b resume_user_mode_begin ; unconditionally back to U mode ret chks
|
/linux-4.4.14/Documentation/video4linux/ |
D | CARDLIST.em28xx | 40 39 -> KWorld PVRTV 300U (em2861) [eb1a:e300] 42 41 -> Kworld 350 U DVB-T (em2870) [eb1a:e350] 43 42 -> Kworld 355 U DVB-T (em2870) [eb1a:e355,eb1a:e357,eb1a:e359] 48 47 -> KWorld DVB-T 305U (em2880) [eb1a:e305] 49 48 -> KWorld DVB-T 310U (em2880) 70 69 -> KWorld ATSC 315U HDTV TV Box (em2882) [eb1a:a313] 77 76 -> KWorld PlusTV 340U or UB435-Q (ATSC) (em2870) [1b80:a340]
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | disp.c | 32 struct bit_entry U; in nvbios_disp_table() local 34 if (!bit_entry(bios, 'U', &U)) { in nvbios_disp_table() 35 if (U.version == 1) { in nvbios_disp_table() 36 u16 data = nvbios_rd16(bios, U.offset); in nvbios_disp_table()
|
/linux-4.4.14/drivers/input/tablet/ |
D | Kconfig | 28 tristate "Aiptek 6000U/8000U and Genius G_PEN tablet support (USB)" 32 Say Y here if you want to use the USB version of the Aiptek 6000U, 33 Aiptek 8000U or Genius G-PEN 560 tablet. Make sure to say Y to
|
/linux-4.4.14/fs/udf/ |
D | unicode.c | 188 u_len = 0U; in udf_UTF8toCS0() 189 utf_char = 0U; in udf_UTF8toCS0() 190 utf_cnt = 0U; in udf_UTF8toCS0() 191 for (i = 0U; i < utf->u_len; i++) { in udf_UTF8toCS0() 316 u_len = 0U; in udf_NLStoCS0() 317 for (i = 0U; i < uni->u_len; i++) { in udf_NLStoCS0()
|
/linux-4.4.14/drivers/scsi/snic/ |
D | vnic_devcmd.h | 39 #define _CMD_DIR_NONE 0U 47 #define _CMD_FLAGS_NONE 0U 53 #define _CMD_VTYPE_NONE 0U
|
/linux-4.4.14/Documentation/security/ |
D | keys-request-key.txt | 87 (a) An uninstantiated key U of requested type and description. 89 (b) An authorisation key V that refers to key U and notes that process A 90 is the context in which key U should be instantiated and secured, and 96 (5) /sbin/request-key assumes the authority associated with key U. 110 instantiate key U, using key W as a reference (perhaps it contacts a 111 Kerberos server using the TGT) and then instantiates key U. 113 (9) Upon instantiating key U, auth key V is automatically revoked so that it 117 U to the caller.
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
D | xt_sctp.h | 62 memset((chunkmap), ~0U, sizeof(chunkmap)) 86 if (chunkmap[i] != ~0U) in __sctp_chunkmap_is_all_set()
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | cpsw.txt | 83 /* Filled in by U-Boot */ 89 /* Filled in by U-Boot */ 112 /* Filled in by U-Boot */ 118 /* Filled in by U-Boot */
|
D | socfpga-dwmac.txt | 28 mac-address = [00 00 00 00 00 00];/* Filled in by U-Boot */
|
D | samsung-sxgbe.txt | 49 mac-address = [ 00 11 22 33 44 55 ]; /* Filled in by U-Boot */
|
/linux-4.4.14/Documentation/trace/ |
D | ring-buffer-design.txt | 448 <---| |--->| |-U->| |--->| |---> 452 "-U->" represents a pointer in the UPDATE state. 589 <---| |--->| |-U->| |--->| |---> 599 <---| |--->| |-U->| |-H->| |---> 732 <---| |--->| |-U->| |--->| |---> 748 <---| |--->| |-U->| |-H->| |---> 760 <---| |--->| |-U->| |-H->| |---> 797 <---| |--->| |-U->| |--->| |---> 810 <---| |--->| |-U->| |-H->| |---> 821 <---| |--->| |-U->| |-H->| |---> [all …]
|
/linux-4.4.14/drivers/scsi/fnic/ |
D | vnic_devcmd.h | 39 #define _CMD_DIR_NONE 0U 47 #define _CMD_FLAGS_NONE 0U 53 #define _CMD_VTYPE_NONE 0U
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | kirkwood-ts219.dtsi | 59 label = "U-Boot"; 77 label = "U-Boot Config";
|
D | da850-evm.dts | 90 label = "U-Boot-SPL"; 95 label = "U-Boot"; 100 label = "U-Boot-Env";
|
D | armada-398-db.dts | 81 label = "U-Boot"; 123 label = "U-Boot";
|
D | at91sam9x5cm.dtsi | 60 label = "U-Boot Env";
|
D | am335x-igep0033.dtsi | 170 label = "U-boot"; 175 label = "U-Boot Env";
|
D | at91-cosino.dtsi | 114 label = "U-Boot Env";
|
D | dm814x.dtsi | 315 /* Filled in by U-Boot */ 320 /* Filled in by U-Boot */
|
D | armada-370-rd.dts | 50 * DT-capable, U-Boot bootloaders provided by Marvell. Some earlier 184 label = "U-Boot";
|
D | pxa27x.dtsi | 96 &pdma 69 0 /* U channel */
|
D | kirkwood-nas2big.dts | 125 label = "U-Boot";
|
D | omap3-tao3530.dtsi | 310 label = "U-Boot"; 315 label = "U-Boot Env";
|
D | omap3-devkit8000-common.dtsi | 236 label = "U-Boot"; 241 label = "U-Boot Env";
|
D | omap3-beagle.dts | 415 label = "U-Boot"; 419 label = "U-Boot Env";
|
/linux-4.4.14/Documentation/powerpc/ |
D | bootwrapper.txt | 15 others. U-Boot is typically found on embedded PowerPC hardware, but there 25 U-Boot (for versions that don't understand the device 28 are all embedded inside the U-Boot uImage file format 33 bd_info structure used in the old U-Boot interfaces, 35 U-Boot platform has a different platform init file 87 uImage: Native image format used by U-Boot. The uImage target 90 requires a version of U-Boot that is able to pass 92 version of U-Boot, then you need to use a cuImage
|
D | mpc52xx.txt | 8 - U-Boot: 14 then, on U-boot:
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | spinlock_32.h | 131 *(volatile __u32 *)&lp->lock = ~0U; in arch_write_lock() 157 *(volatile u32*)&rw->lock = ~0U; in arch_write_trylock()
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | README.hm12 | 6 The format is YUV 4:2:0 which uses 1 Y byte per pixel and 1 U and V byte per 30 Y, U and V planes. This code assumes frames of 720x576 (PAL) pixels. 72 // descramble U/V plane 74 // The U/V values are interlaced (UVUV...).
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-l2c.h | 61 uint64_t U:1; /* Use, LRU eviction */ member 65 uint64_t U:1; /* Use, LRU eviction */
|
/linux-4.4.14/arch/m68k/hp300/ |
D | hp300map.map | 237 compose '`' 'U' to '�' 239 compose '\'' 'U' to '�' 241 compose '^' 'U' to '�' 243 compose '"' 'U' to '�'
|
/linux-4.4.14/arch/powerpc/platforms/52xx/ |
D | lite5200_sleep.S | 258 SAVE_SPRN(DBAT##n##U, addr+1); \ 260 SAVE_SPRN(IBAT##n##U, addr+3); 323 LOAD_SPRN(DBAT##n##U, addr+1); \ 325 LOAD_SPRN(IBAT##n##U, addr+3);
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
D | ioctl.h | 38 #define _IOC_NONE 0U
|
/linux-4.4.14/include/linux/ |
D | kernel.h | 18 #define USHRT_MAX ((u16)(~0U)) 21 #define INT_MAX ((int)(~0U>>1)) 23 #define UINT_MAX (~0U) 32 #define U8_MAX ((u8)~0U) 35 #define U16_MAX ((u16)~0U) 38 #define U32_MAX ((u32)~0U)
|
D | kbd_kern.h | 132 #define U(x) ((x) ^ 0xf000) macro
|
D | lru_cache.h | 170 #define LC_FREE (~0U)
|
D | ww_mutex.h | 185 ctx->acquired = ~0U; in ww_acquire_fini()
|
/linux-4.4.14/include/uapi/linux/ |
D | bcache.h | 216 #define CACHE_REPLACEMENT_LRU 0U 221 #define CACHE_MODE_WRITETHROUGH 0U 226 #define BDEV_STATE_NONE 0U
|
D | auto_fs4.h | 33 #define AUTOFS_TYPE_ANY 0U
|
D | inet_diag.h | 20 #define INET_DIAG_NOCOOKIE (~0U)
|
/linux-4.4.14/drivers/clocksource/ |
D | timer-stm32.c | 144 writel_relaxed(~0U, data->base + TIM_ARR); in stm32_clockevent_init() 146 if (max_delta == ~0U) { in stm32_clockevent_init()
|
/linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
D | p1020utm-pc.dtsi | 67 label = "NOR U-Boot Image"; 132 since U-Boot doesn't clear the status property when 133 it enables USB2. OTOH, U-Boot does create a new node
|
D | p1020rdb-pc.dtsi | 75 label = "NOR U-Boot Image"; 91 label = "NAND U-Boot Image"; 197 since U-Boot doesn't clear the status property when 198 it enables USB2. OTOH, U-Boot does create a new node
|
D | p1020mbg-pc.dtsi | 75 label = "NOR U-Boot Image"; 143 since U-Boot doesn't clear the status property when 144 it enables USB2. OTOH, U-Boot does create a new node
|
D | c293pcie.dts | 109 label = "NOR U-Boot Image"; 124 label = "NAND U-Boot Image"; 178 label = "SPI Flash U-Boot Image";
|
D | p1024rdb.dtsi | 75 label = "NOR U-Boot Image"; 91 label = "NAND U-Boot Image"; 139 label = "SPI U-Boot Image";
|
D | p2020rdb.dts | 81 label = "NOR (RO) U-Boot Image"; 97 label = "NAND (RO) U-Boot Image"; 165 label = "SPI (RO) U-Boot Image";
|
D | p2020rdb-pc.dtsi | 75 label = "NOR U-Boot Image"; 91 label = "NAND U-Boot Image"; 161 label = "SPI U-Boot Image";
|
D | p1021rdb-pc.dtsi | 83 label = "NOR U-Boot Image"; 98 label = "NAND U-Boot Image"; 160 label = "SPI Flash U-Boot Image";
|
D | p1025rdb.dtsi | 75 label = "NOR U-Boot Image"; 91 label = "NAND U-Boot Image"; 183 since U-Boot doesn't clear the status property when 184 it enables USB2. OTOH, U-Boot does create a new node
|
D | p1020rdb-pd.dts | 92 label = "NOR U-Boot Image"; 108 label = "NAND U-Boot Image"; 166 label = "SPI U-Boot Image";
|
D | p1010rdb.dtsi | 67 label = "NOR U-Boot Image"; 121 label = "SPI Flash U-Boot Image";
|
D | mpc8536ds.dts | 32 reg = <0 0 0 0>; // Filled by U-Boot
|
D | p1020rdb.dtsi | 77 label = "NOR (RO) U-Boot Image"; 93 label = "NAND (RO) U-Boot Image";
|
D | mpc8536ds_36b.dts | 32 reg = <0 0 0 0>; // Filled by U-Boot
|
D | pq3-esdhc-0.dtsi | 39 /* Filled in by U-Boot */
|
D | p1023rdb.dts | 136 label = "NOR U-Boot Image"; 151 label = "NAND U-Boot Image";
|
D | mpc8544ds.dts | 20 reg = <0 0 0 0>; // Filled by U-Boot
|
D | p1010rdb-pa.dtsi | 40 label = "NAND U-Boot Image";
|
/linux-4.4.14/arch/ia64/include/uapi/asm/ |
D | perfmon_default_smpl.h | 80 #define PFM_DEFAULT_SMPL_VERSION_MIN 0U
|
D | perfmon.h | 163 #define PFM_VERSION_MIN 0U
|
/linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
D | vnic_devcmd.h | 41 #define _CMD_DIR_NONE 0U 49 #define _CMD_FLAGS_NONE 0U 55 #define _CMD_VTYPE_NONE 0U
|
/linux-4.4.14/include/net/netfilter/ |
D | nf_tables_core.h | 22 return cpu_to_le32(~0U >> (FIELD_SIZEOF(struct nft_cmp_fast_expr, in nft_cmp_fast_mask()
|
/linux-4.4.14/include/scsi/ |
D | libsas.h | 64 HAE_RESET = 0U, 69 PORTE_BYTES_DMAED = 0U, 78 PHYE_LOSS_OF_SIGNAL = 0U, 87 DISCE_DISCOVER_DOMAIN = 0U,
|
/linux-4.4.14/fs/proc/ |
D | internal.h | 127 if (n >= (~0U-9)/10) in name_to_int() 134 return ~0U; in name_to_int()
|
/linux-4.4.14/fs/exofs/ |
D | ore.c | 535 u32 U = D * stripe_unit; in ore_calc_stripe_info() local 536 u64 T = U * group_depth; in ore_calc_stripe_info() 548 u32 N = div_u64(H, U); in ore_calc_stripe_info() 552 u32 C = (u32)(H - (N * U)) / stripe_unit + G * group_width; in ore_calc_stripe_info() 571 si->bytes_in_stripe = U; in ore_calc_stripe_info() 572 si->first_stripe_start = M * S + G * T + N * U; in ore_calc_stripe_info() 586 Nlast = div_u64(H + si->length + U - 1, U); in ore_calc_stripe_info()
|
/linux-4.4.14/arch/arm/include/debug/ |
D | tegra.S | 134 23: checkuart(\rp, \rv, U, 1, D) 141 checkuart(\rp, \rv, U, 2, E)
|
/linux-4.4.14/include/linux/sunrpc/ |
D | svcsock.h | 70 #define SVC_SOCK_DEFAULTS (0U)
|
/linux-4.4.14/drivers/s390/char/ |
D | keyboard.c | 353 val = U(key_map[tmp.kb_index]); in do_kdsk_ioctl() 386 key_map[j] = U(K_HOLE); in do_kdsk_ioctl() 388 ov = U(key_map[tmp.kb_index]); in do_kdsk_ioctl() 397 key_map[tmp.kb_index] = U(tmp.kb_value); in do_kdsk_ioctl()
|
D | diag_ftp.c | 31 #define DIAG_FTP_STAT_OK 0U /* request completed successfully */
|
/linux-4.4.14/include/net/ |
D | red.h | 156 return Plog < 32 ? (~0U >> Plog) : ~0U; in red_maxp()
|
D | ping.h | 30 #define GID_T_MAX (((gid_t)~0U) >> 1)
|
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/ |
D | main.c | 177 if (data->smp_reg != ~0U) { in mtrr_rendezvous_handler() 786 set_mtrr_from_inactive_cpu(~0U, 0, 0, 0); in mtrr_ap_init() 831 set_mtrr(~0U, 0, 0, 0); in mtrr_aps_init()
|
/linux-4.4.14/mm/ |
D | memory-failure.c | 72 u32 hwpoison_filter_dev_major = ~0U; 73 u32 hwpoison_filter_dev_minor = ~0U; 87 if (hwpoison_filter_dev_major == ~0U && in hwpoison_filter_dev() 88 hwpoison_filter_dev_minor == ~0U) in hwpoison_filter_dev() 102 if (hwpoison_filter_dev_major != ~0U && in hwpoison_filter_dev() 105 if (hwpoison_filter_dev_minor != ~0U && in hwpoison_filter_dev()
|
/linux-4.4.14/net/dccp/ccids/lib/ |
D | tfrc_equation.c | 628 return ~0U; in tfrc_calc_x()
|
/linux-4.4.14/net/ipv4/ |
D | tcp_recovery.c | 43 if (tp->rack.reord && tcp_min_rtt(tp) != ~0U) in tcp_rack_mark_lost()
|
/linux-4.4.14/include/uapi/linux/dvb/ |
D | frontend.h | 383 #define NO_STREAM_ID_FILTER (~0U) 384 #define LNA_AUTO (~0U)
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | ioctl.h | 54 # define _IOC_NONE 0U
|
/linux-4.4.14/drivers/staging/vme/devices/ |
D | Kconfig | 18 Say Y here to include support for the GE PIO2. The PIO2 is a 6U VME
|
/linux-4.4.14/Documentation/filesystems/ |
D | efivarfs.txt | 2 efivarfs - a (U)EFI variable filesystem
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | user-guide.txt | 4 L i n u x C P U F r e q 6 U S E R G U I D E
|
D | core.txt | 4 L i n u x C P U F r e q 6 C P U F r e q C o r e
|
D | index.txt | 4 L i n u x C P U F r e q
|
/linux-4.4.14/net/sched/ |
D | sch_tbf.c | 344 buffer = min_t(u64, PSCHED_TICKS2NS(qopt->buffer), ~0U); in tbf_change() 345 mtu = min_t(u64, PSCHED_TICKS2NS(qopt->mtu), ~0U); in tbf_change() 355 max_size = min_t(u64, psched_ns_t2l(&rate, buffer), ~0U); in tbf_change()
|
/linux-4.4.14/Documentation/DocBook/media/ |
D | constraints.png.b64 | 55 szGn/KDGTinnoliY9TV/FzZnr++U+z+dfcIw93qblPtNxVwUvcIF7N/7uZJRlbLMQS5KN0MFtQ4w
|
D | nv12mt_example.gif.b64 | 101 6Y+e55Su6Zle4YSu54p+6Ive5zFL0Ize6JEu6e5d6kTs6KrO6a/u6adu6X0O6m8u6nR+54U+67b+
|
/linux-4.4.14/drivers/input/mouse/ |
D | focaltech.c | 145 clamped_x = clamp(finger->x, 0U, priv->x_max); in focaltech_report_state() 146 clamped_y = clamp(finger->y, 0U, priv->y_max); in focaltech_report_state()
|
/linux-4.4.14/drivers/gpio/ |
D | gpio-mxs.c | 307 writel(~0U, port->base + PINCTRL_PIN2IRQ(port)); in mxs_gpio_probe() 311 writel(~0U, port->base + PINCTRL_IRQSTAT(port) + MXS_CLR); in mxs_gpio_probe()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_hdr.h | 358 #define NETXEN_DMA_BASE(U) (NETXEN_CRB_PCIX_MD + 0x20000 + ((U)<<16)) argument 359 #define NETXEN_DMA_COMMAND(U) (NETXEN_DMA_BASE(U) + 0x00008) argument
|
/linux-4.4.14/tools/perf/ |
D | design.txt | 184 PERF_RECORD_IP = 1U << 0, 185 PERF_RECORD_TID = 1U << 1, 186 PERF_RECORD_TIME = 1U << 2, 187 PERF_RECORD_ADDR = 1U << 3, 188 PERF_RECORD_GROUP = 1U << 4, 189 PERF_RECORD_CALLCHAIN = 1U << 5,
|
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/ |
D | Kconfig | 5 tristate "RTL8723AU/RTL8188[CR]U/RTL819[12]CU (mac80211) support"
|
/linux-4.4.14/Documentation/arm/ |
D | 00-INDEX | 50 - [U]EFI configuration and runtime services documentation
|
D | uefi.txt | 18 For actually enabling [U]EFI support, enable:
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | fsl-esdhc.txt | 35 /* Filled in by U-Boot */
|
/linux-4.4.14/arch/sparc/prom/ |
D | ranges.c | 47 ranges2[rng2c].ot_child_base + ranges2[rng2c].or_size - ranges1[rng1c].ot_parent_base > 0U) in prom_adjust_ranges()
|
/linux-4.4.14/drivers/isdn/hysdn/ |
D | hysdn_defs.h | 109 #define BD_NONE 0U
|
/linux-4.4.14/sound/firewire/ |
D | Kconfig | 40 * Mackie(Loud) U.420/U.420d
|
/linux-4.4.14/Documentation/hwmon/ |
D | coretemp | 58 i7 3920XM, 3820QM, 3720QM, 3667U, 3520M 105 59 i5 3427U, 3360M/3320M 105
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.l | 149 <V1>([0-9]+|0[xX][0-9a-fA-F]+)(U|L|UL|LL|ULL)? {
|
/linux-4.4.14/arch/s390/include/asm/ |
D | cpu_mf.h | 100 unsigned int U:4; /* 20-23 Number of unique instruct. */ member
|
/linux-4.4.14/drivers/infiniband/ulp/srp/ |
D | ib_srp.h | 65 SRP_TAG_NO_REQ = ~0U,
|
/linux-4.4.14/drivers/tty/ipwireless/ |
D | network.c | 274 network->xaccm[0] = ~0U; in do_go_online() 276 network->raccm = ~0U; in do_go_online()
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | uefi.txt | 1 General note on [U]EFI x86_64 support
|
/linux-4.4.14/Documentation/arm/Samsung/ |
D | Bootloader-interface.txt | 12 In the document "boot loader" means any of following: U-boot, proprietary
|
/linux-4.4.14/net/dccp/ccids/ |
D | ccid3.c | 608 hc->rx_pinv = ~0U; /* see RFC 4342, 8.5 */ in ccid3_hc_rx_send_feedback() 696 return ~0U; in ccid3_first_li() 708 return p == 0 ? ~0U : scaled_div(1, p); in ccid3_first_li()
|
/linux-4.4.14/include/xen/interface/ |
D | grant_table.h | 124 #define GTF_invalid (0U<<0)
|
/linux-4.4.14/drivers/clk/rockchip/ |
D | clk.h | 82 .rate = _rate##U, \ 91 .rate = _rate##U, \
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
D | Kconfig | 93 bool "enable U-APSD by default" 96 Say Y here to enable U-APSD by default. This may cause
|
/linux-4.4.14/Documentation/usb/ |
D | acm.txt | 83 S: Product=3Com U.S. Robotics Pro ISDN TA 115 Product: 3Com U.S. Robotics Pro ISDN TA
|
/linux-4.4.14/fs/ocfs2/cluster/ |
D | netdebug.c | 290 # define sc_send_count(_s) (0U) 291 # define sc_recv_count(_s) (0U)
|
/linux-4.4.14/Documentation/serial/ |
D | moxa-smartio | 31 CP-102U, CP-102UL, CP-102UF 32 CP-132U-I, CP-132UL, 40 CP-134U, CP-134U-I, 53 CP-118U, CP-168U,
|
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/fsl/ |
D | ifc.txt | 71 label = "NAND U-Boot Image";
|
/linux-4.4.14/include/xen/ |
D | xenbus.h | 51 #define INVALID_GRANT_HANDLE (~0U)
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | cros-ec-keyb.txt | 68 /* U R_SHIFT P O */
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | head.S | 691 mov r1, #0x12 @ XN|U + section mapping 696 bic r1, r1, #0x1c @ clear XN|U + C + B 697 orrlo r1, r1, #0x10 @ Set XN|U for non-RAM 726 orr r0, r0, #1 << 22 @ U (v6 unaligned access model) 739 mov r6, #CB_BITS | 0x12 @ U 771 orr r0, r0, #1 << 22 @ U (v6 unaligned access model) 793 mov r6, #CB_BITS | 0x12 @ U
|
/linux-4.4.14/drivers/net/xen-netback/ |
D | common.h | 51 #define INVALID_PENDING_RING_IDX (~0U)
|
/linux-4.4.14/drivers/net/ppp/ |
D | ppp_synctty.c | 178 ap->xaccm[0] = ~0U; in ppp_sync_open() 180 ap->raccm = ~0U; in ppp_sync_open()
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | mpic_timer.c | 46 #define MAX_TICKS (~0U >> 1) 47 #define MAX_TICKS_CASCADE (~0U)
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_init_chip.c | 299 dd->ipath_piosize2k = val & ~0U; in init_chip_first() 305 dd->ipath_piobcnt2k = val & ~0U; in init_chip_first() 364 dd->ipath_sendctrl = 0U; /* no sdma, etc */ in init_chip_reset()
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | Kconfig | 217 tristate "WideView WT-200U and WT-220U (pen) DVB-T USB2.0 support (Yakumo/Hama/Typhoon/Yuan)" 224 The WT-220U and its clones are pen-sized.
|