/linux-4.1.27/arch/x86/purgatory/ |
H A D | sha256.c | 50 u32 a, b, c, d, e, f, g, h, t1, t2; sha256_transform() local 67 t1 = h + e1(e) + Ch(e, f, g) + 0x428a2f98 + W[0]; sha256_transform() 68 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; sha256_transform() 69 t1 = g + e1(d) + Ch(d, e, f) + 0x71374491 + W[1]; sha256_transform() 70 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; sha256_transform() 71 t1 = f + e1(c) + Ch(c, d, e) + 0xb5c0fbcf + W[2]; sha256_transform() 72 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; sha256_transform() 73 t1 = e + e1(b) + Ch(b, c, d) + 0xe9b5dba5 + W[3]; sha256_transform() 74 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; sha256_transform() 75 t1 = d + e1(a) + Ch(a, b, c) + 0x3956c25b + W[4]; sha256_transform() 76 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1 + t2; sha256_transform() 77 t1 = c + e1(h) + Ch(h, a, b) + 0x59f111f1 + W[5]; sha256_transform() 78 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1 + t2; sha256_transform() 79 t1 = b + e1(g) + Ch(g, h, a) + 0x923f82a4 + W[6]; sha256_transform() 80 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1 + t2; sha256_transform() 81 t1 = a + e1(f) + Ch(f, g, h) + 0xab1c5ed5 + W[7]; sha256_transform() 82 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1 + t2; sha256_transform() 84 t1 = h + e1(e) + Ch(e, f, g) + 0xd807aa98 + W[8]; sha256_transform() 85 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; sha256_transform() 86 t1 = g + e1(d) + Ch(d, e, f) + 0x12835b01 + W[9]; sha256_transform() 87 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; sha256_transform() 88 t1 = f + e1(c) + Ch(c, d, e) + 0x243185be + W[10]; sha256_transform() 89 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; sha256_transform() 90 t1 = e + e1(b) + Ch(b, c, d) + 0x550c7dc3 + W[11]; sha256_transform() 91 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; sha256_transform() 92 t1 = d + e1(a) + Ch(a, b, c) + 0x72be5d74 + W[12]; sha256_transform() 93 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1 + t2; sha256_transform() 94 t1 = c + e1(h) + Ch(h, a, b) + 0x80deb1fe + W[13]; sha256_transform() 95 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1 + t2; sha256_transform() 96 t1 = b + e1(g) + Ch(g, h, a) + 0x9bdc06a7 + W[14]; sha256_transform() 97 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1 + t2; sha256_transform() 98 t1 = a + e1(f) + Ch(f, g, h) + 0xc19bf174 + W[15]; sha256_transform() 99 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1+t2; sha256_transform() 101 t1 = h + e1(e) + Ch(e, f, g) + 0xe49b69c1 + W[16]; sha256_transform() 102 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1+t2; sha256_transform() 103 t1 = g + e1(d) + Ch(d, e, f) + 0xefbe4786 + W[17]; sha256_transform() 104 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1+t2; sha256_transform() 105 t1 = f + e1(c) + Ch(c, d, e) + 0x0fc19dc6 + W[18]; sha256_transform() 106 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1+t2; sha256_transform() 107 t1 = e + e1(b) + Ch(b, c, d) + 0x240ca1cc + W[19]; sha256_transform() 108 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1+t2; sha256_transform() 109 t1 = d + e1(a) + Ch(a, b, c) + 0x2de92c6f + W[20]; sha256_transform() 110 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1+t2; sha256_transform() 111 t1 = c + e1(h) + Ch(h, a, b) + 0x4a7484aa + W[21]; sha256_transform() 112 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1+t2; sha256_transform() 113 t1 = b + e1(g) + Ch(g, h, a) + 0x5cb0a9dc + W[22]; sha256_transform() 114 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1+t2; sha256_transform() 115 t1 = a + e1(f) + Ch(f, g, h) + 0x76f988da + W[23]; sha256_transform() 116 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1+t2; sha256_transform() 118 t1 = h + e1(e) + Ch(e, f, g) + 0x983e5152 + W[24]; sha256_transform() 119 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1+t2; sha256_transform() 120 t1 = g + e1(d) + Ch(d, e, f) + 0xa831c66d + W[25]; sha256_transform() 121 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1+t2; sha256_transform() 122 t1 = f + e1(c) + Ch(c, d, e) + 0xb00327c8 + W[26]; sha256_transform() 123 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1+t2; sha256_transform() 124 t1 = e + e1(b) + Ch(b, c, d) + 0xbf597fc7 + W[27]; sha256_transform() 125 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1+t2; sha256_transform() 126 t1 = d + e1(a) + Ch(a, b, c) + 0xc6e00bf3 + W[28]; sha256_transform() 127 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1+t2; sha256_transform() 128 t1 = c + e1(h) + Ch(h, a, b) + 0xd5a79147 + W[29]; sha256_transform() 129 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1+t2; sha256_transform() 130 t1 = b + e1(g) + Ch(g, h, a) + 0x06ca6351 + W[30]; sha256_transform() 131 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1+t2; sha256_transform() 132 t1 = a + e1(f) + Ch(f, g, h) + 0x14292967 + W[31]; sha256_transform() 133 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1+t2; sha256_transform() 135 t1 = h + e1(e) + Ch(e, f, g) + 0x27b70a85 + W[32]; sha256_transform() 136 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1+t2; sha256_transform() 137 t1 = g + e1(d) + Ch(d, e, f) + 0x2e1b2138 + W[33]; sha256_transform() 138 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1+t2; sha256_transform() 139 t1 = f + e1(c) + Ch(c, d, e) + 0x4d2c6dfc + W[34]; sha256_transform() 140 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1+t2; sha256_transform() 141 t1 = e + e1(b) + Ch(b, c, d) + 0x53380d13 + W[35]; sha256_transform() 142 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1+t2; sha256_transform() 143 t1 = d + e1(a) + Ch(a, b, c) + 0x650a7354 + W[36]; sha256_transform() 144 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1+t2; sha256_transform() 145 t1 = c + e1(h) + Ch(h, a, b) + 0x766a0abb + W[37]; sha256_transform() 146 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1+t2; sha256_transform() 147 t1 = b + e1(g) + Ch(g, h, a) + 0x81c2c92e + W[38]; sha256_transform() 148 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1+t2; sha256_transform() 149 t1 = a + e1(f) + Ch(f, g, h) + 0x92722c85 + W[39]; sha256_transform() 150 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1+t2; sha256_transform() 152 t1 = h + e1(e) + Ch(e, f, g) + 0xa2bfe8a1 + W[40]; sha256_transform() 153 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1+t2; sha256_transform() 154 t1 = g + e1(d) + Ch(d, e, f) + 0xa81a664b + W[41]; sha256_transform() 155 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1+t2; sha256_transform() 156 t1 = f + e1(c) + Ch(c, d, e) + 0xc24b8b70 + W[42]; sha256_transform() 157 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1+t2; sha256_transform() 158 t1 = e + e1(b) + Ch(b, c, d) + 0xc76c51a3 + W[43]; sha256_transform() 159 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1+t2; sha256_transform() 160 t1 = d + e1(a) + Ch(a, b, c) + 0xd192e819 + W[44]; sha256_transform() 161 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1+t2; sha256_transform() 162 t1 = c + e1(h) + Ch(h, a, b) + 0xd6990624 + W[45]; sha256_transform() 163 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1+t2; sha256_transform() 164 t1 = b + e1(g) + Ch(g, h, a) + 0xf40e3585 + W[46]; sha256_transform() 165 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1+t2; sha256_transform() 166 t1 = a + e1(f) + Ch(f, g, h) + 0x106aa070 + W[47]; sha256_transform() 167 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1+t2; sha256_transform() 169 t1 = h + e1(e) + Ch(e, f, g) + 0x19a4c116 + W[48]; sha256_transform() 170 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1+t2; sha256_transform() 171 t1 = g + e1(d) + Ch(d, e, f) + 0x1e376c08 + W[49]; sha256_transform() 172 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1+t2; sha256_transform() 173 t1 = f + e1(c) + Ch(c, d, e) + 0x2748774c + W[50]; sha256_transform() 174 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1+t2; sha256_transform() 175 t1 = e + e1(b) + Ch(b, c, d) + 0x34b0bcb5 + W[51]; sha256_transform() 176 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1+t2; sha256_transform() 177 t1 = d + e1(a) + Ch(a, b, c) + 0x391c0cb3 + W[52]; sha256_transform() 178 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1+t2; sha256_transform() 179 t1 = c + e1(h) + Ch(h, a, b) + 0x4ed8aa4a + W[53]; sha256_transform() 180 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1+t2; sha256_transform() 181 t1 = b + e1(g) + Ch(g, h, a) + 0x5b9cca4f + W[54]; sha256_transform() 182 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1+t2; sha256_transform() 183 t1 = a + e1(f) + Ch(f, g, h) + 0x682e6ff3 + W[55]; sha256_transform() 184 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1+t2; sha256_transform() 186 t1 = h + e1(e) + Ch(e, f, g) + 0x748f82ee + W[56]; sha256_transform() 187 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1+t2; sha256_transform() 188 t1 = g + e1(d) + Ch(d, e, f) + 0x78a5636f + W[57]; sha256_transform() 189 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1+t2; sha256_transform() 190 t1 = f + e1(c) + Ch(c, d, e) + 0x84c87814 + W[58]; sha256_transform() 191 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1+t2; sha256_transform() 192 t1 = e + e1(b) + Ch(b, c, d) + 0x8cc70208 + W[59]; sha256_transform() 193 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1+t2; sha256_transform() 194 t1 = d + e1(a) + Ch(a, b, c) + 0x90befffa + W[60]; sha256_transform() 195 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1+t2; sha256_transform() 196 t1 = c + e1(h) + Ch(h, a, b) + 0xa4506ceb + W[61]; sha256_transform() 197 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1+t2; sha256_transform() 198 t1 = b + e1(g) + Ch(g, h, a) + 0xbef9a3f7 + W[62]; sha256_transform() 199 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1+t2; sha256_transform() 200 t1 = a + e1(f) + Ch(f, g, h) + 0xc67178f2 + W[63]; sha256_transform() 201 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1+t2; sha256_transform() 207 a = b = c = d = e = f = g = h = t1 = t2 = 0; sha256_transform()
|
/linux-4.1.27/crypto/ |
H A D | sha256_generic.c | 57 u32 a, b, c, d, e, f, g, h, t1, t2; sha256_transform() local 74 t1 = h + e1(e) + Ch(e,f,g) + 0x428a2f98 + W[ 0]; sha256_transform() 75 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; sha256_transform() 76 t1 = g + e1(d) + Ch(d,e,f) + 0x71374491 + W[ 1]; sha256_transform() 77 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2; sha256_transform() 78 t1 = f + e1(c) + Ch(c,d,e) + 0xb5c0fbcf + W[ 2]; sha256_transform() 79 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2; sha256_transform() 80 t1 = e + e1(b) + Ch(b,c,d) + 0xe9b5dba5 + W[ 3]; sha256_transform() 81 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2; sha256_transform() 82 t1 = d + e1(a) + Ch(a,b,c) + 0x3956c25b + W[ 4]; sha256_transform() 83 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2; sha256_transform() 84 t1 = c + e1(h) + Ch(h,a,b) + 0x59f111f1 + W[ 5]; sha256_transform() 85 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2; sha256_transform() 86 t1 = b + e1(g) + Ch(g,h,a) + 0x923f82a4 + W[ 6]; sha256_transform() 87 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2; sha256_transform() 88 t1 = a + e1(f) + Ch(f,g,h) + 0xab1c5ed5 + W[ 7]; sha256_transform() 89 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2; sha256_transform() 91 t1 = h + e1(e) + Ch(e,f,g) + 0xd807aa98 + W[ 8]; sha256_transform() 92 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; sha256_transform() 93 t1 = g + e1(d) + Ch(d,e,f) + 0x12835b01 + W[ 9]; sha256_transform() 94 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2; sha256_transform() 95 t1 = f + e1(c) + Ch(c,d,e) + 0x243185be + W[10]; sha256_transform() 96 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2; sha256_transform() 97 t1 = e + e1(b) + Ch(b,c,d) + 0x550c7dc3 + W[11]; sha256_transform() 98 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2; sha256_transform() 99 t1 = d + e1(a) + Ch(a,b,c) + 0x72be5d74 + W[12]; sha256_transform() 100 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2; sha256_transform() 101 t1 = c + e1(h) + Ch(h,a,b) + 0x80deb1fe + W[13]; sha256_transform() 102 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2; sha256_transform() 103 t1 = b + e1(g) + Ch(g,h,a) + 0x9bdc06a7 + W[14]; sha256_transform() 104 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2; sha256_transform() 105 t1 = a + e1(f) + Ch(f,g,h) + 0xc19bf174 + W[15]; sha256_transform() 106 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2; sha256_transform() 108 t1 = h + e1(e) + Ch(e,f,g) + 0xe49b69c1 + W[16]; sha256_transform() 109 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; sha256_transform() 110 t1 = g + e1(d) + Ch(d,e,f) + 0xefbe4786 + W[17]; sha256_transform() 111 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2; sha256_transform() 112 t1 = f + e1(c) + Ch(c,d,e) + 0x0fc19dc6 + W[18]; sha256_transform() 113 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2; sha256_transform() 114 t1 = e + e1(b) + Ch(b,c,d) + 0x240ca1cc + W[19]; sha256_transform() 115 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2; sha256_transform() 116 t1 = d + e1(a) + Ch(a,b,c) + 0x2de92c6f + W[20]; sha256_transform() 117 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2; sha256_transform() 118 t1 = c + e1(h) + Ch(h,a,b) + 0x4a7484aa + W[21]; sha256_transform() 119 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2; sha256_transform() 120 t1 = b + e1(g) + Ch(g,h,a) + 0x5cb0a9dc + W[22]; sha256_transform() 121 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2; sha256_transform() 122 t1 = a + e1(f) + Ch(f,g,h) + 0x76f988da + W[23]; sha256_transform() 123 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2; sha256_transform() 125 t1 = h + e1(e) + Ch(e,f,g) + 0x983e5152 + W[24]; sha256_transform() 126 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; sha256_transform() 127 t1 = g + e1(d) + Ch(d,e,f) + 0xa831c66d + W[25]; sha256_transform() 128 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2; sha256_transform() 129 t1 = f + e1(c) + Ch(c,d,e) + 0xb00327c8 + W[26]; sha256_transform() 130 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2; sha256_transform() 131 t1 = e + e1(b) + Ch(b,c,d) + 0xbf597fc7 + W[27]; sha256_transform() 132 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2; sha256_transform() 133 t1 = d + e1(a) + Ch(a,b,c) + 0xc6e00bf3 + W[28]; sha256_transform() 134 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2; sha256_transform() 135 t1 = c + e1(h) + Ch(h,a,b) + 0xd5a79147 + W[29]; sha256_transform() 136 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2; sha256_transform() 137 t1 = b + e1(g) + Ch(g,h,a) + 0x06ca6351 + W[30]; sha256_transform() 138 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2; sha256_transform() 139 t1 = a + e1(f) + Ch(f,g,h) + 0x14292967 + W[31]; sha256_transform() 140 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2; sha256_transform() 142 t1 = h + e1(e) + Ch(e,f,g) + 0x27b70a85 + W[32]; sha256_transform() 143 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; sha256_transform() 144 t1 = g + e1(d) + Ch(d,e,f) + 0x2e1b2138 + W[33]; sha256_transform() 145 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2; sha256_transform() 146 t1 = f + e1(c) + Ch(c,d,e) + 0x4d2c6dfc + W[34]; sha256_transform() 147 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2; sha256_transform() 148 t1 = e + e1(b) + Ch(b,c,d) + 0x53380d13 + W[35]; sha256_transform() 149 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2; sha256_transform() 150 t1 = d + e1(a) + Ch(a,b,c) + 0x650a7354 + W[36]; sha256_transform() 151 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2; sha256_transform() 152 t1 = c + e1(h) + Ch(h,a,b) + 0x766a0abb + W[37]; sha256_transform() 153 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2; sha256_transform() 154 t1 = b + e1(g) + Ch(g,h,a) + 0x81c2c92e + W[38]; sha256_transform() 155 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2; sha256_transform() 156 t1 = a + e1(f) + Ch(f,g,h) + 0x92722c85 + W[39]; sha256_transform() 157 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2; sha256_transform() 159 t1 = h + e1(e) + Ch(e,f,g) + 0xa2bfe8a1 + W[40]; sha256_transform() 160 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; sha256_transform() 161 t1 = g + e1(d) + Ch(d,e,f) + 0xa81a664b + W[41]; sha256_transform() 162 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2; sha256_transform() 163 t1 = f + e1(c) + Ch(c,d,e) + 0xc24b8b70 + W[42]; sha256_transform() 164 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2; sha256_transform() 165 t1 = e + e1(b) + Ch(b,c,d) + 0xc76c51a3 + W[43]; sha256_transform() 166 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2; sha256_transform() 167 t1 = d + e1(a) + Ch(a,b,c) + 0xd192e819 + W[44]; sha256_transform() 168 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2; sha256_transform() 169 t1 = c + e1(h) + Ch(h,a,b) + 0xd6990624 + W[45]; sha256_transform() 170 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2; sha256_transform() 171 t1 = b + e1(g) + Ch(g,h,a) + 0xf40e3585 + W[46]; sha256_transform() 172 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2; sha256_transform() 173 t1 = a + e1(f) + Ch(f,g,h) + 0x106aa070 + W[47]; sha256_transform() 174 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2; sha256_transform() 176 t1 = h + e1(e) + Ch(e,f,g) + 0x19a4c116 + W[48]; sha256_transform() 177 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; sha256_transform() 178 t1 = g + e1(d) + Ch(d,e,f) + 0x1e376c08 + W[49]; sha256_transform() 179 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2; sha256_transform() 180 t1 = f + e1(c) + Ch(c,d,e) + 0x2748774c + W[50]; sha256_transform() 181 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2; sha256_transform() 182 t1 = e + e1(b) + Ch(b,c,d) + 0x34b0bcb5 + W[51]; sha256_transform() 183 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2; sha256_transform() 184 t1 = d + e1(a) + Ch(a,b,c) + 0x391c0cb3 + W[52]; sha256_transform() 185 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2; sha256_transform() 186 t1 = c + e1(h) + Ch(h,a,b) + 0x4ed8aa4a + W[53]; sha256_transform() 187 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2; sha256_transform() 188 t1 = b + e1(g) + Ch(g,h,a) + 0x5b9cca4f + W[54]; sha256_transform() 189 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2; sha256_transform() 190 t1 = a + e1(f) + Ch(f,g,h) + 0x682e6ff3 + W[55]; sha256_transform() 191 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2; sha256_transform() 193 t1 = h + e1(e) + Ch(e,f,g) + 0x748f82ee + W[56]; sha256_transform() 194 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; sha256_transform() 195 t1 = g + e1(d) + Ch(d,e,f) + 0x78a5636f + W[57]; sha256_transform() 196 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2; sha256_transform() 197 t1 = f + e1(c) + Ch(c,d,e) + 0x84c87814 + W[58]; sha256_transform() 198 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2; sha256_transform() 199 t1 = e + e1(b) + Ch(b,c,d) + 0x8cc70208 + W[59]; sha256_transform() 200 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2; sha256_transform() 201 t1 = d + e1(a) + Ch(a,b,c) + 0x90befffa + W[60]; sha256_transform() 202 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2; sha256_transform() 203 t1 = c + e1(h) + Ch(h,a,b) + 0xa4506ceb + W[61]; sha256_transform() 204 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2; sha256_transform() 205 t1 = b + e1(g) + Ch(g,h,a) + 0xbef9a3f7 + W[62]; sha256_transform() 206 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2; sha256_transform() 207 t1 = a + e1(f) + Ch(f,g,h) + 0xc67178f2 + W[63]; sha256_transform() 208 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2; sha256_transform() 214 a = b = c = d = e = f = g = h = t1 = t2 = 0; sha256_transform()
|
H A D | sha512_generic.c | 84 u64 a, b, c, d, e, f, g, h, t1, t2; sha512_transform() local 109 t1 = h + e1(e) + Ch(e,f,g) + sha512_K[i ] + W[(i & 15)]; sha512_transform() 110 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; sha512_transform() 111 t1 = g + e1(d) + Ch(d,e,f) + sha512_K[i+1] + W[(i & 15) + 1]; sha512_transform() 112 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2; sha512_transform() 113 t1 = f + e1(c) + Ch(c,d,e) + sha512_K[i+2] + W[(i & 15) + 2]; sha512_transform() 114 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2; sha512_transform() 115 t1 = e + e1(b) + Ch(b,c,d) + sha512_K[i+3] + W[(i & 15) + 3]; sha512_transform() 116 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2; sha512_transform() 117 t1 = d + e1(a) + Ch(a,b,c) + sha512_K[i+4] + W[(i & 15) + 4]; sha512_transform() 118 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2; sha512_transform() 119 t1 = c + e1(h) + Ch(h,a,b) + sha512_K[i+5] + W[(i & 15) + 5]; sha512_transform() 120 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2; sha512_transform() 121 t1 = b + e1(g) + Ch(g,h,a) + sha512_K[i+6] + W[(i & 15) + 6]; sha512_transform() 122 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2; sha512_transform() 123 t1 = a + e1(f) + Ch(f,g,h) + sha512_K[i+7] + W[(i & 15) + 7]; sha512_transform() 124 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2; sha512_transform() 131 a = b = c = d = e = f = g = h = t1 = t2 = 0; sha512_transform()
|
H A D | seed.c | 317 t1 = X4 ^ ks[rbase+1]; \ 318 t1 ^= t0; \ 319 t1 = SS0[byte(t1, 0)] ^ SS1[byte(t1, 1)] ^ \ 320 SS2[byte(t1, 2)] ^ SS3[byte(t1, 3)]; \ 321 t0 += t1; \ 324 t1 += t0; \ 325 t1 = SS0[byte(t1, 0)] ^ SS1[byte(t1, 1)] ^ \ 326 SS2[byte(t1, 2)] ^ SS3[byte(t1, 3)]; \ 327 t0 += t1; \ 329 X2 ^= t1; 337 u32 i, t0, t1, x1, x2, x3, x4; seed_set_key() local 346 t1 = x2 + KC[i] - x4; seed_set_key() 349 *(keyout++) = SS0[byte(t1, 0)] ^ SS1[byte(t1, 1)] ^ seed_set_key() 350 SS2[byte(t1, 2)] ^ SS3[byte(t1, 3)]; seed_set_key() 373 u32 x1, x2, x3, x4, t0, t1; seed_encrypt() local 411 u32 x1, x2, x3, x4, t0, t1; seed_decrypt() local
|
H A D | camellia_generic.c | 357 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) ({ \ 361 t1 = ir >> 16; \ 363 ^ camellia_sp0222[(u8)(t1 >> 8)] \ 364 ^ camellia_sp3033[(u8)(t1)] \ 561 u32 il, ir, t0, t1, w0, w1; camellia_setup128() local 618 w0, w1, il, ir, t0, t1); camellia_setup128() 622 kll, klr, il, ir, t0, t1); camellia_setup128() 626 krl, krr, il, ir, t0, t1); camellia_setup128() 630 w0, w1, il, ir, t0, t1); camellia_setup128() 668 u32 il, ir, t0, t1, w0, w1; /* temporary variables */ camellia_setup256() local 739 w0, w1, il, ir, t0, t1); camellia_setup256() 743 kll, klr, il, ir, t0, t1); camellia_setup256() 747 krl, krr, il, ir, t0, t1); camellia_setup256() 751 w0, w1, il, ir, t0, t1); camellia_setup256() 759 w0, w1, il, ir, t0, t1); camellia_setup256() 763 w0, w1, il, ir, t0, t1); camellia_setup256() 832 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) ({ \ 840 t1 = klr; \ 842 t1 |= lr; \ 843 ll ^= t1; \ 866 u32 il, ir, t0, t1; /* temporary variables */ camellia_do_encrypt() local 897 t0, t1, il, ir); \ camellia_do_encrypt() 921 u32 il, ir, t0, t1; /* temporary variables */ camellia_do_decrypt() local 952 t0, t1, il, ir); \ camellia_do_decrypt()
|
H A D | vmac.c | 218 u64 t1, t2, m1, m2, t; \ 222 t1 = pe64_to_cpup(mp+i) + kp[i]; \ 224 m2 = MUL32(t1 >> 32, t2); \ 225 m1 = MUL32(t1, t2 >> 32); \ 226 ADD128(rh, rl, MUL32(t1 >> 32, t2 >> 32), \ 227 MUL32(t1, t2)); \
|
/linux-4.1.27/arch/mips/kernel/ |
H A D | r4k_switch.S | 41 mfc0 t1, CP0_STATUS 42 LONG_S t1, THREAD_STATUS(a0) 63 li t1, ~ST0_CU1 64 and t0, t0, t1 73 cfc1 t1, fcr31 77 sw t1, THREAD_FCR31(a0) 81 fpu_save_double a0 t0 t1 # c0_status passed in t0 82 # clobbers t1 99 set_saved_sp t0, t1, t2 100 mfc0 t1, CP0_STATUS /* Do we really need this? */ 102 and t1, a3 106 or a2, t1 122 fpu_save_double a0 t0 t1 # clobbers t1 134 fpu_restore_double a0 t0 t1 # clobbers t1 176 li t1, ST0_CU1 177 or t0, t1 183 li t1, -1 # SNaN 189 dmtc1 t1, $f1 190 dmtc1 t1, $f3 191 dmtc1 t1, $f5 192 dmtc1 t1, $f7 193 dmtc1 t1, $f9 194 dmtc1 t1, $f11 195 dmtc1 t1, $f13 196 dmtc1 t1, $f15 197 dmtc1 t1, $f17 198 dmtc1 t1, $f19 199 dmtc1 t1, $f21 200 dmtc1 t1, $f23 201 dmtc1 t1, $f25 202 dmtc1 t1, $f27 203 dmtc1 t1, $f29 204 dmtc1 t1, $f31 209 mtc1 t1, $f0 210 mtc1 t1, $f1 211 mtc1 t1, $f2 212 mtc1 t1, $f3 213 mtc1 t1, $f4 214 mtc1 t1, $f5 215 mtc1 t1, $f6 216 mtc1 t1, $f7 217 mtc1 t1, $f8 218 mtc1 t1, $f9 219 mtc1 t1, $f10 220 mtc1 t1, $f11 221 mtc1 t1, $f12 222 mtc1 t1, $f13 223 mtc1 t1, $f14 224 mtc1 t1, $f15 225 mtc1 t1, $f16 226 mtc1 t1, $f17 227 mtc1 t1, $f18 228 mtc1 t1, $f19 229 mtc1 t1, $f20 230 mtc1 t1, $f21 231 mtc1 t1, $f22 232 mtc1 t1, $f23 233 mtc1 t1, $f24 234 mtc1 t1, $f25 235 mtc1 t1, $f26 236 mtc1 t1, $f27 237 mtc1 t1, $f28 238 mtc1 t1, $f29 239 mtc1 t1, $f30 240 mtc1 t1, $f31 249 mthc1 t1, $f0 250 mthc1 t1, $f1 251 mthc1 t1, $f2 252 mthc1 t1, $f3 253 mthc1 t1, $f4 254 mthc1 t1, $f5 255 mthc1 t1, $f6 256 mthc1 t1, $f7 257 mthc1 t1, $f8 258 mthc1 t1, $f9 259 mthc1 t1, $f10 260 mthc1 t1, $f11 261 mthc1 t1, $f12 262 mthc1 t1, $f13 263 mthc1 t1, $f14 264 mthc1 t1, $f15 265 mthc1 t1, $f16 266 mthc1 t1, $f17 267 mthc1 t1, $f18 268 mthc1 t1, $f19 269 mthc1 t1, $f20 270 mthc1 t1, $f21 271 mthc1 t1, $f22 272 mthc1 t1, $f23 273 mthc1 t1, $f24 274 mthc1 t1, $f25 275 mthc1 t1, $f26 276 mthc1 t1, $f27 277 mthc1 t1, $f28 278 mthc1 t1, $f29 279 mthc1 t1, $f30 280 mthc1 t1, $f31 285 dmtc1 t1, $f0 286 dmtc1 t1, $f2 287 dmtc1 t1, $f4 288 dmtc1 t1, $f6 289 dmtc1 t1, $f8 290 dmtc1 t1, $f10 291 dmtc1 t1, $f12 292 dmtc1 t1, $f14 293 dmtc1 t1, $f16 294 dmtc1 t1, $f18 295 dmtc1 t1, $f20 296 dmtc1 t1, $f22 297 dmtc1 t1, $f24 298 dmtc1 t1, $f26 299 dmtc1 t1, $f28 300 dmtc1 t1, $f30
|
H A D | cps-vec.S | 94 li t1, 2 95 sllv t0, t1, t0 98 _EXT t1, v0, MIPS_CONF1_IS_SHF, MIPS_CONF1_IS_SZ 99 xori t2, t1, 0x7 102 addiu t1, t1, 1 103 sllv t1, t3, t1 104 1: /* At this point t1 == I-cache sets per way */ 107 mul t1, t1, t0 108 mul t1, t1, t2 111 add a1, a0, t1 121 li t1, 2 122 sllv t0, t1, t0 125 _EXT t1, v0, MIPS_CONF1_DS_SHF, MIPS_CONF1_DS_SZ 126 xori t2, t1, 0x7 129 addiu t1, t1, 1 130 sllv t1, t3, t1 131 1: /* At this point t1 == D-cache sets per way */ 134 mul t1, t1, t0 135 mul t1, t1, t2 138 addu a1, a0, t1 181 lw t1, VPEBOOTCFG_PC(v0) 184 jr t1 240 la t1, 1f 241 jr.hb t1 271 sll t1, t5, VPECONF0_XTC_SHIFT 272 or t0, t0, t1 306 li t1, COREBOOTCFG_SIZE 307 mul t0, t0, t1 308 la t1, mips_cps_core_bootcfg 309 lw t1, 0(t1) 310 addu t0, t0, t1 317 mfc0 t1, CP0_MVPCONF0 318 srl t1, t1, MVPCONF0_PVPE_SHIFT 319 andi t1, t1, MVPCONF0_PVPE >> MVPCONF0_PVPE_SHIFT 320 addiu t1, t1, 1 323 clz t1, t1 325 subu t1, t2, t1 327 sll t1, t2, t1 328 addiu t1, t1, -1 332 and t9, t9, t1 335 li t1, VPEBOOTCFG_SIZE 336 mul v0, t9, t1 354 la t1, 1f 355 jr.hb t1 357 1: mfc0 t1, CP0_MVPCONTROL 358 ori t1, t1, MVPCONTROL_VPC 359 mtc0 t1, CP0_MVPCONTROL 391 lw t1, VPEBOOTCFG_PC(t0) 392 mttc0 t1, CP0_TCRESTART 395 lw t1, VPEBOOTCFG_SP(t0) 396 mttgpr t1, sp 399 lw t1, VPEBOOTCFG_GP(t0) 400 mttgpr t1, gp 412 li t1, ~TCSTATUS_IXMT 413 and t0, t0, t1 432 mfc0 t1, CP0_MVPCONTROL 433 xori t1, t1, MVPCONTROL_VPC 434 mtc0 t1, CP0_MVPCONTROL 480 psstate t1 488 psstate t1
|
H A D | octeon_switch.S | 26 mfc0 t1, CP0_STATUS 27 LONG_S t1, THREAD_STATUS(a0) 44 li t1, ~ST0_CU1 45 and t0, t0, t1 50 fpu_save_double a0 t0 t1 # c0_status passed in t0 51 # clobbers t1 65 li t1, -32768 /* Base address of CVMSEG */ 70 LONG_L t8, 0(t1) /* Load from CVMSEG */ 72 LONG_L t9, LONGSIZE(t1)/* Load from CVMSEG */ 73 LONG_ADDU t1, LONGSIZE*2 /* Increment loc in CVMSEG */ 101 set_saved_sp t0, t1, t2 103 mfc0 t1, CP0_STATUS /* Do we really need this? */ 105 and t1, a3 109 or a2, t1 127 dmfc2 t1, 0x0202 130 sd t1, OCTEON_CP2_CRC_LENGTH(a0) 137 dmfc2 t1, 0x040A 141 sd t1, OCTEON_CP2_LLM_DAT+8(a0) 146 dmfc2 t1, 0x0080 151 sd t1, OCTEON_CP2_3DES_KEY(a0) 152 dmfc2 t1, 0x0111 /* only necessary for pass 1 */ 159 sd t1, OCTEON_CP2_AES_INP0(a0) /* only necessary for pass 1 */ 160 dmfc2 t1, 0x0105 167 sd t1, OCTEON_CP2_AES_KEY+8(a0) 168 dmfc2 t1, 0x0100 175 sd t1, OCTEON_CP2_AES_RESULT(a0) 181 dmfc2 t1, 0x0240 187 sd t1, OCTEON_CP2_HSH_DATW(a0) 188 dmfc2 t1, 0x0244 195 sd t1, OCTEON_CP2_HSH_DATW+32(a0) 196 dmfc2 t1, 0x0248 203 sd t1, OCTEON_CP2_HSH_DATW+64(a0) 204 dmfc2 t1, 0x024C 211 sd t1, OCTEON_CP2_HSH_DATW+96(a0) 212 dmfc2 t1, 0x0251 219 sd t1, OCTEON_CP2_HSH_IVW+8(a0) 220 dmfc2 t1, 0x0255 227 sd t1, OCTEON_CP2_HSH_IVW+40(a0) 228 dmfc2 t1, 0x0259 235 sd t1, OCTEON_CP2_GFM_MULT+8(a0) 242 dmfc2 t1, 0x0050 244 sd t1, OCTEON_CP2_SHA3+8(a0) 252 dmfc2 t1, 0x0042 258 sd t1, OCTEON_CP2_HSH_DATW+16(a0) 259 dmfc2 t1, 0x0046 266 sd t1, OCTEON_CP2_HSH_DATW+48(a0) 291 ld t1, OCTEON_CP2_CRC_LENGTH(a0) 296 dmtc2 t1, 0x1202 302 ld t1, OCTEON_CP2_LLM_DAT+8(a0) 304 dmtc2 t1, 0x040A 312 ld t1, OCTEON_CP2_3DES_KEY(a0) 316 dmtc2 t1, 0x0080 317 ld t1, OCTEON_CP2_3DES_RESULT(a0) 322 dmtc2 t1, 0x0098 323 ld t1, OCTEON_CP2_AES_IV+8(a0) 328 dmtc2 t1, 0x0103 329 ld t1, OCTEON_CP2_AES_KEY+16(a0) 334 dmtc2 t1, 0x0106 335 ld t1, OCTEON_CP2_AES_RESULT(a0) 341 dmtc2 t1, 0x0100 347 ld t1, OCTEON_CP2_HSH_DATW+8(a0) 351 dmtc2 t1, 0x0041 352 ld t1, OCTEON_CP2_HSH_DATW+32(a0) 357 dmtc2 t1, 0x0044 358 ld t1, OCTEON_CP2_HSH_IVW(a0) 363 dmtc2 t1, 0x0048 372 ld t1, OCTEON_CP2_HSH_DATW+16(a0) 377 dmtc2 t1, 0x0242 378 ld t1, OCTEON_CP2_HSH_DATW+40(a0) 383 dmtc2 t1, 0x0245 384 ld t1, OCTEON_CP2_HSH_DATW+64(a0) 389 dmtc2 t1, 0x0248 390 ld t1, OCTEON_CP2_HSH_DATW+88(a0) 395 dmtc2 t1, 0x024B 396 ld t1, OCTEON_CP2_HSH_DATW+112(a0) 401 dmtc2 t1, 0x024E 402 ld t1, OCTEON_CP2_HSH_IVW+16(a0) 407 dmtc2 t1, 0x0252 408 ld t1, OCTEON_CP2_HSH_IVW+40(a0) 413 dmtc2 t1, 0x0255 414 ld t1, OCTEON_CP2_GFM_MULT(a0) 419 dmtc2 t1, 0x0258 420 ld t1, OCTEON_CP2_GFM_RESULT(a0) 425 dmtc2 t1, 0x025A 430 ld t1, OCTEON_CP2_SHA3+8(a0) 432 dmtc2 t1, 0x0050
|
H A D | r2300_switch.S | 48 mfc0 t1, CP0_STATUS 49 sw t1, THREAD_STATUS(a0) 61 li t1, ~ST0_CU1 62 and t0, t0, t1 82 addiu t1, $28, _THREAD_SIZE - 32 83 sw t1, kernelsp 85 mfc0 t1, CP0_STATUS /* Do we really need this? */ 87 and t1, a3 91 or a2, t1 101 fpu_save_single a0, t1 # clobbers t1 109 fpu_restore_single a0, t1 # clobbers t1 126 li t1, ST0_CU1 127 or t0, t1
|
H A D | mcount.S | 83 PTR_LA t1, _stext 84 sltu t2, a0, t1 /* t2 = (a0 < _stext) */ 85 PTR_LA t1, _etext 86 sltu t3, t1, a0 /* t3 = (a0 > _etext) */ 87 or t1, t2, t3 88 beqz t1, ftrace_call 117 PTR_LA t1, ftrace_stub 119 bne t1, t2, static_trace 124 bne t1, t3, ftrace_graph_caller 126 PTR_LA t1, ftrace_graph_entry_stub 128 bne t1, t3, ftrace_graph_caller
|
H A D | spinlock_test.c | 94 struct spin_multi_per_thread t1, t2; multi_get() local 102 t1.state = &ms; multi_get() 107 multi_other(&t1); multi_get() 111 *val = ktime_us_delta(finish, t1.start); multi_get()
|
H A D | bmips_vec.S | 244 li t1, PRID_IMP_BMIPS43XX 245 bne t2, t1, 1f 248 addiu t1, t0, -PRID_REV_BMIPS4380_HI 249 bgtz t1, 2f 254 li t1, 0x1ff0 256 or t0, t1 257 xor t0, t1 265 li t1, PRID_IMP_BMIPS5000 266 bne t2, t1, 2f 269 li t1, 0x01ff 271 or t0, t1 272 xor t0, t1
|
H A D | scall64-n32.S | 39 ld t1, PT_EPC(sp) # skip syscall on return 40 daddiu t1, 4 # skip to next instruction 41 sd t1, PT_EPC(sp) 50 li t1, _TIF_WORK_SYSCALL_ENTRY 52 and t0, t1, t0 62 ld t1, PT_R2(sp) # syscall number 64 sd t1, PT_R0(sp) # save it for syscall restarting 95 ld t1, PT_R2(sp) # syscall number 97 sd t1, PT_R0(sp) # save it for syscall restarting
|
H A D | pm-cps.c | 83 t0, t1, t2, t3, t4, t5, t6, t7, enumerator in enum:mips_reg 219 uasm_i_addiu(pp, t1, t0, cache_size); cps_gen_cache_routine() 221 UASM_i_LA(pp, t1, (long)(CKSEG0 + cache_size)); cps_gen_cache_routine() 234 uasm_il_bne(pp, pr, t0, t1, lbl); cps_gen_cache_routine() 320 uasm_i_mfc0(pp, t1, 25, (perf_counter * 2) + 1); /* PerfCntN */ cps_gen_flush_fsb() 323 uasm_il_beqz(pp, pr, t1, lbl); cps_gen_flush_fsb() 341 uasm_i_ll(pp, t1, 0, r_addr); cps_gen_set_top_bit() 342 uasm_i_or(pp, t1, t1, t0); cps_gen_set_top_bit() 343 uasm_i_sc(pp, t1, 0, r_addr); cps_gen_set_top_bit() 344 uasm_il_beqz(pp, pr, t1, lbl); cps_gen_set_top_bit() 408 uasm_i_ll(&p, t1, 0, r_nc_count); cps_gen_entry_code() 409 uasm_i_addiu(&p, t2, t1, 1); cps_gen_entry_code() 412 uasm_i_addiu(&p, t1, t1, 1); cps_gen_entry_code() 421 uasm_il_beq(&p, &r, t1, r_online, lbl_disable_coherence); cps_gen_entry_code() 431 uasm_i_addiu(&p, t1, zero, -1); cps_gen_entry_code() 436 uasm_i_yield(&p, zero, t1); cps_gen_entry_code() 509 uasm_i_addiu(&p, t1, zero, cpc_cmd); cps_gen_entry_code() 510 uasm_i_sw(&p, t1, 0, t0); cps_gen_entry_code() 569 uasm_i_ll(&p, t1, 0, r_nc_count); cps_gen_entry_code() 570 uasm_i_addiu(&p, t2, t1, -1); cps_gen_entry_code() 573 uasm_i_andi(&p, v0, t1, (1 << fls(smp_num_siblings)) - 1); cps_gen_entry_code()
|
H A D | scall64-o32.S | 34 ld t1, PT_EPC(sp) # skip syscall on return 38 daddiu t1, 4 # skip to next instruction 39 sd t1, PT_EPC(sp) 69 daddu t1, t0, 32 70 bltz t1, bad_stack 84 li t1, _TIF_WORK_SYSCALL_ENTRY 86 and t0, t1, t0 96 ld t1, PT_R2(sp) # syscall number 98 sd t1, PT_R0(sp) # save it for syscall restarting 124 subu t1, v0, __NR_O32_Linux 126 bnez t1, 1f /* __NR_syscall at offset 0 */ 151 ld t1, PT_R2(sp) # syscall number 153 sd t1, PT_R0(sp) # save it for syscall restarting 186 dsll t1, t0, 3 188 ld t2, sys32_call_table(t1) # syscall routine
|
H A D | scall32-o32.S | 36 lw t1, PT_EPC(sp) # skip syscall on return 40 addiu t1, 4 # skip to next instruction 41 sw t1, PT_EPC(sp) 45 la t1, sys_call_table 46 addu t1, t0 47 lw t2, (t1) # syscall routine 95 li t1, _TIF_WORK_SYSCALL_ENTRY 96 and t0, t1 106 lw t1, PT_R2(sp) # syscall number 108 sw t1, PT_R0(sp) # save it for syscall restarting 146 lw t1, PT_R2(sp) # syscall number 148 sw t1, PT_R0(sp) # save it for syscall restarting 181 sll t1, t0, 2 183 lw t2, sys_call_table(t1) # syscall routine
|
H A D | scall64-64.S | 45 ld t1, PT_EPC(sp) # skip syscall on return 46 daddiu t1, 4 # skip to next instruction 47 sd t1, PT_EPC(sp) 57 li t1, _TIF_WORK_SYSCALL_ENTRY 59 and t0, t1, t0 69 ld t1, PT_R2(sp) # syscall number 71 sd t1, PT_R0(sp) # save it for syscall restarting 103 ld t1, PT_R2(sp) # syscall number 105 sd t1, PT_R0(sp) # save it for syscall restarting
|
H A D | relocate_kernel.S | 78 1: move t1,ra; 82 PTR_ADD t0,t1,t0; 121 1: move t1,ra; 125 PTR_ADD t0,t1,t0;
|
H A D | r4k_fpu.S | 41 cfc1 t1, fcr31 95 EX sw t1, SC_FPC_CSR(a0) 107 cfc1 t1, fcr31 151 EX sw t1, SC32_FPC_CSR(a0) 167 EX lw t1, SC_FPC_CSR(a0) 217 ctc1 t1, fcr31 228 EX lw t1, SC32_FPC_CSR(a0) 270 ctc1 t1, fcr31
|
H A D | entry.S | 67 andi t1, t0, _TIF_NEED_RESCHED 68 beqz t1, restore_all
|
H A D | r2300_fpu.S | 34 cfc1 t1,fcr31 67 EX(sw t1,(SC_FPC_CSR)(a0))
|
H A D | kgdb.c | 65 { "t1", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[9]) },
|
/linux-4.1.27/arch/microblaze/lib/ |
H A D | fastcopy.S | 79 andi r9, r6, 3 /* t1 = s & 3 */ 84 lwi r9, r6, 0 /* t1 = *(s + 0) */ 88 swi r9, r5, 0 /* *(d + 0) = t1 */ 92 lwi r9, r6, 16 /* t1 = *(s + 16) */ 96 swi r9, r5, 16 /* *(d + 16) = t1 */ 112 beqi r9, a_block_u1 /* t1 was 1 => 1 byte offset */ 114 beqi r9, a_block_u2 /* t1 was 2 => 2 byte offset */ 120 bsrli r9, r12, 8 /* t1 = v >> 8 */ 121 or r9, r11, r9 /* t1 = h | t1 */ 122 swi r9, r5, 0 /* *(d + 0) = t1 */ 125 bsrli r9, r12, 8 /* t1 = v >> 8 */ 126 or r9, r11, r9 /* t1 = h | t1 */ 127 swi r9, r5, 4 /* *(d + 4) = t1 */ 130 bsrli r9, r12, 8 /* t1 = v >> 8 */ 131 or r9, r11, r9 /* t1 = h | t1 */ 132 swi r9, r5, 8 /* *(d + 8) = t1 */ 135 bsrli r9, r12, 8 /* t1 = v >> 8 */ 136 or r9, r11, r9 /* t1 = h | t1 */ 137 swi r9, r5, 12 /* *(d + 12) = t1 */ 140 bsrli r9, r12, 8 /* t1 = v >> 8 */ 141 or r9, r11, r9 /* t1 = h | t1 */ 142 swi r9, r5, 16 /* *(d + 16) = t1 */ 145 bsrli r9, r12, 8 /* t1 = v >> 8 */ 146 or r9, r11, r9 /* t1 = h | t1 */ 147 swi r9, r5, 20 /* *(d + 20) = t1 */ 150 bsrli r9, r12, 8 /* t1 = v >> 8 */ 151 or r9, r11, r9 /* t1 = h | t1 */ 152 swi r9, r5, 24 /* *(d + 24) = t1 */ 155 bsrli r9, r12, 8 /* t1 = v >> 8 */ 156 or r9, r11, r9 /* t1 = h | t1 */ 157 swi r9, r5, 28 /* *(d + 28) = t1 */ 169 bsrli r9, r12, 24 /* t1 = v >> 24 */ 170 or r9, r11, r9 /* t1 = h | t1 */ 171 swi r9, r5, 0 /* *(d + 0) = t1 */ 174 bsrli r9, r12, 24 /* t1 = v >> 24 */ 175 or r9, r11, r9 /* t1 = h | t1 */ 176 swi r9, r5, 4 /* *(d + 4) = t1 */ 179 bsrli r9, r12, 24 /* t1 = v >> 24 */ 180 or r9, r11, r9 /* t1 = h | t1 */ 181 swi r9, r5, 8 /* *(d + 8) = t1 */ 184 bsrli r9, r12, 24 /* t1 = v >> 24 */ 185 or r9, r11, r9 /* t1 = h | t1 */ 186 swi r9, r5, 12 /* *(d + 12) = t1 */ 189 bsrli r9, r12, 24 /* t1 = v >> 24 */ 190 or r9, r11, r9 /* t1 = h | t1 */ 191 swi r9, r5, 16 /* *(d + 16) = t1 */ 194 bsrli r9, r12, 24 /* t1 = v >> 24 */ 195 or r9, r11, r9 /* t1 = h | t1 */ 196 swi r9, r5, 20 /* *(d + 20) = t1 */ 199 bsrli r9, r12, 24 /* t1 = v >> 24 */ 200 or r9, r11, r9 /* t1 = h | t1 */ 201 swi r9, r5, 24 /* *(d + 24) = t1 */ 204 bsrli r9, r12, 24 /* t1 = v >> 24 */ 205 or r9, r11, r9 /* t1 = h | t1 */ 206 swi r9, r5, 28 /* *(d + 28) = t1 */ 218 bsrli r9, r12, 16 /* t1 = v >> 16 */ 219 or r9, r11, r9 /* t1 = h | t1 */ 220 swi r9, r5, 0 /* *(d + 0) = t1 */ 223 bsrli r9, r12, 16 /* t1 = v >> 16 */ 224 or r9, r11, r9 /* t1 = h | t1 */ 225 swi r9, r5, 4 /* *(d + 4) = t1 */ 228 bsrli r9, r12, 16 /* t1 = v >> 16 */ 229 or r9, r11, r9 /* t1 = h | t1 */ 230 swi r9, r5, 8 /* *(d + 8) = t1 */ 233 bsrli r9, r12, 16 /* t1 = v >> 16 */ 234 or r9, r11, r9 /* t1 = h | t1 */ 235 swi r9, r5, 12 /* *(d + 12) = t1 */ 238 bsrli r9, r12, 16 /* t1 = v >> 16 */ 239 or r9, r11, r9 /* t1 = h | t1 */ 240 swi r9, r5, 16 /* *(d + 16) = t1 */ 243 bsrli r9, r12, 16 /* t1 = v >> 16 */ 244 or r9, r11, r9 /* t1 = h | t1 */ 245 swi r9, r5, 20 /* *(d + 20) = t1 */ 248 bsrli r9, r12, 16 /* t1 = v >> 16 */ 249 or r9, r11, r9 /* t1 = h | t1 */ 250 swi r9, r5, 24 /* *(d + 24) = t1 */ 253 bsrli r9, r12, 16 /* t1 = v >> 16 */ 254 or r9, r11, r9 /* t1 = h | t1 */ 255 swi r9, r5, 28 /* *(d + 28) = t1 */ 271 andi r9, r6, 3 /* t1 = s & 3 */ 276 lw r9, r6, r10 /* t1 = *(s+offset) */ 277 sw r9, r5, r10 /* *(d+offset) = t1 */ 290 beqi r9, a_word_u1 /* t1 was 1 => 1 byte offset */ 292 beqi r9, a_word_u2 /* t1 was 2 => 2 byte offset */ 298 bsrli r9, r12, 8 /* t1 = v >> 8 */ 299 or r9, r11, r9 /* t1 = h | t1 */ 300 sw r9, r5, r10 /* *(d + offset) = t1 */ 312 bsrli r9, r12, 24 /* t1 = v >> 24 */ 313 or r9, r11, r9 /* t1 = h | t1 */ 314 sw r9, r5, r10 /* *(d + offset) = t1 */ 326 bsrli r9, r12, 16 /* t1 = v >> 16 */ 327 or r9, r11, r9 /* t1 = h | t1 */ 328 sw r9, r5, r10 /* *(d + offset) = t1 */ 342 lbui r9, r6, 0 /* t1 = *s */ 344 sbi r9, r5, 0 /* *d = t1 */ 401 andi r9, r6, 3 /* t1 = s & 3 */ 408 lwi r9, r6, 28 /* t1 = *(s + 28) */ 412 swi r9, r5, 28 /* *(d + 28) = t1 */ 416 lwi r9, r6, 12 /* t1 = *(s + 12) */ 420 swi r9, r5, 12 /* *(d + 12) = t1 */ 434 beqi r9,d_block_u1 /* t1 was 1 => 1 byte offset */ 436 beqi r9,d_block_u2 /* t1 was 2 => 2 byte offset */ 444 bslli r9, r12, 24 /* t1 = v << 24 */ 445 or r9, r11, r9 /* t1 = h | t1 */ 446 swi r9, r5, 28 /* *(d + 28) = t1 */ 449 bslli r9, r12, 24 /* t1 = v << 24 */ 450 or r9, r11, r9 /* t1 = h | t1 */ 451 swi r9, r5, 24 /* *(d + 24) = t1 */ 454 bslli r9, r12, 24 /* t1 = v << 24 */ 455 or r9, r11, r9 /* t1 = h | t1 */ 456 swi r9, r5, 20 /* *(d + 20) = t1 */ 459 bslli r9, r12, 24 /* t1 = v << 24 */ 460 or r9, r11, r9 /* t1 = h | t1 */ 461 swi r9, r5, 16 /* *(d + 16) = t1 */ 464 bslli r9, r12, 24 /* t1 = v << 24 */ 465 or r9, r11, r9 /* t1 = h | t1 */ 466 swi r9, r5, 12 /* *(d + 112) = t1 */ 469 bslli r9, r12, 24 /* t1 = v << 24 */ 470 or r9, r11, r9 /* t1 = h | t1 */ 471 swi r9, r5, 8 /* *(d + 8) = t1 */ 474 bslli r9, r12, 24 /* t1 = v << 24 */ 475 or r9, r11, r9 /* t1 = h | t1 */ 476 swi r9, r5, 4 /* *(d + 4) = t1 */ 479 bslli r9, r12, 24 /* t1 = v << 24 */ 480 or r9, r11, r9 /* t1 = h | t1 */ 481 swi r9, r5, 0 /* *(d + 0) = t1 */ 493 bslli r9, r12, 8 /* t1 = v << 8 */ 494 or r9, r11, r9 /* t1 = h | t1 */ 495 swi r9, r5, 28 /* *(d + 28) = t1 */ 498 bslli r9, r12, 8 /* t1 = v << 8 */ 499 or r9, r11, r9 /* t1 = h | t1 */ 500 swi r9, r5, 24 /* *(d + 24) = t1 */ 503 bslli r9, r12, 8 /* t1 = v << 8 */ 504 or r9, r11, r9 /* t1 = h | t1 */ 505 swi r9, r5, 20 /* *(d + 20) = t1 */ 508 bslli r9, r12, 8 /* t1 = v << 8 */ 509 or r9, r11, r9 /* t1 = h | t1 */ 510 swi r9, r5, 16 /* *(d + 16) = t1 */ 513 bslli r9, r12, 8 /* t1 = v << 8 */ 514 or r9, r11, r9 /* t1 = h | t1 */ 515 swi r9, r5, 12 /* *(d + 112) = t1 */ 518 bslli r9, r12, 8 /* t1 = v << 8 */ 519 or r9, r11, r9 /* t1 = h | t1 */ 520 swi r9, r5, 8 /* *(d + 8) = t1 */ 523 bslli r9, r12, 8 /* t1 = v << 8 */ 524 or r9, r11, r9 /* t1 = h | t1 */ 525 swi r9, r5, 4 /* *(d + 4) = t1 */ 528 bslli r9, r12, 8 /* t1 = v << 8 */ 529 or r9, r11, r9 /* t1 = h | t1 */ 530 swi r9, r5, 0 /* *(d + 0) = t1 */ 542 bslli r9, r12, 16 /* t1 = v << 16 */ 543 or r9, r11, r9 /* t1 = h | t1 */ 544 swi r9, r5, 28 /* *(d + 28) = t1 */ 547 bslli r9, r12, 16 /* t1 = v << 16 */ 548 or r9, r11, r9 /* t1 = h | t1 */ 549 swi r9, r5, 24 /* *(d + 24) = t1 */ 552 bslli r9, r12, 16 /* t1 = v << 16 */ 553 or r9, r11, r9 /* t1 = h | t1 */ 554 swi r9, r5, 20 /* *(d + 20) = t1 */ 557 bslli r9, r12, 16 /* t1 = v << 16 */ 558 or r9, r11, r9 /* t1 = h | t1 */ 559 swi r9, r5, 16 /* *(d + 16) = t1 */ 562 bslli r9, r12, 16 /* t1 = v << 16 */ 563 or r9, r11, r9 /* t1 = h | t1 */ 564 swi r9, r5, 12 /* *(d + 112) = t1 */ 567 bslli r9, r12, 16 /* t1 = v << 16 */ 568 or r9, r11, r9 /* t1 = h | t1 */ 569 swi r9, r5, 8 /* *(d + 8) = t1 */ 572 bslli r9, r12, 16 /* t1 = v << 16 */ 573 or r9, r11, r9 /* t1 = h | t1 */ 574 swi r9, r5, 4 /* *(d + 4) = t1 */ 577 bslli r9, r12, 16 /* t1 = v << 16 */ 578 or r9, r11, r9 /* t1 = h | t1 */ 579 swi r9, r5, 0 /* *(d + 0) = t1 */ 595 andi r9, r6, 3 /* t1 = s & 3 */ 601 lw r9, r6, r4 /* t1 = *(s+n) */ 603 sw r9, r5, r4 /* *(d+n) = t1 (IN DELAY SLOT) */ 612 beqi r9,d_word_u1 /* t1 was 1 => 1 byte offset */ 614 beqi r9,d_word_u2 /* t1 was 2 => 2 byte offset */ 621 bslli r9, r12, 24 /* t1 = v << 24 */ 622 or r9, r11, r9 /* t1 = h | t1 */ 623 sw r9, r5, r4 /* *(d + n) = t1 */ 634 bslli r9, r12, 8 /* t1 = v << 8 */ 635 or r9, r11, r9 /* t1 = h | t1 */ 636 sw r9, r5, r4 /* *(d + n) = t1 */ 647 bslli r9, r12, 16 /* t1 = v << 16 */ 648 or r9, r11, r9 /* t1 = h | t1 */ 649 sw r9, r5, r4 /* *(d + n) = t1 */ 659 lbui r9, r6, 0 /* t1 = *s */ 661 sbi r9, r5, 0 /* *d = t1 */
|
/linux-4.1.27/arch/mips/include/asm/mach-paravirt/ |
H A D | kernel-entry-init.h | 30 slti t1, t0, NR_CPUS variable 31 bnez t1, 1f variable 37 PTR_LA t1, paravirt_smp_sp 39 PTR_ADDU t1, t1, t0 variable 41 PTR_L sp, 0(t1) 44 PTR_LA t1, paravirt_smp_gp 45 PTR_ADDU t1, t1, t0 variable 47 PTR_L gp, 0(t1)
|
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
H A D | swab.h | 26 __u64 t0, t1, t2, t3; __arch_swab32() local 29 t1 = __kernel_inswl(x, 3); /* t1 : 000000CCDD000000 */ __arch_swab32() 30 t1 |= t0; /* t1 : 000000CCDDAABBCC */ __arch_swab32() 31 t2 = t1 >> 16; /* t2 : 0000000000CCDDAA */ __arch_swab32() 32 t0 = t1 & 0xFF00FF00; /* t0 : 00000000DD00BB00 */ __arch_swab32() 34 t1 = t0 + t3; /* t1 : ssssssssDDCCBBAA */ __arch_swab32() 36 return t1; __arch_swab32()
|
H A D | regdef.h | 7 #define t1 $2 macro
|
/linux-4.1.27/arch/mips/include/asm/sibyte/ |
H A D | board.h | 42 #define setleds(t0, t1, c0, c1, c2, c3) \ 44 li t1, c0; \ 45 sb t1, 0x18(t0); \ 46 li t1, c1; \ 47 sb t1, 0x10(t0); \ 48 li t1, c2; \ 49 sb t1, 0x08(t0); \ 50 li t1, c3; \ 51 sb t1, 0x00(t0) 53 #define setleds(t0, t1, c0, c1, c2, c3)
|
/linux-4.1.27/arch/mips/netlogic/common/ |
H A D | reset.S | 61 mfcr t1, t0 64 or t1, t1, t2 65 mtcr t1, t0 68 mfcr t1, t0 69 ori t1, 0x1000 /* Enable Icache partitioning */ 70 mtcr t1, t0 73 lui t1, 0x0100 /* Disable BRU accepting ALU ops */ 74 mtcr t1, t0 84 li t1, (1 << 29) /* ELPA bit */ 85 or t0, t1 97 slt t1, t0, 0x1200 98 beqz t1, 15f 103 li t1, LSU_DEBUG_ADDR 110 mtcr v1, t1 112 mfcr v1, t1 118 mtcr v1, t1 120 mfcr v1, t1 133 li t1, 0x80010000 136 bne t0, t1, 16b 176 li t1, 0x1500 /* XLP 9xx */ 177 beq t0, t1, 2f /* does not need to set coherent */ 180 li t1, 0x1300 /* XLP 5xx */ 181 beq t0, t1, 2f /* does not need to set coherent */ 186 mfc0 t1, CP0_EBASE, 1 187 srl t1, 5 188 andi t1, 0x3 /* t1 <- node */ 190 mul t3, t2, t1 /* t3 = node * 0x40000 */ 193 li t1, 0x1 194 sll t0, t1, t0 198 lw t1, 0(t2) 199 and t1, t1, t0 200 sw t1, 0(t2) 203 lw t1, 0(t2) 222 lw t1, BOOT_THREAD_MODE(t0) /* t1 <- thread mode */ 225 or t2, t2, t1 248 lw t1, BOOT_THREAD_MODE(t0) /* t1 <- thread mode */ 249 subu t1, 0x3 /* 4-thread per core mode? */ 250 bnez t1, 2f 254 li t1, 0x55 255 mtcr t1, t0 262 move t1, zero 264 ori t1, ST0_KX 266 mtc0 t1, CP0_STATUS 272 ADDIU t1, t3, BOOT_CPU_READY 274 PTR_ADDU t1, v1 276 sw t2, 0(t1)
|
H A D | smpboot.S | 64 dla t1, nlm_reset_entry 66 dsubu t2, t1 78 move t1, zero 80 ori t1, ST0_KX 82 mtc0 t1, CP0_STATUS 83 PTR_LA t1, nlm_next_sp 84 PTR_L sp, 0(t1) 85 PTR_LA t1, nlm_next_gp 86 PTR_L gp, 0(t1) 113 ADDIU t1, t3, BOOT_CPU_READY 114 ADDU t1, t0 116 sw t3, 0(t1) 125 mfcr t1, t0 128 and t2, t1, t2 /* t2 - current thread mode */ 135 and t2, t1, t3 /* mask out old thread mode */ 136 or t1, t2, v1 /* put in new value */ 137 mtcr t1, t0 /* update core control */
|
/linux-4.1.27/arch/mips/include/asm/mach-cavium-octeon/ |
H A D | kernel-entry-init.h | 47 and t1, v1, 0xfff8 variable 48 xor t1, t1, 0x9000 # 63-P1 variable 49 beqz t1, 4f 50 and t1, v1, 0xfff8 variable 51 xor t1, t1, 0x9008 # 63-P2 variable 52 beqz t1, 4f 53 and t1, v1, 0xfff8 variable 54 xor t1, t1, 0x9100 # 68-P1 variable 55 beqz t1, 4f 56 and t1, v1, 0xff00 variable 57 xor t1, t1, 0x9200 # 66-PX variable 58 bnez t1, 5f # Skip WAR for others. 59 and t1, v1, 0x00ff 60 slti t1, t1, 2 # 66-P1.2 and later good. variable 61 beqz t1, 5f 83 and t1, v0, 0xff00 variable 85 bge t1, v0, 1f # OCTEON III has no DCACHE_ERR_REG COP0 variable 106 LONG_L t1, (t0) variable 108 bne t1, v0, octeon_spin_wait_boot variable
|
/linux-4.1.27/arch/ia64/lib/ |
H A D | carta_random.S | 18 #define t1 r17 define 25 pmpyshr2.u t1 = a, seed, 16 27 unpack2.l t0 = t1, t0 36 shr t1 = hi, 15 // t1 = (hi >> 15) 46 add lo = lo, t1
|
H A D | copy_page_mck.S | 48 * | v[x] | t1 | ^ 75 #define t1 r17 define 79 #define t5 t1 // alias! 122 add src0 = 8, in1 // first t1 src 124 add dst0 = 8, in0 // first t1 dst 126 mov t1 = (PAGE_SIZE/128) - (2*PREFETCH_DIST) - 1 137 mov ar.lc = t1 // with 64KB pages, t1 is too big to fit in 8 bits! 148 (p[D]) st8 [dst0] = t1, 8 // M2 176 (p[D-1])ld8 t1 = [src0], 8
|
H A D | copy_page.S | 42 .rotr t1[PIPE_DEPTH], t2[PIPE_DEPTH], t3[PIPE_DEPTH], t4[PIPE_DEPTH], \ 69 (p[0]) ld8 t1[0]=[src1],16 70 (EPI) st8 [tgt1]=t1[PIPE_DEPTH-1],16
|
H A D | memcpy.S | 31 # define t1 r19 194 ld8 t1=[src2] // t1 = 1st source word if src is 8-byte aligned, 2nd otherwise 199 shl t1=t1,t3 202 or t0=t0,t1
|
H A D | copy_user.S | 52 #define t1 r2 // rshift in bytes define 158 sub t1=8,src2 162 sub len1=len,t1 // set len1 170 sub t1=dst2,src2 174 (p15) sub t1=r0,t1 // absolute value 179 sub t2=8,t1 180 (p14) sub word1=word1,t1 183 (p15) shl rshift=t1,3 // in bits 186 (p14) sub len1=len1,t1 211 (p15) sub src1=src1,t1 287 (p14) sub src1=src1,t1 289 (p15) sub dst1=dst1,t1
|
H A D | memcpy_mck.S | 43 #define t1 r23 define 47 #define t5 t1 // alias! 167 EX(.ex_handler, (p6) ld8 t1=[src0]) 175 EX(.ex_handler, (p6) st8 [dst0]=t1) // store byte 1 200 add src0 = 8, src_pre_mem // first t1 src 204 add dst0 = 8, dst_pre_mem // first t1 dst 227 EX(.ex_handler, (p[D]) st8 [dst0] = t1, 8) // M2 255 EX(.ex_handler, (p[C]) ld8 t1 = [src0], 8) 413 EX(.ex_handler_short, (p8) ld1 t1=[src0],2) 418 EX(.ex_handler_short, (p8) st1 [dst0]=t1,2) 469 EX(.ex_handler_short, (p6) ld1 t1=[src0],2) 476 EX(.ex_handler_short, (p6) st1 [dst0] = t1,2)
|
/linux-4.1.27/arch/alpha/lib/ |
H A D | strrchr.S | 32 cmpbge zero, t0, t1 # .. e1 : bits set iff byte == zero 38 andnot t1, t4, t1 # .. e1 : clear garbage from null test 40 bne t1, $eos # .. e1 : did we already hit the terminator? 49 cmpbge zero, t0, t1 # .. e1 : bits set iff byte == zero 51 beq t1, $loop # .. e1 : if we havnt seen a null, loop 55 negq t1, t4 # e0 : isolate first null byte match 56 and t1, t4, t4 # e1 : 73 and t8, 0xcc, t1 # .. e1 : 74 cmovne t1, t1, t8 # e0 : 75 cmovne t1, 2, t1 # .. e1 : 78 addq t2, t1, t1 # e0 : 80 addq v0, t1, v0 # e0 :
|
H A D | ev6-stxcpy.S | 54 t1 == the first source word. */ 59 mskqh t1, a1, t3 # U : 60 ornot t1, t2, t2 # E : (stall) 64 or t0, t3, t1 # E : (stall) 69 t1 == a source word not containing a null. */ 73 stq_u t1, 0(a0) # L : 78 ldq_u t1, 0(a1) # L : Latency=3 80 cmpbge zero, t1, t8 # E : (3 cycle stall) 85 t1 == the source word containing the null 99 zapnot t1, t6, t1 # U : clear src bytes >= null (stall) 103 or t0, t1, t1 # E : (stall) 107 1: stq_u t1, 0(a0) # L : 128 ldq_u t1, 0(a1) # L : load first src word 151 t1 == the low bits of the first source word 156 extql t1, a1, t1 # U : (stall on a1) 160 or t1, t4, t1 # E : 161 mskqh t1, a0, t1 # U : (stall on t1) 162 or t0, t1, t1 # E : (stall on t1) 164 or t1, t6, t6 # E : 177 stq_u t1, 0(a0) # L : store first output word 202 extqh t2, a1, t1 # U : extract high bits for current word 207 or t0, t1, t1 # E : current dst word now complete 209 stq_u t1, -8(a0) # L : save the current word (stall) 226 extqh t2, a1, t1 # U : 227 or t0, t1, t1 # E : first (partial) source word complete (stall) 228 cmpbge zero, t1, t8 # E : is the null in this first bit? (stall) 232 stq_u t1, 0(a0) # L : the null was in the high-order bits 234 extql t2, a1, t1 # U : 235 cmpbge zero, t1, t8 # E : (stall) 239 t1 == assembled source word 250 zapnot t1, t6, t1 # U : kill source bytes >= null (stall) 253 or t0, t1, t1 # E : (stall) 257 1: stq_u t1, 0(a0) # L : 266 ldq_u t1, 0(a1) # L : load first source word 291 ornot t1, t2, t3 # E : (stall) 310 and t1, t2, t1 # E : to source validity mask 312 extql t1, a1, t1 # U : (stall) 315 or t0, t1, t1 # e1 : and put it there 316 stq_u t1, 0(a0) # .. e0 : (stall)
|
H A D | stxcpy.S | 43 t1 == the first source word. */ 48 mskqh t1, a1, t3 # e0 : 49 ornot t1, t2, t2 # .. e1 : 52 or t0, t3, t1 # e0 : 57 t1 == a source word not containing a null. */ 60 stq_u t1, 0(a0) # e0 : 62 ldq_u t1, 0(a1) # e0 : 64 cmpbge zero, t1, t8 # e0 (stall) 69 t1 == the source word containing the null 84 zapnot t1, t6, t1 # e0 : clear src bytes >= null 87 or t0, t1, t1 # e1 : 89 1: stq_u t1, 0(a0) # e0 : 108 ldq_u t1, 0(a1) # e0 : load first src word 128 t1 == the low bits of the first source word 134 extql t1, a1, t1 # e0 : 137 or t1, t4, t1 # .. e1 : 138 mskqh t1, a0, t1 # e0 : 139 or t0, t1, t1 # e1 : 141 or t1, t6, t6 # e0 : 154 stq_u t1, 0(a0) # e0 : store first output word 178 extqh t2, a1, t1 # e0 : extract high bits for current word 182 or t0, t1, t1 # e0 : current dst word now complete 184 stq_u t1, -8(a0) # e0 : save the current word 198 extqh t2, a1, t1 # e0 : 199 or t0, t1, t1 # e1 : first (partial) source word complete 201 cmpbge zero, t1, t8 # e0 : is the null in this first bit? 205 stq_u t1, 0(a0) # e0 : the null was in the high-order bits 207 extql t2, a1, t1 # e0 : 208 cmpbge zero, t1, t8 # .. e1 : 212 t1 == assembled source word 224 zapnot t1, t6, t1 # .. e1 : kill source bytes >= null 226 or t0, t1, t1 # e1 : 228 1: stq_u t1, 0(a0) # e0 : 235 ldq_u t1, 0(a1) # e0 : load first source word 261 ornot t1, t2, t3 # .. e1 : 280 and t1, t2, t1 # e1 : to source validity mask 282 extql t1, a1, t1 # e0 : 285 or t0, t1, t1 # e1 : and put it there 286 stq_u t1, 0(a0) # .. e0 :
|
H A D | strchr.S | 34 xor t0, a1, t1 # .. e1 : make bytes == c zero 35 cmpbge zero, t1, t3 # e0 : bits set iff byte == c 43 xor t0, a1, t1 # .. e1 (ev5 data stall) 45 cmpbge zero, t1, t3 # .. e1 : bits set iff byte == c 49 $found: negq t0, t1 # e0 : clear all but least set bit 50 and t0, t1, t0 # e1 (stall) 52 and t0, t3, t1 # e0 : bit set iff byte was the char 53 beq t1, $retnull # .. e1 (zdb)
|
H A D | ev6-stxncpy.S | 62 t1 == the first source word. */ 67 mskqh t1, a1, t3 # U : 68 ornot t1, t2, t2 # E : (stall) 121 ldq_u t1, 0(a0) # L : 126 zap t1, t8, t1 # .. e1 : clear dst bytes <= null 127 or t0, t1, t0 # e1 : (stall) 153 xor a0, a1, t1 # E : 155 and t1, 7, t1 # E : (stall) 164 bne t1, $unaligned # U : 166 ldq_u t1, 0(a1) # L : load first src word 193 t1 == the shifted low bits of the first source word 201 or t1, t4, t1 # E : first aligned src word complete (stall) 202 mskqh t1, a0, t1 # U : mask leading garbage in src (stall) 203 or t0, t1, t0 # E : first output word complete (stall) 223 extql t2, a1, t1 # U : position hi-bits of lo word 242 t1 == the shifted high-order bits from the previous source word 249 or t0, t1, t0 # E : current dst word now complete 251 extql t2, a1, t1 # U : extract low bits for next time 271 t1 == the shifted high-order bits from the previous source word 274 or t0, t1, t0 # E : first (partial) source word complete 300 ldq_u t1, 0(a0) # L : 305 zap t1, t8, t1 # U : kill dest bytes <= null 306 or t0, t1, t0 # E : (stall) 315 t1 == the shifted high-order bits from the previous source word */ 325 or t1, t0, t1 # E : (stall) 327 1: cmpbge zero, t1, t8 # E : 328 mov t1, t0 # E : 338 ldq_u t1, 0(a1) # L : load first source word 359 extql t1, a1, t1 # U : shift src into place 364 cmpbge zero, t1, t8 # E : is there a zero? 380 mskqh t1, t4, t1 # U : 387 zapnot t1, t8, t1 # U : to source validity mask 389 or t0, t1, t0 # E : and put it there (stall both t0, t1)
|
H A D | stxncpy.S | 51 t1 == the first source word. */ 56 mskqh t1, a1, t3 # e0 : 57 ornot t1, t2, t2 # .. e1 : 95 ldq_u t1, 0(a0) # e0 : 100 zap t1, t8, t1 # .. e1 : clear dst bytes <= null 101 or t0, t1, t0 # e1 : 121 xor a0, a1, t1 # e0 : 123 and t1, 7, t1 # e0 : 130 bne t1, $unaligned # .. e1 : 134 ldq_u t1, 0(a1) # e0 : load first src word 154 t1 == the shifted low bits of the first source word 161 or t1, t4, t1 # e1 : first aligned src word complete 162 mskqh t1, a0, t1 # e0 : mask leading garbage in src 163 or t0, t1, t0 # e0 : first output word complete 182 extql t2, a1, t1 # e0 : position hi-bits of lo word 200 t1 == the shifted high-order bits from the previous source word 207 or t0, t1, t0 # e0 : current dst word now complete 211 extql t2, a1, t1 # e0 : extract high bits for next time 227 t1 == the shifted high-order bits from the previous source word 230 or t0, t1, t0 # e0 : first (partial) source word complete 257 ldq_u t1, 0(a0) # e0 : 261 zap t1, t8, t1 # e0 : kill dest bytes <= null 262 or t0, t1, t0 # e1 : 269 t1 == the shifted high-order bits from the previous source word */ 279 or t1, t0, t1 # e1 : 281 1: cmpbge zero, t1, t8 282 mov t1, t0 292 ldq_u t1, 0(a1) # e0 : load first source word 312 extql t1, a1, t1 # .. e0 : shift src into place 317 cmpbge zero, t1, t8 # .. e1 : is there a zero? 332 mskqh t1, t4, t1 # e0 : 338 zapnot t1, t8, t1 # .. e1 : to source validity mask 341 or t0, t1, t0 # e1 : and put it there
|
H A D | ev67-strchr.S | 53 xor t0, a1, t1 # E : make bytes == c zero 54 cmpbge zero, t1, t3 # E : bits set iff byte == c 70 xor t0, a1, t1 # E : 73 cmpbge zero, t1, t3 # E : bits set iff byte == c 78 $found: negq t0, t1 # E : clear all but least set bit 79 and t0, t1, t0 # E : 80 and t0, t3, t1 # E : bit set iff byte was the char 83 cmoveq t1, $31, v0 # E : Two mapping slots, latency = 2
|
H A D | ev67-strrchr.S | 54 cmpbge zero, t0, t1 # E : bits set iff byte == zero 60 andnot t1, t4, t1 # E : clear garbage from null test 62 bne t1, $eos # U : did we already hit the terminator? 76 cmpbge zero, t0, t1 # E : bits set iff byte == zero 78 beq t1, $loop # U : if we havnt seen a null, loop 83 negq t1, t4 # E : isolate first null byte match 84 and t1, t4, t4 # E :
|
H A D | stacktrace.c | 40 "v0 ", "t0 ", "t1 ", "t2 ", "t3 ", "t4 ", "t5 ", "t6 ", "t7 ",
|
/linux-4.1.27/scripts/ |
H A D | makelst | 19 t1=`$3 --syms $1 | grep .text | grep -m1 " F "` 20 if [ -n "$t1" ]; then 21 t2=`field 6 $t1` 27 t5=`field 1 $t1`
|
/linux-4.1.27/arch/x86/crypto/ |
H A D | glue_helper-asm-avx.S | 54 #define load_ctr_8way(iv, bswap, x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2) \ 57 vmovdqa bswap, t1; \ 61 vpshufb t1, x7, x0; \ 65 vpshufb t1, x7, x1; \ 67 vpshufb t1, x7, x2; \ 69 vpshufb t1, x7, x3; \ 71 vpshufb t1, x7, x4; \ 73 vpshufb t1, x7, x5; \ 75 vpshufb t1, x7, x6; \ 78 vpshufb t1, x7, x7; \ 79 inc_le128(t2, t0, t1); \ 101 t1, xts_gf128mul_and_shl1_mask) \ 110 gf128mul_x_ble(tiv, t0, t1); \ 114 gf128mul_x_ble(tiv, t0, t1); \ 118 gf128mul_x_ble(tiv, t0, t1); \ 122 gf128mul_x_ble(tiv, t0, t1); \ 126 gf128mul_x_ble(tiv, t0, t1); \ 130 gf128mul_x_ble(tiv, t0, t1); \ 134 gf128mul_x_ble(tiv, t0, t1); \ 138 gf128mul_x_ble(tiv, t0, t1); \
|
H A D | glue_helper-asm-avx2.S | 60 #define load_ctr_16way(iv, bswap, x0, x1, x2, x3, x4, x5, x6, x7, t0, t0x, t1, \ 70 vbroadcasti128 bswap, t1; \ 72 vpshufb t1, t2, x0; \ 76 vpshufb t1, t2, x1; \ 78 vpshufb t1, t2, x2; \ 80 vpshufb t1, t2, x3; \ 82 vpshufb t1, t2, x4; \ 84 vpshufb t1, t2, x5; \ 86 vpshufb t1, t2, x6; \ 88 vpshufb t1, t2, x7; \ 124 tivx, t0, t0x, t1, t1x, t2, t2x, t3, \ 127 vbroadcasti128 xts_gf128mul_and_shl1_mask_0, t1; \ 139 gf128mul_x2_ble(tiv, t1, t2, t0, t3); \ 143 gf128mul_x2_ble(tiv, t1, t2, t0, t3); \ 147 gf128mul_x2_ble(tiv, t1, t2, t0, t3); \ 151 gf128mul_x2_ble(tiv, t1, t2, t0, t3); \ 155 gf128mul_x2_ble(tiv, t1, t2, t0, t3); \ 159 gf128mul_x2_ble(tiv, t1, t2, t0, t3); \ 163 gf128mul_x2_ble(tiv, t1, t2, t0, t3); \
|
H A D | camellia-aesni-avx-asm_64.S | 49 #define roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2, t3, t4, t5, t6, \ 57 vmovdqa .Lpre_tf_hi_s1, t1; \ 72 filter_8bit(x0, t0, t1, t7, t6); \ 73 filter_8bit(x7, t0, t1, t7, t6); \ 74 filter_8bit(x1, t0, t1, t7, t6); \ 75 filter_8bit(x4, t0, t1, t7, t6); \ 76 filter_8bit(x2, t0, t1, t7, t6); \ 77 filter_8bit(x5, t0, t1, t7, t6); \ 86 vmovdqa .Lpost_tf_hi_s1, t1; \ 99 filter_8bit(x0, t0, t1, t7, t6); \ 100 filter_8bit(x7, t0, t1, t7, t6); \ 101 filter_8bit(x3, t0, t1, t7, t6); \ 102 filter_8bit(x6, t0, t1, t7, t6); \ 118 vpsrldq $1, t0, t1; \ 123 vpshufb t6, t1, t1; \ 167 vpxor t1, x6, x6; \ 267 #define rol32_1_16(v0, v1, v2, v3, t0, t1, t2, zero) \ 272 vpcmpgtb v1, zero, t1; \ 274 vpabsb t1, t1; \ 286 vpor t1, v2, v2; \ 297 #define fls16(l, l0, l1, l2, l3, l4, l5, l6, l7, r, t0, t1, t2, t3, tt0, \ 310 vpshufb tt0, t0, t1; \ 315 vpand l1, t1, t1; \ 319 rol32_1_16(t3, t2, t1, t0, tt1, tt2, tt3, tt0); \ 323 vpxor l5, t1, l5; \ 341 vpshufb tt0, t0, t1; \ 346 vpor 5 * 16(r), t1, t1; \ 351 vpxor 1 * 16(r), t1, t1; \ 355 vmovdqu t1, 1 * 16(r); \ 369 vpshufb tt0, t0, t1; \ 374 vpand 1 * 16(r), t1, t1; \ 378 rol32_1_16(t3, t2, t1, t0, tt1, tt2, tt3, tt0); \ 381 vpxor 5 * 16(r), t1, t1; \ 385 vmovdqu t1, 5 * 16(r); \ 400 vpshufb tt0, t0, t1; \ 405 vpor l5, t1, t1; \ 411 vpxor l1, t1, l1; \ 418 #define transpose_4x4(x0, x1, x2, x3, t1, t2) \ 422 vpunpckldq x3, x2, t1; \ 425 vpunpckhqdq t1, x0, x1; \ 426 vpunpcklqdq t1, x0, x0; \
|
H A D | twofish-avx-x86_64-asm_64.S | 103 #define lookup_32bit(t0, t1, t2, t3, src, dst, interleave_op, il_reg) \ 108 movl t1(CTX, RID2, 4), RID2d; \ 121 #define G(gi1, gi2, x, t0, t1, t2, t3) \ 122 lookup_32bit(t0, t1, t2, t3, ##gi1, RGS1, shr_next, ##gi1); \ 123 lookup_32bit(t0, t1, t2, t3, ##gi2, RGS3, shr_next, ##gi2); \ 125 lookup_32bit(t0, t1, t2, t3, ##gi1, RGS2, dummy, none); \ 128 lookup_32bit(t0, t1, t2, t3, ##gi2, RGS1, dummy, none); \ 221 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ 224 vpunpckldq x3, x2, t1; \ 227 vpunpcklqdq t1, t0, x0; \ 228 vpunpckhqdq t1, t0, x1; \ 232 #define inpack_blocks(x0, x1, x2, x3, wkey, t0, t1, t2) \ 238 transpose_4x4(x0, x1, x2, x3, t0, t1, t2) 240 #define outunpack_blocks(x0, x1, x2, x3, wkey, t0, t1, t2) \ 241 transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \
|
H A D | sha256-avx2-asm.S | 197 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # -- 201 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# -- 202 add y3, h # h = t1 + S0 + MAJ # -- 250 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # -- 251 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# -- 252 add y3, h # h = t1 + S0 + MAJ # -- 300 add y2,d # d = k + w + h + d + S1 + CH = d + t1 # -- 301 add y2,h # h = k + w + h + S0 + S1 + CH = t1 + S0# -- 303 add y3,h # h = t1 + S0 + MAJ # -- 341 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # -- 353 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# -- 354 add y3, h # h = t1 + S0 + MAJ # -- 393 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # -- 399 add y2, old_h # h = k + w + h + S0 + S1 + CH = t1 + S0# -- 408 add y3, old_h # h = t1 + S0 + MAJ # -- 433 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # -- 439 add y2, old_h # h = k + w + h + S0 + S1 + CH = t1 + S0# -- 448 add y3, old_h # h = t1 + S0 + MAJ # -- 473 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # -- 479 add y2, old_h # h = k + w + h + S0 + S1 + CH = t1 + S0# -- 488 add y3, old_h # h = t1 + S0 + MAJ # -- 513 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # -- 516 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# -- 518 add y3, h # h = t1 + S0 + MAJ # --
|
H A D | sha512-avx2-asm.S | 215 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # -- 217 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# -- 218 add y3, h # h = t1 + S0 + MAJ # -- 280 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # -- 281 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# -- 282 add y3, h # h = t1 + S0 + MAJ # -- 336 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # -- 337 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# -- 339 add y3, h # h = t1 + S0 + MAJ # -- 387 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # -- 397 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# -- 398 add y3, h # h = t1 + S0 + MAJ # -- 439 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # -- 445 add y2, old_h # h = k + w + h + S0 + S1 + CH = t1 + S0# -- 454 add y3, old_h # h = t1 + S0 + MAJ # -- 477 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # -- 483 add y2, old_h # h = k + w + h + S0 + S1 + CH = t1 + S0# -- 492 add y3, old_h # h = t1 + S0 + MAJ # -- 515 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # -- 521 add y2, old_h # h = k + w + h + S0 + S1 + CH = t1 + S0# -- 530 add y3, old_h # h = t1 + S0 + MAJ # -- 554 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # -- 556 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# -- 558 add y3, h # h = t1 + S0 + MAJ # --
|
H A D | camellia-aesni-avx2-asm_64.S | 66 #define roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2, t3, t4, t5, t6, \ 93 vextracti128 $1, x7, t1##_x; \ 112 vaesenclast t4##_x, t1##_x, t1##_x; \ 113 vinserti128 $1, t1##_x, x7, x7; \ 123 vbroadcasti128 .Lpost_tf_hi_s1, t1; \ 140 filter_8bit(x0, t0, t1, t7, t6); \ 141 filter_8bit(x7, t0, t1, t7, t6); \ 142 filter_8bit(x3, t0, t1, t7, t6); \ 143 filter_8bit(x6, t0, t1, t7, t6); \ 158 vpsrldq $1, t0, t1; \ 160 vpshufb t7, t1, t1; \ 218 vpxor t1, x6, x6; \ 306 #define rol32_1_32(v0, v1, v2, v3, t0, t1, t2, zero) \ 311 vpcmpgtb v1, zero, t1; \ 313 vpabsb t1, t1; \ 325 vpor t1, v2, v2; \ 336 #define fls32(l, l0, l1, l2, l3, l4, l5, l6, l7, r, t0, t1, t2, t3, tt0, \ 349 vpshufb tt0, t0, t1; \ 354 vpand l1, t1, t1; \ 358 rol32_1_32(t3, t2, t1, t0, tt1, tt2, tt3, tt0); \ 363 vpxor l5, t1, l5; \ 380 vpshufb tt0, t0, t1; \ 385 vpor 5 * 32(r), t1, t1; \ 390 vpxor 1 * 32(r), t1, t1; \ 395 vmovdqu t1, 1 * 32(r); \ 408 vpshufb tt0, t0, t1; \ 413 vpand 1 * 32(r), t1, t1; \ 417 rol32_1_32(t3, t2, t1, t0, tt1, tt2, tt3, tt0); \ 420 vpxor 5 * 32(r), t1, t1; \ 425 vmovdqu t1, 5 * 32(r); \ 439 vpshufb tt0, t0, t1; \ 444 vpor l5, t1, t1; \ 450 vpxor l1, t1, l1; \ 457 #define transpose_4x4(x0, x1, x2, x3, t1, t2) \ 461 vpunpckldq x3, x2, t1; \ 464 vpunpckhqdq t1, x0, x1; \ 465 vpunpcklqdq t1, x0, x0; \
|
H A D | cast6-avx-x86_64-asm_64.S | 200 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ 203 vpunpckldq x3, x2, t1; \ 206 vpunpcklqdq t1, t0, x0; \ 207 vpunpckhqdq t1, t0, x1; \ 211 #define inpack_blocks(x0, x1, x2, x3, t0, t1, t2, rmask) \ 217 transpose_4x4(x0, x1, x2, x3, t0, t1, t2) 219 #define outunpack_blocks(x0, x1, x2, x3, t0, t1, t2, rmask) \ 220 transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \
|
H A D | sha1_ssse3_asm.S | 255 * t1 = F(b, c, d); e += w(i) 256 * e += t1; b <<= 30; d += w(i+1); 257 * t1 = F(a, b, c); 258 * d += t1; a <<= 5; 260 * t1 = e; a >>= 7; 261 * t1 <<= 5; 262 * d += t1; 266 \F \b, \c, \d # t1 = F(b, c, d);
|
H A D | cast5-avx-x86_64-asm_64.S | 178 #define transpose_2x4(x0, x1, t0, t1) \ 180 vpunpckhdq x1, x0, t1; \ 182 vpunpcklqdq t1, t0, x0; \ 183 vpunpckhqdq t1, t0, x1; 185 #define inpack_blocks(x0, x1, t0, t1, rmask) \ 189 transpose_2x4(x0, x1, t0, t1) 191 #define outunpack_blocks(x0, x1, t0, t1, rmask) \ 192 transpose_2x4(x0, x1, t0, t1) \
|
H A D | serpent-sse2-i586-asm_32.S | 468 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ 472 movdqa x2, t1; \ 474 punpckldq x3, t1; \ 476 punpcklqdq t1, x0; \ 477 punpckhqdq t1, x1; \ 483 #define read_blocks(in, x0, x1, x2, x3, t0, t1, t2) \ 489 transpose_4x4(x0, x1, x2, x3, t0, t1, t2) 491 #define write_blocks(out, x0, x1, x2, x3, t0, t1, t2) \ 492 transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ 499 #define xor_blocks(out, x0, x1, x2, x3, t0, t1, t2) \ 500 transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \
|
H A D | serpent-sse2-x86_64-asm_64.S | 590 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ 594 movdqa x2, t1; \ 596 punpckldq x3, t1; \ 598 punpcklqdq t1, x0; \ 599 punpckhqdq t1, x1; \ 605 #define read_blocks(in, x0, x1, x2, x3, t0, t1, t2) \ 611 transpose_4x4(x0, x1, x2, x3, t0, t1, t2) 613 #define write_blocks(out, x0, x1, x2, x3, t0, t1, t2) \ 614 transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ 621 #define xor_blocks(out, x0, x1, x2, x3, t0, t1, t2) \ 622 transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \
|
H A D | serpent-avx-x86_64-asm_64.S | 553 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ 556 vpunpckldq x3, x2, t1; \ 559 vpunpcklqdq t1, t0, x0; \ 560 vpunpckhqdq t1, t0, x1; \ 564 #define read_blocks(x0, x1, x2, x3, t0, t1, t2) \ 565 transpose_4x4(x0, x1, x2, x3, t0, t1, t2) 567 #define write_blocks(x0, x1, x2, x3, t0, t1, t2) \ 568 transpose_4x4(x0, x1, x2, x3, t0, t1, t2)
|
H A D | serpent-avx2-asm_64.S | 545 #define transpose_4x4(x0, x1, x2, x3, t0, t1, t2) \ 548 vpunpckldq x3, x2, t1; \ 551 vpunpcklqdq t1, t0, x0; \ 552 vpunpckhqdq t1, t0, x1; \ 556 #define read_blocks(x0, x1, x2, x3, t0, t1, t2) \ 557 transpose_4x4(x0, x1, x2, x3, t0, t1, t2) 559 #define write_blocks(x0, x1, x2, x3, t0, t1, t2) \ 560 transpose_4x4(x0, x1, x2, x3, t0, t1, t2)
|
/linux-4.1.27/arch/alpha/include/asm/ |
H A D | word-at-a-time.h | 41 unsigned long t1, t2, t3; find_zero() 45 t1 = bits & 0xf0; find_zero() 48 if (t1) t1 = 4; find_zero() 51 return t1 + t2 + t3; find_zero()
|
/linux-4.1.27/arch/mips/include/asm/mach-ip27/ |
H A D | kernel-entry-init.h | 35 * inputs are the text nasid in t1, data nasid in t2. 47 dsll t1, NASID_SHFT # Shift text nasid into place variable 49 or t1, t1, t0 # Physical load address of kernel text variable 51 dsrl t1, 12 # 4K pfn variable 53 dsll t1, 6 # Get pfn into place variable 56 or t0, t0, t1 78 GET_NASID_ASM t1 79 move t2, t1 # text and data are here 87 GET_NASID_ASM t1 90 dsll t1, NASID_SHFT variable 91 or t0, t0, t1 93 lh t1, KV_RO_NASID_OFFSET(t0) variable in typeref:struct:lh
|
/linux-4.1.27/arch/arm/crypto/ |
H A D | sha256-armv4.pl | 45 $len="r2"; $t1="r2"; 69 @ ldr $t1,[$inp],#4 @ $i 77 rev $t1,$t1 80 @ ldrb $t1,[$inp,#3] @ $i 84 orr $t1,$t1,$t2,lsl#8 86 orr $t1,$t1,$t0,lsl#16 91 orr $t1,$t1,$t2,lsl#24 97 add $h,$h,$t1 @ h+=X[i] 98 str $t1,[sp,#`$i%16`*4] 99 eor $t1,$f,$g 101 and $t1,$t1,$e 103 eor $t1,$t1,$g @ Ch(e,f,g) 105 add $h,$h,$t1 @ h+=Ch(e,f,g) 112 ldr $t1,[$inp],#4 @ prefetch 114 ldrb $t1,[$inp,#3] 118 ldr $t1,[sp,#`($i+2)%16`*4] @ from future BODY_16_xx 136 @ ldr $t1,[sp,#`($i+1)%16`*4] @ $i 138 mov $t0,$t1,ror#$sigma0[0] 141 eor $t0,$t0,$t1,ror#$sigma0[1] 143 eor $t0,$t0,$t1,lsr#$sigma0[2] @ sigma0(X[i+1]) 144 ldr $t1,[sp,#`($i+0)%16`*4] 150 add $t1,$t1,$t2 152 add $t1,$t1,$t4 @ X[i] 228 ldr $t1,[$inp],#4 230 ldrb $t1,[$inp,#3] 247 ldr $t1,[$t3,#4] 251 add $B,$B,$t1 252 ldr $t1,[$t3,#16] 257 add $E,$E,$t1 258 ldr $t1,[$t3,#28] 263 add $H,$H,$t1 430 '&add ($h,$h,$t1)', # h+=X[i]+K[i] 431 '&eor ($t1,$f,$g)', 434 '&and ($t1,$t1,$e)', 437 '&eor ($t1,$t1,$g)', # Ch(e,f,g) 441 '&add ($h,$h,$t1)', # h+=Ch(e,f,g) 442 '&ldr ($t1,sprintf "[sp,#%d]",4*(($j+1)&15)) if (($j&15)!=15);'. 443 '&ldr ($t1,"[$Ktbl]") if ($j==15);'. 444 '&ldr ($t1,"[sp,#64]") if ($j==31)', 500 ldr $t1,[sp,#0] 513 teq $t1,#0 @ check for K256 terminator 514 ldr $t1,[sp,#0] 537 ldr $t0,[$t1,#0] 539 ldr $t2,[$t1,#4] 540 ldr $t3,[$t1,#8] 541 ldr $t4,[$t1,#12] 543 ldr $t0,[$t1,#16] 545 ldr $t2,[$t1,#20] 547 ldr $t3,[$t1,#24] 549 ldr $t4,[$t1,#28] 551 str $A,[$t1],#4 553 str $B,[$t1],#4 555 str $C,[$t1],#4 557 str $D,[$t1],#4 558 stmia $t1,{$E-$H} 562 ldrne $t1,[sp,#0]
|
H A D | sha512-armv7-neon.S | 86 /* t1 = h + Sum1 (e) + Ch (e, f, g) + k[t] + w[t]; */ \ 117 vadd.u64 rd, rd, RT1; /* d+=t1; */ \ 120 /* t1 = g + Sum1 (d) + Ch (d, e, f) + k[t] + w[t]; */ \ 126 vadd.u64 rh, rh, RT1; /* h+=t1; */ \ 152 vadd.u64 rc, rc, RT1; /* c+=t1; */ \ 166 vadd.u64 rg, rg, RT1; /* g+=t1; */ \ 197 /* t1 = h + Sum1 (e) + Ch (e, f, g) + k[t] + w[t]; */ \ 229 vadd.u64 rd, rd, RT1; /* d+=t1; */ \ 232 /* t1 = g + Sum1 (d) + Ch (d, e, f) + k[t] + w[t]; */ \ 238 vadd.u64 rh, rh, RT1; /* h+=t1; */ \ 264 vadd.u64 rc, rc, RT1; /* c+=t1; */ \ 269 vadd.u64 rg, rg, RT1; /* g+=t1; */
|
H A D | bsaes-armv7.pl | 173 my ($x0,$x1,$y0,$y1,$t0,$t1)=@_; 178 vand $t1, $x1, $y0 180 veor $x1, $t1, $t0 181 veor $x0, $x0, $t1 202 $x2,$x3,$y2,$y3,$t1)=@_; 205 veor $t1, $y2, $y3 207 vand $t1, $t1, $x2 217 veor $x3, $x3, $t1 304 @ Inv_GF16 \t0, \t1, \t2, \t3, \s0, \s1, \s2, \s3 327 # output in s3, s2, s1, t1 329 # Mul_GF16_2 \x0, \x1, \x2, \x3, \x4, \x5, \x6, \x7, \t2, \t3, \t0, \t1, \s0, \s1, \s2, \s3 331 # Mul_GF16_2 \x0, \x1, \x2, \x3, \x4, \x5, \x6, \x7, \s3, \s2, \s1, \t1, \s0, \t0, \t2, \t3 655 my ($a0,$b0,$a1,$b1,$n,$mask,$t0,$t1)=@_; 658 vshr.u64 $t1, $b1, #$n 660 veor $t1, $t1, $a1 662 vand $t1, $t1, $mask 665 veor $a1, $a1, $t1 666 vshl.u64 $t1, $t1, #$n 668 veor $b1, $b1, $t1 674 my ($t0,$t1,$t2,$t3)=@_[8..11]; 677 vmov.i8 $t1,#0x33 @ compose .LBS1 684 &swapmove2x(@x[0,2,1,3],2,$t1,$t2,$t3); 685 &swapmove2x(@x[4,6,5,7],2,$t1,$t2,$t3); 879 # output in lsb > [t0, t1, t4, t6, t3, t7, t2, t5] < msb 912 @ &swapmove2x(@x[4,6,5,7],2,$t1,$t2,$t3);
|
/linux-4.1.27/include/net/netfilter/ |
H A D | nf_conntrack_tuple.h | 123 static inline bool __nf_ct_tuple_src_equal(const struct nf_conntrack_tuple *t1, __nf_ct_tuple_src_equal() argument 126 return (nf_inet_addr_cmp(&t1->src.u3, &t2->src.u3) && __nf_ct_tuple_src_equal() 127 t1->src.u.all == t2->src.u.all && __nf_ct_tuple_src_equal() 128 t1->src.l3num == t2->src.l3num); __nf_ct_tuple_src_equal() 131 static inline bool __nf_ct_tuple_dst_equal(const struct nf_conntrack_tuple *t1, __nf_ct_tuple_dst_equal() argument 134 return (nf_inet_addr_cmp(&t1->dst.u3, &t2->dst.u3) && __nf_ct_tuple_dst_equal() 135 t1->dst.u.all == t2->dst.u.all && __nf_ct_tuple_dst_equal() 136 t1->dst.protonum == t2->dst.protonum); __nf_ct_tuple_dst_equal() 139 static inline bool nf_ct_tuple_equal(const struct nf_conntrack_tuple *t1, nf_ct_tuple_equal() argument 142 return __nf_ct_tuple_src_equal(t1, t2) && nf_ct_tuple_equal() 143 __nf_ct_tuple_dst_equal(t1, t2); nf_ct_tuple_equal() 155 nf_ct_tuple_src_mask_cmp(const struct nf_conntrack_tuple *t1, nf_ct_tuple_src_mask_cmp() argument 162 if ((t1->src.u3.all[count] ^ t2->src.u3.all[count]) & nf_ct_tuple_src_mask_cmp() 167 if ((t1->src.u.all ^ t2->src.u.all) & mask->src.u.all) nf_ct_tuple_src_mask_cmp() 170 if (t1->src.l3num != t2->src.l3num || nf_ct_tuple_src_mask_cmp() 171 t1->dst.protonum != t2->dst.protonum) nf_ct_tuple_src_mask_cmp()
|
/linux-4.1.27/arch/mips/include/asm/mach-malta/ |
H A D | kernel-entry-init.h | 35 * The following code uses the t0, t1, t2 and ra registers without 47 mfc0 t1, CP0_CONFIG 48 andi t1, 0x7 /* CCA */ variable 49 move t2, t1 50 ins t2, t1, 16, 3 variable 69 ins t0, t1, 16, 3 variable 99 mfc0 t1, CP0_CONFIG 100 bgez t1, 9f variable
|
/linux-4.1.27/arch/mips/dec/ |
H A D | int-handler.S | 132 mfc0 t1,CP0_STATUS 137 and t0,t1 # isolate allowed ones 149 PTR_LA t1,cpu_mask_nr_tbl 150 1: lw t2,(t1) 154 addu t1,2*PTRSIZE # delay slot 159 lw a0,(-PTRSIZE)(t1) 178 andi t1,t0,KN02_IRQ_ALL 188 lw t1,IO_REG_SIMR(t2) # get mask: IOASIC simr 191 1: and t0,t1 # mask out allowed ones 198 PTR_LA t1,asic_mask_nr_tbl 199 2: lw t2,(t1) 203 addu t1,2*PTRSIZE # delay slot 208 lw a0,%lo(-PTRSIZE)(t1) 224 li t1,CAUSEF_IP>>CAUSEB_IP # mask 230 li t1,KN02_IRQ_ALL # mask 236 li t1,IO_IRQ_ALL # mask 246 li t1,IO_IRQ_DMA>>IO_INR_DMA # mask 253 1: srlv t3,t1,t2 254 2: xor t1,t3 255 and t3,t0,t1 262 srlv t3,t1,t2 272 lw t1,(t0) 274 addu t1,1 276 sw t1,(t0)
|
/linux-4.1.27/drivers/crypto/vmx/ |
H A D | ghashp8-ppc.pl | 48 my ($zero,$t0,$t1,$t2,$xC2,$H,$Hh,$Hl,$lemask)=map("v$_",(4..12)); 77 vsldoi $t1,$zero,$t0,1 # ...1 80 vor $xC2,$xC2,$t1 # 0xc2....01 81 vspltb $t1,$H,0 # most significant byte 83 vsrab $t1,$t1,$t2 # broadcast carry bit 84 vand $t1,$t1,$xC2 85 vxor $H,$H,$t1 # twisted H 130 vsldoi $t1,$zero,$Xm,8 132 vxor $Xh,$Xh,$t1 137 vsldoi $t1,$Xl,$Xl,8 # 2nd phase 139 vxor $t1,$t1,$Xh 140 vxor $Xl,$Xl,$t1 191 vsldoi $t1,$zero,$Xm,8 193 vxor $Xh,$Xh,$t1 200 vsldoi $t1,$Xl,$Xl,8 # 2nd phase 203 vxor $t1,$t1,$Xh 204 vxor $IN,$IN,$t1 208 vxor $Xl,$Xl,$t1
|
/linux-4.1.27/arch/powerpc/crypto/ |
H A D | aes-spe-keys.S | 44 #define LS_BOX(r, t1, t2) \ 48 lbz t1,8(t2); \ 49 rlwimi r,t1,0,24,31; \ 51 lbz t1,8(t2); \ 52 rlwimi r,t1,8,16,23; \ 54 lbz t1,8(t2); \ 55 rlwimi r,t1,16,8,15; \ 57 lbz t1,8(t2); \ 58 rlwimi r,t1,24,0,7; 60 #define GF8_MUL(out, in, t1, t2) \ 61 lis t1,0x8080; /* multiplication in GF8 */ \ 62 ori t1,t1,0x8080; \ 63 and t1,t1,in; \ 64 srwi t1,t1,7; \ 65 mulli t1,t1,0x1b; \ 70 xor out,t1,t2;
|
H A D | aes-spe-modes.S | 130 #define ENDIAN_SWAP(t0, t1, s0, s1) \ 132 rotrwi t1,s1,8; \ 134 rlwimi t1,s1,8,8,15; \ 136 rlwimi t1,s1,8,24,31;
|
/linux-4.1.27/tools/perf/tests/ |
H A D | thread-mg-share.c | 14 struct thread *t1, *t2, *t3; test__thread_mg_share() local 35 t1 = machine__findnew_thread(machine, 0, 1); test__thread_mg_share() 43 leader && t1 && t2 && t3 && other); test__thread_mg_share() 49 TEST_ASSERT_VAL("map groups don't match", mg == t1->mg); test__thread_mg_share() 70 thread__delete(t1); test__thread_mg_share()
|
/linux-4.1.27/arch/mips/lib/ |
H A D | memset.S | 148 1: ori t1, a2, 0x3f /* # of full blocks */ 149 xori t1, 0x3f 150 beqz t1, .Lmemset_partial\@ /* no block to fill */ 153 PTR_ADDU t1, a0 /* end address */ 158 bne t1, a0, 1b 163 PTR_LA t1, 2f /* where to start */ 168 PTR_SUBU t1, FILLPTRG 172 PTR_SUBU t1, AT 175 jr t1 216 PTR_ADDU t1, a0, a2 220 bne t1, a0, 1b 244 LONG_ADDU a2, t1 252 LONG_ADDU a2, t1 275 LONG_SLL t1, a1, 8 276 or a1, t1 277 LONG_SLL t1, a1, 16 279 or a1, t1 280 LONG_SLL t1, a1, 32 282 or a1, t1
|
H A D | csum_partial.S | 25 #undef t1 29 #define t1 $9 define 162 lw t1, 0x04(src) 165 ADDC(sum, t1) 176 ld t1, 0x08(src) 178 ADDC(sum, t1) 180 CSUM_BIGCHUNK1(src, 0x00, sum, t0, t1, t3, t4) 191 CSUM_BIGCHUNK(src, 0x00, sum, t0, t1, t3, t4) 192 CSUM_BIGCHUNK(src, 0x20, sum, t0, t1, t3, t4) 193 CSUM_BIGCHUNK(src, 0x40, sum, t0, t1, t3, t4) 194 CSUM_BIGCHUNK(src, 0x60, sum, t0, t1, t3, t4) 206 CSUM_BIGCHUNK(src, 0x00, sum, t0, t1, t3, t4) 207 CSUM_BIGCHUNK(src, 0x20, sum, t0, t1, t3, t4) 215 CSUM_BIGCHUNK(src, 0x00, sum, t0, t1, t3, t4) 242 ulw t1, (src) 245 dsll t1, t1, 32 /* clear lower 32bit */ 247 ADDC(sum, t1) 249 1: move t1, zero 254 ulhu t1, (src) 258 sll t1, t1, 16 266 or t1, t2 268 1: ADDC(sum, t1) 478 and t1, dst, ADDRMASK 482 bnez t1, .Ldst_unaligned\@ 497 LOAD(t1, UNIT(1)(src), .Ll_exc_copy\@) 507 ADDC(t0, t1) 508 STORE(t1, UNIT(1)(dst), .Ls_exc\@) 541 LOAD(t1, UNIT(1)(src), .Ll_exc_copy\@) 547 ADDC(t0, t1) 548 STORE(t1, UNIT(1)(dst), .Ls_exc\@) 588 ADD t1, dst, len # t1 is just past last byte of dst 594 STREST(t0, -1(t1), .Ls_exc\@) 604 * t1 = dst & ADDRMASK; T1 > 0 614 SUB t2, t2, t1 # t2 = number of bytes copied 615 xor match, t0, t1 617 SLL t4, t1, 3 # t4 = number of bits to discard 639 LDFIRST(t1, FIRST(1)(src), .Ll_exc_copy\@) 642 LDREST(t1, REST(1)(src), .Ll_exc_copy\@) 652 ADDC(t0, t1) 653 STORE(t1, UNIT(1)(dst), .Ls_exc\@) 770 LOADBU(t1, 0(src), .Ll_exc\@) 772 sb t1, 0(dst) # can't fault -- we're copy_from_user 773 SLLV t1, t1, t2 775 ADDC(sum, t1)
|
H A D | memcpy.S | 167 #undef t1 171 #define t1 $9 define 289 and t1, dst, ADDRMASK 297 bnez t1, .Ldst_unaligned\@ 301 or t0, t0, t1 318 LOAD(t1, UNIT(1)(src), .Ll_exc_copy\@) 325 STORE(t1, UNIT(1)(dst), .Ls_exc_p7u\@) 327 LOAD(t1, UNIT(7)(src), .Ll_exc_copy\@) 335 STORE(t1, UNIT(-1)(dst), .Ls_exc_p1u\@) 353 LOAD( t1, UNIT(1)(src), .Ll_exc_copy\@) 360 STORE(t1, UNIT(1)(dst), .Ls_exc_p3u\@) 398 ADD t1, dst, len # t1 is just past last byte of dst 404 STREST(t0, -1(t1), .Ls_exc\@) 411 * t1 = dst & ADDRMASK; T1 > 0 421 SUB t2, t2, t1 # t2 = number of bytes copied 422 xor match, t0, t1 446 LDFIRST(t1, FIRST(1)(src), .Ll_exc_copy\@) 449 LDREST(t1, REST(1)(src), .Ll_exc_copy\@) 460 STORE(t1, UNIT(1)(dst), .Ls_exc_p3u\@) 551 LOADB(t1, 0(src), .Ll_exc\@) 553 sb t1, 0(dst) # can't fault -- we're copy_from_user 626 ADD t1, a1, a2 628 sltu t1, a0, t1 # dst >= src + len -> memcpy 629 and t0, t1
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | pm.h | 67 /* Get address of static suspend state into t1 */ 69 la t1, mips_static_suspend_state 80 LONG_S k0, SSS_SEGCTL0(t1) 82 LONG_S k0, SSS_SEGCTL1(t1) 84 LONG_S k0, SSS_SEGCTL2(t1) 87 LONG_S sp, SSS_SP(t1) 98 LONG_L k0, SSS_SEGCTL0(t1) 100 LONG_L k0, SSS_SEGCTL1(t1) 102 LONG_L k0, SSS_SEGCTL2(t1) 107 LONG_L sp, SSS_SP(t1) 115 la t1, __wback_cache_all 116 LONG_L t0, 0(t1)
|
H A D | regdef.h | 31 #define t1 $9 macro 82 #define t1 $13 macro
|
H A D | stackframe.h | 393 li t1, ST0_CU0 | STATMASK variable 394 or t0, t1 406 li t1, ST0_CU0 | STATMASK variable 407 or t0, t1 420 li t1, ST0_CU0 | (STATMASK & ~1) variable 426 or t0, t1
|
/linux-4.1.27/arch/mips/include/asm/mach-ath79/ |
H A D | kernel-entry-init.h | 22 li t1, ~CONF_CM_CMASK variable 23 and t0, t1
|
/linux-4.1.27/arch/sparc/lib/ |
H A D | memcpy.S | 17 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ 23 st %t1, [%dst + (offset) + 0x04]; \ 31 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ 41 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ 45 st %t1, [%dst - (offset) - 0x0c]; \ 49 #define MOVE_LASTALIGNCHUNK(src, dst, offset, t0, t1, t2, t3) \ 55 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ 57 ldub [%src - (offset) - 0x01], %t1; \ 59 stb %t1, [%dst - (offset) - 0x01]; 62 #define RMOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ 68 st %t1, [%dst - (offset) - 0x1c]; \ 76 #define RMOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ 86 #define RMOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ 90 st %t1, [%dst + (offset) + 0x04]; \ 94 #define RMOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ 96 ldub [%src + (offset) + 0x01], %t1; \ 98 stb %t1, [%dst + (offset) + 0x01]; 100 #define SMOVE_CHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ 104 srl %t1, shir, %t6; \ 107 sll %t1, shil, %prev; \ 109 srl %t2, shir, %t1; \ 112 or %t1, %prev, %t1; \ 118 #define SMOVE_ALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, prev, shil, shir, offset2) \ 122 srl %t1, shir, %t5; \ 125 sll %t1, shil, %prev; \ 126 or %t5, %t6, %t1; \
|
H A D | copy_user.S | 67 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ 73 st %t1, [%dst + (offset) + 0x04]; \ 81 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ 91 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ 95 st %t1, [%dst - (offset) - 0x0c]; \ 99 #define MOVE_HALFCHUNK(src, dst, offset, t0, t1, t2, t3) \ 101 lduh [%src + (offset) + 0x02], %t1; \ 105 sth %t1, [%dst + (offset) + 0x02]; \ 109 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ 111 ldub [%src - (offset) - 0x01], %t1; \ 113 stb %t1, [%dst - (offset) - 0x01];
|
H A D | checksum_32.S | 18 #define CSUM_BIGCHUNK(buf, offset, sum, t0, t1, t2, t3, t4, t5) \ 22 addxcc t1, sum, sum; \ 30 addxcc t1, sum, sum; 32 #define CSUM_LASTCHUNK(buf, offset, sum, t0, t1, t2, t3) \ 36 addxcc t1, sum, sum; \ 191 #define CSUMCOPY_BIGCHUNK_ALIGNED(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ 196 addxcc t1, sum, sum; \ 213 #define CSUMCOPY_BIGCHUNK(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ 220 st t1, [dst + off + 0x04]; \ 221 addxcc t1, sum, sum; \ 236 #define CSUMCOPY_LASTCHUNK(src, dst, sum, off, t0, t1, t2, t3) \ 241 addxcc t1, sum, sum; \ 242 st t1, [dst - off - 0x04]; \
|
H A D | blockops.S | 26 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3, t4, t5, t6, t7) \
|
/linux-4.1.27/net/netfilter/ |
H A D | nf_conntrack_extend.c | 127 struct nf_ct_ext_type *t1, *t2; update_alloc_size() local 139 t1 = rcu_dereference_protected(nf_ct_ext_types[i], update_alloc_size() 141 if (!t1) update_alloc_size() 144 t1->alloc_size = ALIGN(sizeof(struct nf_ct_ext), t1->align) + update_alloc_size() 145 t1->len; update_alloc_size() 149 if (t2 == NULL || t2 == t1 || update_alloc_size() 153 t1->alloc_size = ALIGN(t1->alloc_size, t2->align) update_alloc_size()
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
H A D | libcfs_time.h | 51 static inline unsigned long cfs_time_sub(unsigned long t1, unsigned long t2) cfs_time_sub() argument 53 return (unsigned long)(t1 - t2); cfs_time_sub() 56 static inline int cfs_time_after(unsigned long t1, unsigned long t2) cfs_time_after() argument 58 return time_before(t2, t1); cfs_time_after() 61 static inline int cfs_time_aftereq(unsigned long t1, unsigned long t2) cfs_time_aftereq() argument 63 return time_before_eq(t2, t1); cfs_time_aftereq()
|
/linux-4.1.27/arch/arm64/crypto/ |
H A D | aes-ce.S | 105 .macro encrypt_block, in, rounds, t0, t1, t2 109 .macro encrypt_block2x, i0, i1, rounds, t0, t1, t2 113 .macro encrypt_block4x, i0, i1, i2, i3, rounds, t0, t1, t2 117 .macro decrypt_block, in, rounds, t0, t1, t2 121 .macro decrypt_block2x, i0, i1, rounds, t0, t1, t2 125 .macro decrypt_block4x, i0, i1, i2, i3, rounds, t0, t1, t2
|
/linux-4.1.27/arch/x86/boot/ |
H A D | tty.c | 122 int t0, t1; getchar_timeout() local 130 t1 = gettime(); getchar_timeout() 131 if (t0 != t1) { getchar_timeout() 133 t0 = t1; getchar_timeout()
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
H A D | octeon-memcpy.S | 105 #undef t1 109 #define t1 $9 define 193 EXC( LOAD t1, UNIT(1)(src), l_exc_copy) 198 EXC( STORE t1, UNIT(1)(dst), s_exc_p15u) 202 EXC( LOAD t1, UNIT(5)(src), l_exc_copy) 206 EXC( STORE t1, UNIT(5)(dst), s_exc_p11u) 212 EXC( LOAD t1, UNIT(-7)(src), l_exc_copy) 216 EXC( STORE t1, UNIT(-7)(dst), s_exc_p7u) 220 EXC( LOAD t1, UNIT(-3)(src), l_exc_copy) 224 EXC( STORE t1, UNIT(-3)(dst), s_exc_p3u) 241 EXC( LOAD t1, UNIT(1)(src), l_exc_copy) 246 EXC( STORE t1, UNIT(1)(dst), s_exc_p7u) 250 EXC( LOAD t1, UNIT(5)(src), l_exc_copy) 254 EXC( STORE t1, UNIT(5)(dst), s_exc_p3u) 268 EXC( LOAD t1, UNIT(1)(src), l_exc_copy) 273 EXC( STORE t1, UNIT(1)(dst), s_exc_p3u) 292 sltu t1, len, 8 295 bnez t1, copy_bytes_checklen 302 sltu t1, len, 8 305 bnez t1, copy_bytes_checklen 330 EXC( LDFIRST t1, FIRST(1)(src), l_exc_copy) 333 EXC( LDREST t1, REST(1)(src), l_exc_copy) 340 EXC( STORE t1, UNIT(1)(dst), s_exc_p3u) 400 EXC( lb t1, 0(src), l_exc) 402 sb t1, 0(dst) # can't fault -- we're copy_from_user 463 ADD t1, a1, a2 465 sltu t1, a0, t1 # dst >= src + len -> memcpy 466 and t0, t1
|
H A D | csrc-octeon.c | 111 u64 t1, t2, t3; sched_clock() local 119 "nor\t%[t1],$0,%[shift]\n\t" sched_clock() 124 "dsllv\t%[t1],%[t2],%[t1]\n\t" sched_clock() 125 "or\t%[rv],%[t1],%[rv]\n\t" sched_clock() 126 : [rv] "=&r" (rv), [t1] "=&r" (t1), [t2] "=&r" (t2), [t3] "=&r" (t3) sched_clock()
|
/linux-4.1.27/drivers/ide/ |
H A D | sis5513.c | 200 u16 t1 = 0; sis_ata16_program_timings() local 206 pci_read_config_word(dev, drive_pci, &t1); sis_ata16_program_timings() 209 t1 &= ~0x070f; sis_ata16_program_timings() 212 t1 &= ~0x8000; /* disable UDMA */ sis_ata16_program_timings() 213 t1 |= mwdma_timings[mode - XFER_MW_DMA_0]; sis_ata16_program_timings() 215 t1 |= pio_timings[mode - XFER_PIO_0]; sis_ata16_program_timings() 217 pci_write_config_word(dev, drive_pci, t1); sis_ata16_program_timings() 223 u8 t1, drive_pci = 0x40 + drive->dn * 2; sis_ata100_program_timings() local 236 t1 = mwdma_timings[mode - XFER_MW_DMA_0]; sis_ata100_program_timings() 238 t1 = pio_timings[mode - XFER_PIO_0]; sis_ata100_program_timings() 240 pci_write_config_byte(dev, drive_pci + 1, t1); sis_ata100_program_timings() 246 u32 t1 = 0; sis_ata133_program_timings() local 249 pci_read_config_dword(dev, drive_pci, &t1); sis_ata133_program_timings() 251 t1 &= 0xc0c00fff; sis_ata133_program_timings() 252 clk = (t1 & 0x08) ? ATA_133 : ATA_100; sis_ata133_program_timings() 254 t1 &= ~0x04; /* disable UDMA */ sis_ata133_program_timings() 258 t1 |= ini_time_value[clk][idx] << 12; sis_ata133_program_timings() 259 t1 |= act_time_value[clk][idx] << 16; sis_ata133_program_timings() 260 t1 |= rco_time_value[clk][idx] << 24; sis_ata133_program_timings() 262 pci_write_config_dword(dev, drive_pci, t1); sis_ata133_program_timings()
|
H A D | qd65xx.c | 301 u16 t1, t2; qd6580_init_dev() local 306 t1 = QD6580_DEF_DATA; qd6580_init_dev() 309 t2 = t1 = hwif->channel ? QD6580_DEF_DATA2 : QD6580_DEF_DATA; qd6580_init_dev() 311 ide_set_drivedata(drive, (void *)((drive->dn & 1) ? t2 : t1)); qd6580_init_dev()
|
H A D | ali14xx.c | 131 printk(KERN_DEBUG "%s: PIO mode%d, t1=%dns, t2=%dns, cycles = %d+%d, %d+%d\n", ali14xx_set_pio_mode()
|
/linux-4.1.27/arch/unicore32/mm/ |
H A D | proc-macros.S | 137 .macro dcacheline_flush, addr, t1, t2 138 mov \t1, \addr << #20 140 add \t2, \t2, \t1 >> #20 141 ldw \t1, [\t2+], #0x0000 142 ldw \t1, [\t2+], #0x1000 143 ldw \t1, [\t2+], #0x2000 144 ldw \t1, [\t2+], #0x3000
|
/linux-4.1.27/drivers/media/v4l2-core/ |
H A D | v4l2-dv-timings.c | 222 * @t1 - compare this v4l2_dv_timings struct... 226 * Compare t1 with t2 with a given margin of error for the pixelclock. 228 bool v4l2_match_dv_timings(const struct v4l2_dv_timings *t1, v4l2_match_dv_timings() argument 232 if (t1->type != t2->type || t1->type != V4L2_DV_BT_656_1120) v4l2_match_dv_timings() 234 if (t1->bt.width == t2->bt.width && v4l2_match_dv_timings() 235 t1->bt.height == t2->bt.height && v4l2_match_dv_timings() 236 t1->bt.interlaced == t2->bt.interlaced && v4l2_match_dv_timings() 237 t1->bt.polarities == t2->bt.polarities && v4l2_match_dv_timings() 238 t1->bt.pixelclock >= t2->bt.pixelclock - pclock_delta && v4l2_match_dv_timings() 239 t1->bt.pixelclock <= t2->bt.pixelclock + pclock_delta && v4l2_match_dv_timings() 240 t1->bt.hfrontporch == t2->bt.hfrontporch && v4l2_match_dv_timings() 241 t1->bt.vfrontporch == t2->bt.vfrontporch && v4l2_match_dv_timings() 242 t1->bt.vsync == t2->bt.vsync && v4l2_match_dv_timings() 243 t1->bt.vbackporch == t2->bt.vbackporch && v4l2_match_dv_timings() 244 (!t1->bt.interlaced || v4l2_match_dv_timings() 245 (t1->bt.il_vfrontporch == t2->bt.il_vfrontporch && v4l2_match_dv_timings() 246 t1->bt.il_vsync == t2->bt.il_vsync && v4l2_match_dv_timings() 247 t1->bt.il_vbackporch == t2->bt.il_vbackporch))) v4l2_match_dv_timings()
|
/linux-4.1.27/arch/powerpc/boot/ |
H A D | div64.S | 80 slw r6,r3,r6 # t1 = count > 31 ? 0 : MSW << (32-count) 83 or r4,r4,r6 # LSW |= t1 94 srw r6,r4,r6 # t1 = count > 31 ? 0 : LSW >> (32-count) 96 or r3,r3,r6 # MSW |= t1 106 slw r6,r3,r6 # t1 = count > 31 ? 0 : MSW << (32-count) 108 or r4,r4,r6 # LSW |= t1
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/linux/ |
H A D | linux-time.h | 126 static inline int cfs_time_before_64(__u64 t1, __u64 t2) cfs_time_before_64() argument 128 return (__s64)t2 - (__s64)t1 > 0; cfs_time_before_64() 131 static inline int cfs_time_beforeq_64(__u64 t1, __u64 t2) cfs_time_beforeq_64() argument 133 return (__s64)t2 - (__s64)t1 >= 0; cfs_time_beforeq_64()
|
/linux-4.1.27/include/linux/ |
H A D | gsmmux.h | 9 unsigned int t1; member in struct:gsm_config
|
H A D | lapb.h | 36 unsigned int t1; member in struct:lapb_parms_struct
|
H A D | pci_hotplug.h | 169 struct hpp_type1 *t1; /* Type1: NULL if not available */ member in struct:hotplug_params
|
/linux-4.1.27/arch/x86/crypto/sha-mb/ |
H A D | sha1_x8_avx2.S | 69 # TRANSPOSE8 r0, r1, r2, r3, r4, r5, r6, r7, t0, t1 70 # "transpose" data in {r0...r7} using temps {t0...t1} 92 .macro TRANSPOSE8 r0 r1 r2 r3 r4 r5 r6 r7 t0 t1 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} 101 vshufps $0x88, \t1, \t0, \t0 # t0 = {d4 c4 b4 a4 d0 c0 b0 a0} 107 vshufps $0x44, \r7, \r6, \t1 # t1 = {h5 h4 g5 g4 h1 h0 g1 g0} 109 vshufps $0xDD, \t1, \r2, \r7 # r7 = {h5 g5 f5 e5 h1 g1 f1 e1} 112 vshufps $0x88, \t1, \r2, \t1 # t1 = {h4 g4 f4 e4 h0 g0 f0 e0} 120 vperm2f128 $0x13, \t0, \t1, \r4 # h4...a4 121 vperm2f128 $0x02, \t0, \t1, \r0 # h0...a0
|
/linux-4.1.27/include/uapi/linux/ |
H A D | ax25.h | 90 unsigned int t1, t1timer; member in struct:ax25_info_struct_deprecated 100 unsigned int t1, t1timer; member in struct:ax25_info_struct
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | entry.S | 1132 t1 = r9 /* temporary register 1 */ define 1147 tlb_lock spc,ptp,pte,t0,t1,dtlb_check_alias_20w 1148 update_accessed ptp,pte,t0,t1 1159 do_alias spc,t0,t1,va,pte,prot,dtlb_fault,20 1173 tlb_lock spc,ptp,pte,t0,t1,nadtlb_check_alias_20w 1174 update_accessed ptp,pte,t0,t1 1185 do_alias spc,t0,t1,va,pte,prot,nadtlb_emulate,20 1201 tlb_lock spc,ptp,pte,t0,t1,dtlb_check_alias_11 1202 update_accessed ptp,pte,t0,t1 1206 mfsp %sr1,t1 /* Save sr1 so we can use it in tlb inserts */ 1212 mtsp t1, %sr1 /* Restore sr1 */ 1219 do_alias spc,t0,t1,va,pte,prot,dtlb_fault,11 1234 tlb_lock spc,ptp,pte,t0,t1,nadtlb_check_alias_11 1235 update_accessed ptp,pte,t0,t1 1239 mfsp %sr1,t1 /* Save sr1 so we can use it in tlb inserts */ 1245 mtsp t1, %sr1 /* Restore sr1 */ 1252 do_alias spc,t0,t1,va,pte,prot,nadtlb_emulate,11 1267 tlb_lock spc,ptp,pte,t0,t1,dtlb_check_alias_20 1268 update_accessed ptp,pte,t0,t1 1272 f_extend pte,t1 1281 do_alias spc,t0,t1,va,pte,prot,dtlb_fault,20 1295 tlb_lock spc,ptp,pte,t0,t1,nadtlb_check_alias_20 1296 update_accessed ptp,pte,t0,t1 1300 f_extend pte,t1 1309 do_alias spc,t0,t1,va,pte,prot,nadtlb_emulate,20 1404 tlb_lock spc,ptp,pte,t0,t1,itlb_fault 1405 update_accessed ptp,pte,t0,t1 1428 tlb_lock spc,ptp,pte,t0,t1,naitlb_check_alias_20w 1429 update_accessed ptp,pte,t0,t1 1440 do_alias spc,t0,t1,va,pte,prot,naitlb_fault,20 1456 tlb_lock spc,ptp,pte,t0,t1,itlb_fault 1457 update_accessed ptp,pte,t0,t1 1461 mfsp %sr1,t1 /* Save sr1 so we can use it in tlb inserts */ 1467 mtsp t1, %sr1 /* Restore sr1 */ 1480 tlb_lock spc,ptp,pte,t0,t1,naitlb_check_alias_11 1481 update_accessed ptp,pte,t0,t1 1485 mfsp %sr1,t1 /* Save sr1 so we can use it in tlb inserts */ 1491 mtsp t1, %sr1 /* Restore sr1 */ 1498 do_alias spc,t0,t1,va,pte,prot,itlb_fault,11 1514 tlb_lock spc,ptp,pte,t0,t1,itlb_fault 1515 update_accessed ptp,pte,t0,t1 1519 f_extend pte,t1 1534 tlb_lock spc,ptp,pte,t0,t1,naitlb_check_alias_20 1535 update_accessed ptp,pte,t0,t1 1539 f_extend pte,t1 1548 do_alias spc,t0,t1,va,pte,prot,naitlb_fault,20 1566 tlb_lock spc,ptp,pte,t0,t1,dbit_fault 1567 update_dirty ptp,pte,t1 1586 tlb_lock spc,ptp,pte,t0,t1,dbit_fault 1587 update_dirty ptp,pte,t1 1591 mfsp %sr1,t1 /* Save sr1 so we can use it in tlb inserts */ 1597 mtsp t1, %sr1 /* Restore sr1 */ 1610 tlb_lock spc,ptp,pte,t0,t1,dbit_fault 1611 update_dirty ptp,pte,t1 1615 f_extend pte,t1
|
/linux-4.1.27/drivers/ata/ |
H A D | pata_sis.c | 230 u8 t1, t2; sis_old_set_piomode() local 238 pci_read_config_byte(pdev, port, &t1); sis_old_set_piomode() 241 t1 &= ~0x0F; /* Clear active/recovery timings */ sis_old_set_piomode() 244 t1 |= active[speed]; sis_old_set_piomode() 247 pci_write_config_byte(pdev, port, t1); sis_old_set_piomode() 292 u32 t1; sis_133_set_piomode() local 313 pci_read_config_dword(pdev, port, &t1); sis_133_set_piomode() 314 t1 &= 0xC0C00FFF; /* Mask out timing */ sis_133_set_piomode() 316 if (t1 & 0x08) /* 100 or 133 ? */ sis_133_set_piomode() 317 t1 |= timing133[speed]; sis_133_set_piomode() 319 t1 |= timing100[speed]; sis_133_set_piomode() 320 pci_write_config_byte(pdev, port, t1); sis_133_set_piomode() 485 u32 t1; sis_133_set_dmamode() local 488 pci_read_config_dword(pdev, port, &t1); sis_133_set_dmamode() 496 t1 &= 0xC0C00FFF; sis_133_set_dmamode() 498 t1 &= ~0x00000004; sis_133_set_dmamode() 499 if (t1 & 0x08) sis_133_set_dmamode() 500 t1 |= timing_u133[speed]; sis_133_set_dmamode() 502 t1 |= timing_u100[speed]; sis_133_set_dmamode() 509 t1 &= ~0x00000FF0; sis_133_set_dmamode() 511 t1 |= 0x00000004; sis_133_set_dmamode() 512 if (t1 & 0x08) sis_133_set_dmamode() 513 t1 |= timing_u133[speed]; sis_133_set_dmamode() 515 t1 |= timing_u100[speed]; sis_133_set_dmamode() 517 pci_write_config_dword(pdev, port, t1); sis_133_set_dmamode() 532 u32 t1; sis_133_mode_filter() local 534 pci_read_config_dword(pdev, port, &t1); sis_133_mode_filter() 536 if (!(t1 & 0x08)) sis_133_mode_filter()
|
H A D | pata_mpc52xx.c | 273 u32 t0, t1, t2_8, t2_16, t2i, t4, ta; mpc52xx_ata_compute_pio_timings() local 279 t1 = CALC_CLKCYC(ipb_period, 1000 * ataspec_t1[pio]); mpc52xx_ata_compute_pio_timings() 287 timing->pio2 = (t4 << 24) | (t1 << 16) | (ta << 8); mpc52xx_ata_compute_pio_timings()
|
H A D | pata_octeon_cf.c | 141 int t1; octeon_cf_set_piomode() local 158 t1 = timing.setup; octeon_cf_set_piomode() 159 if (t1) octeon_cf_set_piomode() 160 t1--; octeon_cf_set_piomode()
|
H A D | pata_samsung_cf.c | 95 int t1 = ata->setup; pata_s3c_setup_timing() local 100 piotime = ((t2i & 0xff) << 12) | ((t2 & 0xff) << 4) | (t1 & 0xf); pata_s3c_setup_timing()
|
H A D | pata_ep93xx.c | 239 unsigned long t1) ep93xx_pata_rw_begin() 242 ep93xx_pata_delay(t1); ep93xx_pata_rw_begin() 238 ep93xx_pata_rw_begin(void __iomem *base, unsigned long addr, unsigned long t1) ep93xx_pata_rw_begin() argument
|
/linux-4.1.27/arch/arm/lib/ |
H A D | uaccess_with_memcpy.c | 220 unsigned long long t0, t1, t2; 241 t1 = sched_clock(); 244 printk("copy_to_user: %d %llu %llu\n", size, t1 - t0, t2 - t1); 250 t1 = sched_clock(); 253 printk("clear_user: %d %llu %llu\n", size, t1 - t0, t2 - t1);
|
/linux-4.1.27/arch/mips/fw/lib/ |
H A D | call_o32.S | 78 PTR_LA t1,6*O32_SZREG(fp) 83 sw t3,(t1) 85 REG_ADDU t1,O32_SZREG
|
/linux-4.1.27/net/bluetooth/ |
H A D | ecc.c | 551 /* t1 = x, t2 = y, t3 = z */ ecc_point_double_jacobian() 564 vli_mod_add(x1, x1, z1, curve_p); /* t1 = x1 + z1^2 */ ecc_point_double_jacobian() 567 vli_mod_mult_fast(x1, x1, z1); /* t1 = x1^2 - z1^4 */ ecc_point_double_jacobian() 570 vli_mod_add(x1, x1, z1, curve_p); /* t1 = 3*(x1^2 - z1^4) */ ecc_point_double_jacobian() 578 /* t1 = 3/2*(x1^2 - z1^4) = B */ ecc_point_double_jacobian() 584 vli_mod_mult_fast(x1, x1, t5); /* t1 = B * (A - x3) */ ecc_point_double_jacobian() 595 u64 t1[NUM_ECC_DIGITS]; apply_z() local 597 vli_mod_square_fast(t1, z); /* z^2 */ apply_z() 598 vli_mod_mult_fast(x1, x1, t1); /* x1 * z^2 */ apply_z() 599 vli_mod_mult_fast(t1, t1, z); /* z^3 */ apply_z() 600 vli_mod_mult_fast(y1, y1, t1); /* y1 * z^3 */ apply_z() 631 /* t1 = X1, t2 = Y1, t3 = X2, t4 = Y2 */ xycz_add() 636 vli_mod_mult_fast(x1, x1, t5); /* t1 = x1*A = B */ xycz_add() 658 /* t1 = X1, t2 = Y1, t3 = X2, t4 = Y2 */ xycz_add_c() 665 vli_mod_mult_fast(x1, x1, t5); /* t1 = x1*A = B */ xycz_add_c()
|
/linux-4.1.27/kernel/ |
H A D | kcmp.c | 47 long t1, t2; kcmp_ptr() local 49 t1 = kptr_obfuscate((long)v1, type); kcmp_ptr() 52 return (t1 < t2) | ((t1 > t2) << 1); kcmp_ptr()
|
H A D | delayacct.c | 87 unsigned long flags, t1; __delayacct_add_tsk() local 105 t1 = tsk->sched_info.pcount; __delayacct_add_tsk() 109 d->cpu_count += t1; __delayacct_add_tsk()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | atomic.h | 198 int t1, t2; atomic_inc_not_zero() local 212 : "=&r" (t1), "=&r" (t2) atomic_inc_not_zero() 216 return t1; atomic_inc_not_zero() 458 long t1, t2; atomic64_inc_not_zero() local 471 : "=&r" (t1), "=&r" (t2) atomic64_inc_not_zero() 475 return t1; atomic64_inc_not_zero()
|
/linux-4.1.27/net/lapb/ |
H A D | lapb_iface.c | 133 lapb->t1 = LAPB_DEFAULT_T1; lapb_create_cb() 209 parms->t1 = lapb->t1 / HZ; lapb_getparms() 243 if (parms->t1 < 1 || parms->t2 < 1 || parms->n2 < 1) lapb_setparms() 258 lapb->t1 = parms->t1 * HZ; lapb_setparms()
|
H A D | lapb_timer.c | 47 lapb->t1timer.expires = jiffies + lapb->t1; lapb_start_t1timer()
|
/linux-4.1.27/drivers/thermal/ |
H A D | imx_thermal.c | 352 int t1, n1; imx_get_sensor_data() local 383 t1 = 25; /* t1 always 25C */ imx_get_sensor_data() 389 * (Nmeas - n1) / (Tmeas - t1) = slope imx_get_sensor_data() 393 * Tmeas = (Nmeas - n1) / slope + t1 imx_get_sensor_data() 394 * milli_Tmeas = 1000 * (Nmeas - n1) / slope + 1000 * t1 imx_get_sensor_data() 395 * milli_Tmeas = -1000 * (n1 - Nmeas) / slope + 1000 * t1 imx_get_sensor_data() 397 * milli_Tmeas = (n1 - Nmeas) * c1 + 1000 * t1 imx_get_sensor_data() 398 * Let constant c2 = n1 *c1 + 1000 * t1 imx_get_sensor_data() 405 data->c2 = n1 * data->c1 + 1000 * t1; imx_get_sensor_data()
|
/linux-4.1.27/arch/mips/include/asm/mach-au1x00/ |
H A D | au1xxx_ide.h | 68 /* Tcsoe = t1 */ 74 /* Tcsw = t1 */ 76 /* Ta = t1+t2 */
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | apb_timer.c | 263 cycle_t t1; apbt_clocksource_register() local 269 t1 = dw_apb_clocksource_read(clocksource_apbt); apbt_clocksource_register() 284 if (t1 == dw_apb_clocksource_read(clocksource_apbt)) apbt_clocksource_register() 371 cycle_t t1, t2; apbt_quick_calibrate() local 397 t1 = __native_read_tsc(); apbt_quick_calibrate() 411 scale = (int)div_u64((t2 - t1), loop >> shift); apbt_quick_calibrate()
|
H A D | tsc.c | 372 u64 t1, t2; tsc_read_refs() local 376 t1 = get_cycles(); tsc_read_refs() 382 if ((t2 - t1) < SMI_TRESHOLD) tsc_read_refs() 443 u64 tsc, t1, t2, delta; pit_calibrate_tsc() local 459 tsc = t1 = t2 = get_cycles(); pit_calibrate_tsc() 488 delta = t2 - t1; pit_calibrate_tsc() 635 * kHz = (t2 - t1) / (I * 256 / PIT_TICK_RATE) / 1000 quick_pit_calibrate() 636 * kHz = ((t2 - t1) * PIT_TICK_RATE) / (I * 256 * 1000) quick_pit_calibrate()
|
H A D | machine_kexec_32.c | 59 "\t1:\n" load_segments()
|
H A D | hpet.c | 757 cycle_t t1; hpet_clocksource_register() local 763 t1 = hpet_readl(HPET_COUNTER); hpet_clocksource_register() 777 if (t1 == hpet_readl(HPET_COUNTER)) { hpet_clocksource_register()
|
/linux-4.1.27/tools/power/cpupower/utils/helpers/ |
H A D | topology.c | 39 static int __compare(const void *t1, const void *t2) __compare() argument 41 struct cpuid_core_info *top1 = (struct cpuid_core_info *)t1; __compare()
|
/linux-4.1.27/drivers/staging/skein/ |
H A D | threefish_block.c | 11 u64 t0 = key_ctx->tweak[0], t1 = key_ctx->tweak[1], threefish_encrypt_256() local 19 b2 += b3 + k2 + t1; threefish_encrypt_256() 40 b1 += k2 + t1; threefish_encrypt_256() 98 b2 += b3 + k0 + t1; threefish_encrypt_256() 120 b1 += k0 + t1; threefish_encrypt_256() 178 b2 += b3 + k3 + t1; threefish_encrypt_256() 199 b1 += k3 + t1; threefish_encrypt_256() 257 b2 += b3 + k1 + t1; threefish_encrypt_256() 279 b1 += k1 + t1; threefish_encrypt_256() 337 b2 += b3 + k4 + t1; threefish_encrypt_256() 358 b1 += k4 + t1; threefish_encrypt_256() 416 b2 += b3 + k2 + t1; threefish_encrypt_256() 438 b1 += k2 + t1; threefish_encrypt_256() 492 output[2] = b2 + k0 + t1; threefish_encrypt_256() 504 u64 t0 = key_ctx->tweak[0], t1 = key_ctx->tweak[1], threefish_decrypt_256() local 511 b2 -= k0 + t1; threefish_decrypt_256() 574 b1 -= k2 + t1; threefish_decrypt_256() 613 b2 -= b3 + k2 + t1; threefish_decrypt_256() 678 b1 -= k4 + t1; threefish_decrypt_256() 716 b2 -= b3 + k4 + t1; threefish_decrypt_256() 781 b1 -= k1 + t1; threefish_decrypt_256() 820 b2 -= b3 + k1 + t1; threefish_decrypt_256() 885 b1 -= k3 + t1; threefish_decrypt_256() 923 b2 -= b3 + k3 + t1; threefish_decrypt_256() 988 b1 -= k0 + t1; threefish_decrypt_256() 1027 b2 -= b3 + k0 + t1; threefish_decrypt_256() 1092 b1 -= k2 + t1; threefish_decrypt_256() 1130 b2 -= b3 + k2 + t1; threefish_decrypt_256() 1151 u64 t0 = key_ctx->tweak[0], t1 = key_ctx->tweak[1], threefish_encrypt_512() local 1167 b6 += b7 + k6 + t1; threefish_encrypt_512() 1214 b5 += k6 + t1; threefish_encrypt_512() 1323 b6 += b7 + k0 + t1; threefish_encrypt_512() 1370 b5 += k0 + t1; threefish_encrypt_512() 1479 b6 += b7 + k3 + t1; threefish_encrypt_512() 1526 b5 += k3 + t1; threefish_encrypt_512() 1635 b6 += b7 + k6 + t1; threefish_encrypt_512() 1682 b5 += k6 + t1; threefish_encrypt_512() 1791 b6 += b7 + k0 + t1; threefish_encrypt_512() 1838 b5 += k0 + t1; threefish_encrypt_512() 1947 b6 += b7 + k3 + t1; threefish_encrypt_512() 1994 b5 += k3 + t1; threefish_encrypt_512() 2096 output[6] = b6 + k6 + t1; threefish_encrypt_512() 2112 u64 t0 = key_ctx->tweak[0], t1 = key_ctx->tweak[1], threefish_decrypt_512() local 2123 b6 -= k6 + t1; threefish_decrypt_512() 2250 b5 -= k3 + t1; threefish_decrypt_512() 2312 b6 -= b7 + k3 + t1; threefish_decrypt_512() 2454 b5 -= k0 + t1; threefish_decrypt_512() 2516 b6 -= b7 + k0 + t1; threefish_decrypt_512() 2658 b5 -= k6 + t1; threefish_decrypt_512() 2720 b6 -= b7 + k6 + t1; threefish_decrypt_512() 2862 b5 -= k3 + t1; threefish_decrypt_512() 2924 b6 -= b7 + k3 + t1; threefish_decrypt_512() 3066 b5 -= k0 + t1; threefish_decrypt_512() 3128 b6 -= b7 + k0 + t1; threefish_decrypt_512() 3270 b5 -= k6 + t1; threefish_decrypt_512() 3332 b6 -= b7 + k6 + t1; threefish_decrypt_512() 3381 u64 t0 = key_ctx->tweak[0], t1 = key_ctx->tweak[1], threefish_encrypt_1024() local 3413 b14 += b15 + k14 + t1; threefish_encrypt_1024() 3512 b13 += k14 + t1; threefish_encrypt_1024() 3725 b14 += b15 + k0 + t1; threefish_encrypt_1024() 3824 b13 += k0 + t1; threefish_encrypt_1024() 4037 b14 += b15 + k3 + t1; threefish_encrypt_1024() 4136 b13 += k3 + t1; threefish_encrypt_1024() 4349 b14 += b15 + k6 + t1; threefish_encrypt_1024() 4448 b13 += k6 + t1; threefish_encrypt_1024() 4661 b14 += b15 + k9 + t1; threefish_encrypt_1024() 4760 b13 += k9 + t1; threefish_encrypt_1024() 4973 b14 += b15 + k12 + t1; threefish_encrypt_1024() 5072 b13 += k12 + t1; threefish_encrypt_1024() 5285 b14 += b15 + k15 + t1; threefish_encrypt_1024() 5384 b13 += k15 + t1; threefish_encrypt_1024() 5502 u64 t0 = key_ctx->tweak[0], t1 = key_ctx->tweak[1], threefish_decrypt_1024() local 5626 b13 -= k15 + t1; threefish_decrypt_1024() 5756 b14 -= b15 + k15 + t1; threefish_decrypt_1024() 6034 b13 -= k12 + t1; threefish_decrypt_1024() 6164 b14 -= b15 + k12 + t1; threefish_decrypt_1024() 6442 b13 -= k9 + t1; threefish_decrypt_1024() 6572 b14 -= b15 + k9 + t1; threefish_decrypt_1024() 6850 b13 -= k6 + t1; threefish_decrypt_1024() 6980 b14 -= b15 + k6 + t1; threefish_decrypt_1024() 7258 b13 -= k3 + t1; threefish_decrypt_1024() 7388 b14 -= b15 + k3 + t1; threefish_decrypt_1024() 7666 b13 -= k0 + t1; threefish_decrypt_1024() 7796 b14 -= b15 + k0 + t1; threefish_decrypt_1024() 8074 b13 -= k14 + t1; threefish_decrypt_1024() 8204 b14 -= b15 + k14 + t1; threefish_decrypt_1024()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
H A D | lpfc_bsg.h | 157 * struct temp t1; 158 * value = bsg_bf_get(example_bit_field, &t1); 160 * bsg_bf_set(example_bit_field, &t1, 2); 162 * bsg_bf_set(example_bit_field, &t1, 0);
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
H A D | time.c | 29 unsigned char timer_count, t1; get_ns_in_jiffie() local 38 t1 = *R_TIMER0_DATA; get_ns_in_jiffie() 40 if (timer_count != t1){ get_ns_in_jiffie() 43 timer_count = t1; get_ns_in_jiffie()
|
H A D | fasttimer.c | 121 inline int fasttime_cmp(struct fasttime_t *t0, struct fasttime_t *t1) fasttime_cmp() argument 124 if (time_before(t0->tv_jiff, t1->tv_jiff)) fasttime_cmp() 126 else if (time_after(t0->tv_jiff, t1->tv_jiff)) fasttime_cmp() 130 if (t0->tv_usec < t1->tv_usec) fasttime_cmp() 132 else if (t0->tv_usec > t1->tv_usec) fasttime_cmp() 461 D1(printk("t1 stop!\n")); timer1_handler()
|
/linux-4.1.27/fs/jfs/ |
H A D | jfs_dmap.h | 189 struct dmaptree t1; member in union:dmtree 194 #define dmt_nleafs t1.nleafs 195 #define dmt_l2nleafs t1.l2nleafs 196 #define dmt_leafidx t1.leafidx 197 #define dmt_height t1.height 198 #define dmt_budmin t1.budmin 199 #define dmt_stree t1.stree
|
/linux-4.1.27/drivers/input/gameport/ |
H A D | gameport.c | 85 u64 t1, t2, t3; gameport_measure_speed() local 95 t1 = ktime_get_ns(); gameport_measure_speed() 102 t = (t2 - t1) - (t3 - t2); gameport_measure_speed() 118 unsigned int i, t, t1, t2, t3, tx; old_gameport_measure_speed() local 128 GET_TIME(t1); old_gameport_measure_speed() 134 if ((t = DELTA(t2,t1) - DELTA(t3,t2)) < tx) tx = t; old_gameport_measure_speed() 143 unsigned long tx, t1, t2, flags; old_gameport_measure_speed() 152 rdtscl(t1); old_gameport_measure_speed() 157 if (t2 - t1 < tx) tx = t2 - t1; old_gameport_measure_speed()
|
/linux-4.1.27/arch/mips/kvm/ |
H A D | locore.S | 173 INT_ADDIU t1, k1, VCPU_GUEST_KERNEL_ASID /* (BD) */ 174 INT_ADDIU t1, k1, VCPU_GUEST_USER_ASID /* else user */ 176 /* t1: contains the base of the ASID array, need to get the cpu id */ 179 REG_ADDU t3, t1, t2 311 PTR_LI t1, ~0x2ff 313 and t0, t0, t1 492 INT_ADDIU t1, k1, VCPU_GUEST_KERNEL_ASID /* (BD) */ 493 INT_ADDIU t1, k1, VCPU_GUEST_USER_ASID /* else user */ 495 /* t1: contains the base of the ASID array, need to get the cpu id */ 498 REG_ADDU t3, t1, t2
|
/linux-4.1.27/drivers/gpio/ |
H A D | gpio-viperboard.c | 52 u8 t1; member in struct:vprbrd_gpioa_msg 105 gamsg->t1 = 0x00; vprbrd_gpioa_get() 158 gamsg->t1 = 0x00; vprbrd_gpioa_set() 196 gamsg->t1 = 0x00; vprbrd_gpioa_direction_input() 238 gamsg->t1 = 0x00; vprbrd_gpioa_direction_output()
|
/linux-4.1.27/Documentation/ptp/ |
H A D | testptp.c | 183 int64_t t1, t2, tp; main() local 497 t1 = pctns(pct+2*i); main() 500 interval = t2 - t1; main() 501 offset = (t2 + t1) / 2 - tp; main()
|
/linux-4.1.27/net/ipv6/ |
H A D | tcp_ipv6.c | 739 struct tcphdr *t1; tcp_v6_send_response() local 762 t1 = (struct tcphdr *) skb_push(buff, tot_len); tcp_v6_send_response() 766 memset(t1, 0, sizeof(*t1)); tcp_v6_send_response() 767 t1->dest = th->source; tcp_v6_send_response() 768 t1->source = th->dest; tcp_v6_send_response() 769 t1->doff = tot_len / 4; tcp_v6_send_response() 770 t1->seq = htonl(seq); tcp_v6_send_response() 771 t1->ack_seq = htonl(ack); tcp_v6_send_response() 772 t1->ack = !rst || !th->ack; tcp_v6_send_response() 773 t1->rst = rst; tcp_v6_send_response() 774 t1->window = htons(win); tcp_v6_send_response() 776 topt = (__be32 *)(t1 + 1); tcp_v6_send_response() 791 &ipv6_hdr(skb)->daddr, t1); tcp_v6_send_response() 811 fl6.fl6_dport = t1->dest; tcp_v6_send_response() 812 fl6.fl6_sport = t1->source; tcp_v6_send_response()
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | smpboot.c | 220 unsigned long tcenter, t0, t1, tm; get_delta() local 229 t1 = ia64_get_itc(); get_delta() 231 if (t1 - t0 < best_t1 - best_t0) get_delta() 232 best_t0 = t0, best_t1 = t1, best_tm = tm; get_delta() 261 * t1 <--- 265 * and t1. If we achieve this, the clocks are synchronized provided the interconnect 268 * roundtrip latency (t0 - t1).
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
H A D | net2272.c | 1189 u8 t1, t2; registers_show() local 1218 t1 = net2272_read(dev, DMAREQ); registers_show() 1220 t1, ep_name[(t1 & 0x01) + 1], registers_show() 1221 t1 & (1 << DMA_CONTROL_DACK) ? "dack " : "", registers_show() 1222 t1 & (1 << DMA_REQUEST_ENABLE) ? "reqenb " : "", registers_show() 1223 t1 & (1 << DMA_REQUEST) ? "req " : "", registers_show() 1224 t1 & (1 << DMA_BUFFER_VALID) ? "valid " : ""); registers_show() 1229 t1 = net2272_read(dev, USBCTL1); registers_show() 1230 if (t1 & (1 << VBUS_PIN)) { registers_show() 1231 if (t1 & (1 << USB_HIGH_SPEED)) registers_show() 1241 net2272_read(dev, USBCTL0), t1, registers_show() 1254 t1 = net2272_ep_read(ep, EP_CFG); registers_show() 1259 ep->ep.name, t1, t2, registers_show() 1278 t1 & 0x0f, registers_show() 1280 type_string(t1 >> 5), registers_show() 1293 t1 = net2272_ep_read(ep, EP_BUFF_STATES) & 0x03; registers_show() 1297 buf_state_string(t1), registers_show()
|
H A D | net2280.c | 1524 u32 t1, t2; registers_show() local 1555 t1 = readl(&dev->usb->usbctl); registers_show() 1557 if (t1 & BIT(VBUS_PIN)) { registers_show() 1570 readl(&dev->usb->stdrsp), t1, t2, registers_show() 1587 t1 = readl(&ep->cfg->ep_cfg); registers_show() 1592 ep->ep.name, t1, t2, registers_show() 1618 t1 & 0x0f, DIR_STRING(t1), registers_show() 1619 type_string(t1 >> 8), registers_show()
|
/linux-4.1.27/drivers/usb/host/ |
H A D | ehci-hub.c | 191 u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; ehci_adjust_port_wakeup_flags() local 192 u32 t2 = t1 & ~PORT_WAKE_BITS; ehci_adjust_port_wakeup_flags() 198 if (t1 & PORT_CONNECT) ehci_adjust_port_wakeup_flags() 269 u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; ehci_bus_suspend() local 270 u32 t2 = t1 & ~PORT_WAKE_BITS; ehci_bus_suspend() 273 if (t1 & PORT_OWNER) ehci_bus_suspend() 275 else if ((t1 & PORT_PE) && !(t1 & PORT_SUSPEND)) { ehci_bus_suspend() 287 if (t1 & PORT_CONNECT) ehci_bus_suspend() 293 if (t1 != t2) { ehci_bus_suspend()
|
H A D | xhci-hub.c | 1145 u32 t1, t2; xhci_bus_suspend() local 1148 t1 = readl(port_array[port_index]); xhci_bus_suspend() 1149 t2 = xhci_port_state_to_neutral(t1); xhci_bus_suspend() 1151 if ((t1 & PORT_PE) && !(t1 & PORT_PLS_MASK)) { xhci_bus_suspend() 1169 if (t1 & PORT_CONNECT) { xhci_bus_suspend() 1179 t1 = xhci_port_state_to_neutral(t1); xhci_bus_suspend() 1180 if (t1 != t2) xhci_bus_suspend()
|
H A D | ohci-hub.c | 611 #define tick_before(t1,t2) ((s16)(((s16)(t1))-((s16)(t2))) < 0)
|
H A D | xhci.c | 874 u32 t1, t2; xhci_disable_port_wake_on_bits() local 882 t1 = readl(port_array[port_index]); xhci_disable_port_wake_on_bits() 883 t1 = xhci_port_state_to_neutral(t1); xhci_disable_port_wake_on_bits() 884 t2 = t1 & ~PORT_WAKE_BITS; xhci_disable_port_wake_on_bits() 885 if (t1 != t2) xhci_disable_port_wake_on_bits() 893 t1 = readl(port_array[port_index]); xhci_disable_port_wake_on_bits() 894 t1 = xhci_port_state_to_neutral(t1); xhci_disable_port_wake_on_bits() 895 t2 = t1 & ~PORT_WAKE_BITS; xhci_disable_port_wake_on_bits() 896 if (t1 != t2) xhci_disable_port_wake_on_bits()
|
/linux-4.1.27/arch/openrisc/kernel/ |
H A D | entry.S | 31 #define DISABLE_INTERRUPTS(t1,t2) \ 33 l.movhi t1,hi(~(SPR_SR_IEE|SPR_SR_TEE)) ;\ 34 l.ori t1,t1,lo(~(SPR_SR_IEE|SPR_SR_TEE)) ;\ 35 l.and t2,t2,t1 ;\ 38 #define ENABLE_INTERRUPTS(t1) \ 39 l.mfspr t1,r0,SPR_SR ;\ 40 l.ori t1,t1,lo(SPR_SR_IEE|SPR_SR_TEE) ;\ 41 l.mtspr r0,t1,SPR_SR
|
H A D | head.S | 118 #define GET_CURRENT_PGD(reg,t1) \ 120 tophys (t1,reg) ;\ 121 l.lwz reg,0(t1)
|
/linux-4.1.27/drivers/tty/ |
H A D | n_gsm.c | 141 struct timer_list t1; /* Retransmit timer for SABM and UA */ member in struct:gsm_dlci 259 int t1, t2; /* Timers in 1/100th of a sec */ member in struct:gsm_mux 1428 del_timer(&dlci->t1); gsm_dlci_close() 1453 del_timer(&dlci->t1); gsm_dlci_open() 1482 mod_timer(&dlci->t1, jiffies + gsm->t1 * HZ / 100); gsm_dlci_t1() 1490 mod_timer(&dlci->t1, jiffies + gsm->t1 * HZ / 100); gsm_dlci_t1() 1515 mod_timer(&dlci->t1, jiffies + gsm->t1 * HZ / 100); gsm_dlci_begin_open() 1537 mod_timer(&dlci->t1, jiffies + gsm->t1 * HZ / 100); gsm_dlci_begin_close() 1653 init_timer(&dlci->t1); gsm_dlci_alloc() 1654 dlci->t1.function = gsm_dlci_t1; gsm_dlci_alloc() 1655 dlci->t1.data = (unsigned long)dlci; gsm_dlci_alloc() 1682 del_timer_sync(&dlci->t1); gsm_dlci_free() 2185 gsm->t1 = T1; gsm_alloc_mux() 2520 if (c->t1 != 0 && c->t1 != gsm->t1) gsmld_config() 2564 if (c->t1) gsmld_config() 2565 gsm->t1 = c->t1; gsmld_config() 2590 c.t1 = gsm->t1; gsmld_ioctl()
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
H A D | ipath_stats.c | 56 unsigned long t0, t1; ipath_snap_cntr() local 79 t1 = jiffies; ipath_snap_cntr() 80 if (time_before(t0 + HZ, t1) && val == -1) { ipath_snap_cntr()
|
/linux-4.1.27/arch/tile/kernel/ |
H A D | hvglue_trace.c | 152 #define __HV_DECL1(t1, a1) t1 a1 161 #define __HV_PASS1(t1, a1) a1
|
/linux-4.1.27/net/ax25/ |
H A D | af_ax25.c | 402 ax25->t1 = ax25_ctl.arg * HZ; ax25_ctl_ioctl() 453 ax25->t1 = msecs_to_jiffies(ax25_dev->values[AX25_VALUES_T1]); ax25_fillin_cb_from_dev() 487 ax25->t1 = msecs_to_jiffies(AX25_DEF_T1); ax25_fillin_cb() 579 ax25->t1 = opt * HZ; ax25_setsockopt() 709 val = ax25->t1 / HZ; ax25_getsockopt() 924 ax25->t1 = oax25->t1; ax25_make_new() 1772 ax25_info.t1 = ax25->t1 / HZ; ax25_ioctl() 1881 * magic dev src_addr dest_addr,digi1,digi2,.. st vs vr va t1 t1 t2 t2 t3 t3 idle idle n2 n2 rtt window paclen Snd-Q Rcv-Q inode ax25_info_show() 1900 ax25_display_timer(&ax25->t1timer) / HZ, ax25->t1 / HZ, ax25_info_show()
|
H A D | ax25_subr.c | 242 ax25->t1 = t * ax25->rtt; ax25_calculate_t1() 254 ax25->rtt = (9 * ax25->rtt + ax25->t1 - ax25_display_timer(&ax25->t1timer)) / 10; ax25_calculate_rtt()
|
H A D | ax25_timer.c | 59 mod_timer(&ax25->t1timer, jiffies + ax25->t1); ax25_start_t1timer()
|
/linux-4.1.27/arch/sparc/mm/ |
H A D | tsunami.S | 86 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3) \
|
/linux-4.1.27/arch/mips/sibyte/common/ |
H A D | sb_tbprof.c | 217 /* t0 lo, t0 hi, t1 lo, t1 hi, t2 lo, t2 hi */ sbprof_tb_intr() 223 /* read t1 hi */ sbprof_tb_intr() 225 /* read t1 lo */ sbprof_tb_intr()
|
/linux-4.1.27/arch/metag/include/asm/ |
H A D | io.h | 93 asm volatile("SETL [%0],%1,%t1" __raw_writeq()
|
/linux-4.1.27/net/netrom/ |
H A D | af_netrom.c | 319 nr->t1 = opt * HZ; nr_setsockopt() 370 val = nr->t1 / HZ; nr_getsockopt() 453 nr->t1 = nr_create() 503 nr->t1 = onr->t1; nr_make_new() 995 if (timeout * HZ < nr_make->t1) nr_rx_frame() 996 nr_make->t1 = timeout * HZ; nr_rx_frame() 1287 "user_addr dest_node src_node dev my your st vs vr va t1 t2 t4 idle n2 wnd Snd-Q Rcv-Q inode\n"); nr_info_show() 1314 nr->t1 / HZ, nr_info_show()
|
H A D | nr_timer.c | 56 mod_timer(&nr->t1timer, jiffies + nr->t1); nr_start_t1timer()
|
H A D | nr_subr.c | 159 timeout = nr->t1 / HZ; nr_write_internal()
|
/linux-4.1.27/tools/power/cpupower/debug/kernel/ |
H A D | cpufreq-test_tsc.c | 91 printk(KERN_DEBUG "t1: %08u t2: %08u diff_pmtmr: %08u diff_tsc: %016llu\n", then, now, diff, diff_tsc); cpufreq_test_tsc()
|
/linux-4.1.27/drivers/nfc/st21nfcb/ |
H A D | ndlc.c | 111 /* start timer t1 for ndlc aknowledge */ llt_ndlc_send_queue() 170 /* start timer t1 for ndlc aknowledge */ llt_ndlc_rcv_queue()
|
/linux-4.1.27/drivers/power/ |
H A D | rx51_battery.c | 69 * TEMP = (1/(t1 + 1/298) - 273.15) 70 * Where t1 = (1/B) * ln((RAW_ADC_U * 2.5)/(R * I * 255))
|
/linux-4.1.27/arch/arc/include/asm/ |
H A D | arcregs.h | 274 unsigned int pad2:15, rtsc:1, pad1:6, t1:1, t0:1, ver:8; member in struct:bcr_timer 276 unsigned int ver:8, t0:1, t1:1, pad1:6, rtsc:1, pad2:15;
|
/linux-4.1.27/drivers/net/fddi/skfp/ |
H A D | hwmtm.c | 1944 struct s_smt_fp_txd volatile *t1 ; mac_drv_clear_txd() local 1955 t1 = queue->tx_curr_get ; mac_drv_clear_txd() 1962 DRV_BUF_FLUSH(t1,DDI_DMA_SYNC_FORCPU) ; mac_drv_clear_txd() 1963 DB_TX("check OWN/EOF bit of TxD 0x%x",t1,0,5) ; mac_drv_clear_txd() 1964 tbctrl = le32_to_cpu(CR_READ(t1->txd_tbctrl)); mac_drv_clear_txd() 1970 t1 = t1->txd_next ; mac_drv_clear_txd() 1974 t1 = queue->tx_curr_get ; mac_drv_clear_txd() 1976 tbctrl = le32_to_cpu(t1->txd_tbctrl) ; mac_drv_clear_txd() 1978 (union s_fp_descr volatile *) t1, mac_drv_clear_txd() 1981 t2 = t1 ; mac_drv_clear_txd() 1982 t1 = t1->txd_next ; mac_drv_clear_txd() 1999 queue->tx_curr_get = t1 ; mac_drv_clear_txd()
|
/linux-4.1.27/drivers/hwmon/ |
H A D | nct7802.c | 72 unsigned int t1, t2 = 0; nct7802_read_temp() local 78 err = regmap_read(data->regmap, reg_temp, &t1); nct7802_read_temp() 81 t1 <<= 8; nct7802_read_temp() 87 t1 |= t2 & 0xe0; nct7802_read_temp() 88 *temp = (s16)t1 / 32 * 125; nct7802_read_temp()
|
/linux-4.1.27/drivers/pci/ |
H A D | pci-acpi.c | 88 hpx->t1 = &hpx->type1_data; decode_type1_hpx_record() 89 hpx->t1->revision = revision; decode_type1_hpx_record() 90 hpx->t1->max_mem_read = fields[2].integer.value; decode_type1_hpx_record() 91 hpx->t1->avg_max_split = fields[3].integer.value; decode_type1_hpx_record() 92 hpx->t1->tot_max_split = fields[4].integer.value; decode_type1_hpx_record()
|
/linux-4.1.27/drivers/input/joystick/ |
H A D | analog.c | 394 u64 t1, t2, t3; analog_calibrate_timer() local 401 t1 = get_time(); analog_calibrate_timer() 410 port->speed = delta(t1, t2) - delta(t2, t3); analog_calibrate_timer() 417 t1 = get_time(); analog_calibrate_timer() 425 t = delta(t1, t2) - delta(t2, t3); analog_calibrate_timer()
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
H A D | lgs8gxx.c | 377 u8 t1, t2; lgs8gxx_autolock_gi() local 386 lgs8gxx_read_reg(priv, 0x0C, &t1); lgs8gxx_autolock_gi() 388 t1 &= ~(GI_MASK); lgs8gxx_autolock_gi() 389 t1 |= gi; lgs8gxx_autolock_gi() 392 lgs8gxx_write_reg(priv, 0x0C, t1); lgs8gxx_autolock_gi()
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
H A D | fasttimer.c | 111 inline int fasttime_cmp(struct fasttime_t *t0, struct fasttime_t *t1) fasttime_cmp() argument 114 if (time_before(t0->tv_jiff, t1->tv_jiff)) fasttime_cmp() 116 else if (time_after(t0->tv_jiff, t1->tv_jiff)) fasttime_cmp() 120 if (t0->tv_usec < t1->tv_usec) fasttime_cmp() 122 else if (t0->tv_usec > t1->tv_usec) fasttime_cmp()
|
/linux-4.1.27/net/rose/ |
H A D | af_rose.c | 392 rose->t1 = opt * HZ; rose_setsockopt() 451 val = rose->t1 / HZ; rose_getsockopt() 543 rose->t1 = msecs_to_jiffies(sysctl_rose_call_request_timeout); rose_create() 588 rose->t1 = orose->t1; rose_make_new() 1400 "dest_addr dest_call src_addr src_call dev lci neigh st vs vr va t t1 t2 t3 hb idle Snd-Q Rcv-Q inode\n"); rose_info_show() 1434 rose->t1 / HZ, rose_info_show()
|
H A D | rose_timer.c | 54 rose->timer.expires = jiffies + rose->t1; rose_start_t1timer()
|
/linux-4.1.27/kernel/sched/ |
H A D | debug.c | 658 u64 t0, t1; proc_sched_show_task() local 661 t1 = cpu_clock(this_cpu); proc_sched_show_task() 663 "clock-delta", (long long)(t1-t0)); proc_sched_show_task()
|
/linux-4.1.27/drivers/scsi/bfa/ |
H A D | bfa_port.c | 31 __be32 t0, t1; bfa_port_stats_swap() local 37 t1 = dip[i + 1]; bfa_port_stats_swap() 40 dip[i + 1] = be32_to_cpu(t1); bfa_port_stats_swap() 42 dip[i] = be32_to_cpu(t1); bfa_port_stats_swap()
|
/linux-4.1.27/drivers/rapidio/devices/ |
H A D | tsi721_dma.c | 354 bd_ptr->t1.bufptr_lo = cpu_to_le32( tsi721_desc_fill_init() 356 bd_ptr->t1.bufptr_hi = cpu_to_le32((u64)sg_dma_address(sg) >> 32); tsi721_desc_fill_init() 357 bd_ptr->t1.s_dist = 0; tsi721_desc_fill_init() 358 bd_ptr->t1.s_size = 0; tsi721_desc_fill_init()
|
/linux-4.1.27/drivers/s390/cio/ |
H A D | chsc.h | 183 u64 t1; member in struct:chsc_brinfo_resume_token
|
/linux-4.1.27/include/net/ |
H A D | lapb.h | 91 unsigned short t1, t2; member in struct:lapb_cb
|
H A D | netrom.h | 72 unsigned long t1, t2, t4, idle; member in struct:nr_sock
|
H A D | rose.h | 138 unsigned long t1, t2, t3, hb, idle; member in struct:rose_sock
|
H A D | ax25.h | 237 unsigned long t1, t2, t3, idle, rtt; member in struct:ax25_cb
|
/linux-4.1.27/arch/parisc/lib/ |
H A D | memcpy.c | 282 register unsigned long src, dst, t1, t2, t3; pa_memcpy_internal() local 299 t1 = (src ^ dst); pa_memcpy_internal() 300 if (unlikely(t1 & (sizeof(double)-1))) pa_memcpy_internal() 406 if (likely((t1 & (sizeof(unsigned int)-1)) == 0)) { pa_memcpy_internal()
|
/linux-4.1.27/net/wireless/ |
H A D | chan.c | 558 unsigned int t1 = 0, t2 = 0; cfg80211_chandef_dfs_cac_time() local 567 t1 = cfg80211_get_chans_dfs_cac_time(wiphy, cfg80211_chandef_dfs_cac_time() 572 return t1; cfg80211_chandef_dfs_cac_time() 578 return max(t1, t2); cfg80211_chandef_dfs_cac_time()
|
/linux-4.1.27/drivers/mfd/ |
H A D | da9052-core.c | 316 * TBAT = (1/(t1+1/298) - 273) * 1000 mC 317 * where t1 = (1/B)* ln(( ADCval * 2.5)/(R25*ITBAT*255))
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | misc_32.S | 635 slw r6,r3,r6 # t1 = count > 31 ? 0 : MSW << (32-count) 638 or r4,r4,r6 # LSW |= t1 648 srw r6,r4,r6 # t1 = count > 31 ? 0 : LSW >> (32-count) 650 or r3,r3,r6 # MSW |= t1 659 slw r6,r3,r6 # t1 = count > 31 ? 0 : MSW << (32-count) 661 or r4,r4,r6 # LSW |= t1
|
/linux-4.1.27/drivers/net/hamradio/ |
H A D | dmascc.c | 312 t1[MAX_NUM_DEVS]; dmascc_init() local 362 t1[i] = dmascc_init() 379 outb((TMR_0_HZ / HZ * 10) & 0xFF, t1[i]); dmascc_init() 380 outb((TMR_0_HZ / HZ * 10) >> 8, t1[i]); dmascc_init() 398 inb(t1[i]) + (inb(t1[i]) << 8); dmascc_init()
|
/linux-4.1.27/sound/soc/codecs/ |
H A D | tlv320dac33.c | 1156 unsigned long long t0, t1, t_now; dac33_dai_delay() local 1168 t1 = dac33->t_stamp2; dac33_dai_delay() 1173 if (!t1) dac33_dai_delay() 1176 if (t0 > t1) { dac33_dai_delay() 1190 } else if ((t_now - t1) <= dac33->mode1_us_burst) { dac33_dai_delay() 1200 time_delta = t_now - t1; dac33_dai_delay()
|
H A D | wm8350.c | 980 unsigned int t1, t2, K, Nmod; fll_factors() local 1000 t1 = output * (1 << (fll_div->div + 1)); fll_factors() 1003 fll_div->n = t1 / t2; fll_factors() 1004 Nmod = t1 % t2; fll_factors()
|
/linux-4.1.27/drivers/firmware/efi/libstub/ |
H A D | efi-stub-helper.c | 635 goto t1; efi_utf16_to_utf8() 645 t1: efi_utf16_to_utf8()
|
/linux-4.1.27/arch/arc/kernel/ |
H A D | setup.c | 185 IS_AVAIL1(cpu->timers.t1, "Timer1 "), arc_cpu_mumbojumbo() 254 if (!cpu->timers.t1) arc_chk_core_config()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_eeprom.h | 207 /* 4 idle, t1, t2, b (4 bits per setting) */
|
H A D | ar9003_eeprom.c | 83 /* 4 idle,t1,t2,b(4 bits per setting) */ 300 /* 4 idle,t1,t2,b (4 bits per setting) */ 661 /* 4 idle,t1,t2,b(4 bits per setting) */ 878 /* 4 idle,t1,t2,b (4 bits per setting) */ 1240 /* 4 idle,t1,t2,b(4 bits per setting) */ 1457 /* 4 idle,t1,t2,b (4 bits per setting) */ 1819 /* 4 idle,t1,t2,b(4 bits per setting) */ 2036 /* 4 idle,t1,t2,b (4 bits per setting) */ 2397 /* 4 idle,t1,t2,b(4 bits per setting) */ 2614 /* 4 idle,t1,t2,b (4 bits per setting) */ 4738 int f[8], t[8], t1[3], t2[3], i; ar9003_hw_power_control_override() local 4774 t1[0] = eep->base_ext1.tempslopextension[3]; ar9003_hw_power_control_override() 4779 t1[1] = eep->base_ext1.tempslopextension[0]; ar9003_hw_power_control_override() 4784 t1[2] = eep->base_ext1.tempslopextension[6]; ar9003_hw_power_control_override() 4791 f, t1, 3); ar9003_hw_power_control_override()
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | smp_64.c | 167 unsigned long tcenter, t0, t1, tm; get_delta() local 178 t1 = tick_ops->get_tick(); get_delta() 180 if (t1 - t0 < best_t1 - best_t0) get_delta() 181 best_t0 = t0, best_t1 = t1, best_tm = tm; get_delta()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | r600_dpm.c | 221 u32 t1; r600_calculate_at() local 227 t1 = (t * (k - 100)); r600_calculate_at() 228 a = (1000 * (100 * h + t1)) / (10000 + (t1 / 100)); r600_calculate_at()
|
/linux-4.1.27/arch/arm/mach-iop32x/ |
H A D | iq31244.c | 180 printk("\t1/ specify \"force_ep80219\" on the kernel" iq31244_pci_init()
|
/linux-4.1.27/scripts/kconfig/ |
H A D | expr.c | 985 static int expr_compare_type(enum expr_type t1, enum expr_type t2) expr_compare_type() argument 987 if (t1 == t2) expr_compare_type() 989 switch (t1) { expr_compare_type() 1009 printf("[%dgt%d?]", t1, t2); expr_compare_type()
|
/linux-4.1.27/drivers/atm/ |
H A D | zatm.c | 1188 unsigned long t0,t1,t2; zatm_init() local 1244 t1 = zpeekl(zatm_dev,uPD98401_TSR); zatm_init() 1249 while (t0 > t1 || t1 > t2); /* loop if wrapping ... */ zatm_init() 1250 zatm_dev->khz = t2-2*t1+t0; zatm_init()
|
/linux-4.1.27/drivers/thermal/ti-soc-thermal/ |
H A D | ti-bandgap.c | 1058 int t1, t2, interval, ret = 0; ti_bandgap_get_trend() local 1087 ret = ti_bandgap_adc_to_mcelsius(bgp, temp1, &t1); ti_bandgap_get_trend() 1104 *trend = (t1 - t2) / interval; ti_bandgap_get_trend() 1106 dev_dbg(bgp->dev, "The temperatures are t1 = %d and t2 = %d and trend =%d\n", ti_bandgap_get_trend() 1107 t1, t2, *trend); ti_bandgap_get_trend()
|
/linux-4.1.27/drivers/usb/misc/sisusbvga/ |
H A D | sisusb.c | 1488 u32 t0, t1, t2, t3; sisusb_getbuswidth() local 1513 ret |= READL(ramptr + 4, &t1); sisusb_getbuswidth() 1522 if ((t1 == 0x456789ab) && (t0 == 0x01234567)) { sisusb_getbuswidth() 1527 if ((t1 != 0x456789ab) || (t0 != 0x01234567)) { sisusb_getbuswidth() 1538 ret |= READL(ramptr + 4, &t1); sisusb_getbuswidth() 1540 if (t1 != 0xcdef0123) { sisusb_getbuswidth() 1552 if (t1 == 0x456789ab) { sisusb_getbuswidth() 1578 ret |= READL(ramptr + 4, &t1); sisusb_getbuswidth() 1580 if (t1 == 0x456789ab) { sisusb_getbuswidth()
|
/linux-4.1.27/drivers/media/pci/zoran/ |
H A D | zoran_device.c | 197 unsigned long t0, t1; detect_guest_activity() local 215 t1 = get_time(); detect_guest_activity() 216 change[j][0] = (t1 - t0); detect_guest_activity() 217 t0 = t1; detect_guest_activity()
|
/linux-4.1.27/include/drm/ |
H A D | drm_edid.h | 40 u8 t1; member in struct:est_timings
|
/linux-4.1.27/tools/perf/ |
H A D | builtin-stat.c | 628 unsigned long long t0, t1; __run_perf_stat() local 729 t1 = rdclock(); 731 update_stats(&walltime_nsecs_stats, t1 - t0);
|
/linux-4.1.27/drivers/net/wan/ |
H A D | farsync.h | 286 * Range for long haul t1 > 655ft
|
/linux-4.1.27/drivers/gpu/drm/i2c/ |
H A D | ch7006_drv.c | 544 "\t\t\t1 -> Select default video modes.\n"
|
/linux-4.1.27/drivers/watchdog/ |
H A D | octeon-wdt-main.c | 309 "a4", "a5", "a6", "a7", "t0", "t1", "t2", "t3",
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
H A D | qla_tmpl.c | 256 "%s: rdio t1 [%lx]\n", __func__, *len); qla27xx_fwdt_entry_t256() 270 "%s: wrio t1 [%lx]\n", __func__, *len); qla27xx_fwdt_entry_t257()
|
/linux-4.1.27/arch/metag/lib/ |
H A D | usercopy.c | 1246 " SETL [%2],%1,%t1\n" __put_user_asm_l() 1248 " SETL [%2],%1,%t1\n" __put_user_asm_l()
|