/linux-4.4.14/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.4.14/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.4.14/arch/mips/kernel/ |
H A D | r4k_switch.S | 41 mfc0 t1, CP0_STATUS 42 LONG_S t1, THREAD_STATUS(a0) 60 set_saved_sp t0, t1, t2 61 mfc0 t1, CP0_STATUS /* Do we really need this? */ 63 and t1, a3 67 or a2, t1 83 fpu_save_double a0 t0 t1 # clobbers t1 95 fpu_restore_double a0 t0 t1 # clobbers t1 137 li t1, ST0_CU1 138 or t0, t1 144 li t1, -1 # SNaN 150 dmtc1 t1, $f1 151 dmtc1 t1, $f3 152 dmtc1 t1, $f5 153 dmtc1 t1, $f7 154 dmtc1 t1, $f9 155 dmtc1 t1, $f11 156 dmtc1 t1, $f13 157 dmtc1 t1, $f15 158 dmtc1 t1, $f17 159 dmtc1 t1, $f19 160 dmtc1 t1, $f21 161 dmtc1 t1, $f23 162 dmtc1 t1, $f25 163 dmtc1 t1, $f27 164 dmtc1 t1, $f29 165 dmtc1 t1, $f31 170 mtc1 t1, $f0 171 mtc1 t1, $f1 172 mtc1 t1, $f2 173 mtc1 t1, $f3 174 mtc1 t1, $f4 175 mtc1 t1, $f5 176 mtc1 t1, $f6 177 mtc1 t1, $f7 178 mtc1 t1, $f8 179 mtc1 t1, $f9 180 mtc1 t1, $f10 181 mtc1 t1, $f11 182 mtc1 t1, $f12 183 mtc1 t1, $f13 184 mtc1 t1, $f14 185 mtc1 t1, $f15 186 mtc1 t1, $f16 187 mtc1 t1, $f17 188 mtc1 t1, $f18 189 mtc1 t1, $f19 190 mtc1 t1, $f20 191 mtc1 t1, $f21 192 mtc1 t1, $f22 193 mtc1 t1, $f23 194 mtc1 t1, $f24 195 mtc1 t1, $f25 196 mtc1 t1, $f26 197 mtc1 t1, $f27 198 mtc1 t1, $f28 199 mtc1 t1, $f29 200 mtc1 t1, $f30 201 mtc1 t1, $f31 210 mthc1 t1, $f0 211 mthc1 t1, $f1 212 mthc1 t1, $f2 213 mthc1 t1, $f3 214 mthc1 t1, $f4 215 mthc1 t1, $f5 216 mthc1 t1, $f6 217 mthc1 t1, $f7 218 mthc1 t1, $f8 219 mthc1 t1, $f9 220 mthc1 t1, $f10 221 mthc1 t1, $f11 222 mthc1 t1, $f12 223 mthc1 t1, $f13 224 mthc1 t1, $f14 225 mthc1 t1, $f15 226 mthc1 t1, $f16 227 mthc1 t1, $f17 228 mthc1 t1, $f18 229 mthc1 t1, $f19 230 mthc1 t1, $f20 231 mthc1 t1, $f21 232 mthc1 t1, $f22 233 mthc1 t1, $f23 234 mthc1 t1, $f24 235 mthc1 t1, $f25 236 mthc1 t1, $f26 237 mthc1 t1, $f27 238 mthc1 t1, $f28 239 mthc1 t1, $f29 240 mthc1 t1, $f30 241 mthc1 t1, $f31 246 dmtc1 t1, $f0 247 dmtc1 t1, $f2 248 dmtc1 t1, $f4 249 dmtc1 t1, $f6 250 dmtc1 t1, $f8 251 dmtc1 t1, $f10 252 dmtc1 t1, $f12 253 dmtc1 t1, $f14 254 dmtc1 t1, $f16 255 dmtc1 t1, $f18 256 dmtc1 t1, $f20 257 dmtc1 t1, $f22 258 dmtc1 t1, $f24 259 dmtc1 t1, $f26 260 dmtc1 t1, $f28 261 dmtc1 t1, $f30
|
H A D | cps-vec.S | 111 li t1, 2 112 sllv t0, t1, t0 115 _EXT t1, v0, MIPS_CONF1_IS_SHF, MIPS_CONF1_IS_SZ 116 xori t2, t1, 0x7 119 addiu t1, t1, 1 120 sllv t1, t3, t1 121 1: /* At this point t1 == I-cache sets per way */ 124 mul t1, t1, t0 125 mul t1, t1, t2 128 PTR_ADD a1, a0, t1 138 li t1, 2 139 sllv t0, t1, t0 142 _EXT t1, v0, MIPS_CONF1_DS_SHF, MIPS_CONF1_DS_SZ 143 xori t2, t1, 0x7 146 addiu t1, t1, 1 147 sllv t1, t3, t1 148 1: /* At this point t1 == D-cache sets per way */ 151 mul t1, t1, t0 152 mul t1, t1, t2 155 PTR_ADDU a1, a0, t1 204 PTR_L t1, VPEBOOTCFG_PC(v0) 207 jr t1 267 PTR_LA t1, 1f 268 jr.hb t1 298 sll t1, ta1, VPECONF0_XTC_SHIFT 299 or t0, t0, t1 333 li t1, COREBOOTCFG_SIZE 334 mul t0, t0, t1 335 PTR_LA t1, mips_cps_core_bootcfg 336 PTR_L t1, 0(t1) 337 PTR_ADDU t0, t0, t1 345 mfc0 t1, CP0_MVPCONF0 346 srl t1, t1, MVPCONF0_PVPE_SHIFT 347 andi t1, t1, MVPCONF0_PVPE >> MVPCONF0_PVPE_SHIFT 348 addiu t1, t1, 1 351 clz t1, t1 353 subu t1, t2, t1 355 sll t1, t2, t1 356 addiu t1, t1, -1 360 and t9, t9, t1 364 li t1, VPEBOOTCFG_SIZE 365 mul v0, t9, t1 382 PTR_LA t1, 1f 383 jr.hb t1 385 1: mfc0 t1, CP0_MVPCONTROL 386 ori t1, t1, MVPCONTROL_VPC 387 mtc0 t1, CP0_MVPCONTROL 419 lw t1, VPEBOOTCFG_PC(t0) 420 mttc0 t1, CP0_TCRESTART 423 lw t1, VPEBOOTCFG_SP(t0) 424 mttgpr t1, sp 427 lw t1, VPEBOOTCFG_GP(t0) 428 mttgpr t1, gp 440 li t1, ~TCSTATUS_IXMT 441 and t0, t0, t1 460 mfc0 t1, CP0_MVPCONTROL 461 xori t1, t1, MVPCONTROL_VPC 462 mtc0 t1, CP0_MVPCONTROL 508 psstate t1 516 psstate t1
|
H A D | octeon_switch.S | 26 mfc0 t1, CP0_STATUS 27 LONG_S t1, THREAD_STATUS(a0) 41 li t1, -32768 /* Base address of CVMSEG */ 46 LONG_L t8, 0(t1) /* Load from CVMSEG */ 48 LONG_L t9, LONGSIZE(t1)/* Load from CVMSEG */ 49 LONG_ADDU t1, LONGSIZE*2 /* Increment loc in CVMSEG */ 77 set_saved_sp t0, t1, t2 79 mfc0 t1, CP0_STATUS /* Do we really need this? */ 81 and t1, a3 85 or a2, t1 103 dmfc2 t1, 0x0202 106 sd t1, OCTEON_CP2_CRC_LENGTH(a0) 113 dmfc2 t1, 0x040A 117 sd t1, OCTEON_CP2_LLM_DAT+8(a0) 122 dmfc2 t1, 0x0080 127 sd t1, OCTEON_CP2_3DES_KEY(a0) 128 dmfc2 t1, 0x0111 /* only necessary for pass 1 */ 135 sd t1, OCTEON_CP2_AES_INP0(a0) /* only necessary for pass 1 */ 136 dmfc2 t1, 0x0105 143 sd t1, OCTEON_CP2_AES_KEY+8(a0) 144 dmfc2 t1, 0x0100 151 sd t1, OCTEON_CP2_AES_RESULT(a0) 157 dmfc2 t1, 0x0240 163 sd t1, OCTEON_CP2_HSH_DATW(a0) 164 dmfc2 t1, 0x0244 171 sd t1, OCTEON_CP2_HSH_DATW+32(a0) 172 dmfc2 t1, 0x0248 179 sd t1, OCTEON_CP2_HSH_DATW+64(a0) 180 dmfc2 t1, 0x024C 187 sd t1, OCTEON_CP2_HSH_DATW+96(a0) 188 dmfc2 t1, 0x0251 195 sd t1, OCTEON_CP2_HSH_IVW+8(a0) 196 dmfc2 t1, 0x0255 203 sd t1, OCTEON_CP2_HSH_IVW+40(a0) 204 dmfc2 t1, 0x0259 211 sd t1, OCTEON_CP2_GFM_MULT+8(a0) 218 dmfc2 t1, 0x0050 220 sd t1, OCTEON_CP2_SHA3+8(a0) 228 dmfc2 t1, 0x0042 234 sd t1, OCTEON_CP2_HSH_DATW+16(a0) 235 dmfc2 t1, 0x0046 242 sd t1, OCTEON_CP2_HSH_DATW+48(a0) 267 ld t1, OCTEON_CP2_CRC_LENGTH(a0) 272 dmtc2 t1, 0x1202 278 ld t1, OCTEON_CP2_LLM_DAT+8(a0) 280 dmtc2 t1, 0x040A 288 ld t1, OCTEON_CP2_3DES_KEY(a0) 292 dmtc2 t1, 0x0080 293 ld t1, OCTEON_CP2_3DES_RESULT(a0) 298 dmtc2 t1, 0x0098 299 ld t1, OCTEON_CP2_AES_IV+8(a0) 304 dmtc2 t1, 0x0103 305 ld t1, OCTEON_CP2_AES_KEY+16(a0) 310 dmtc2 t1, 0x0106 311 ld t1, OCTEON_CP2_AES_RESULT(a0) 317 dmtc2 t1, 0x0100 323 ld t1, OCTEON_CP2_HSH_DATW+8(a0) 327 dmtc2 t1, 0x0041 328 ld t1, OCTEON_CP2_HSH_DATW+32(a0) 333 dmtc2 t1, 0x0044 334 ld t1, OCTEON_CP2_HSH_IVW(a0) 339 dmtc2 t1, 0x0048 348 ld t1, OCTEON_CP2_HSH_DATW+16(a0) 353 dmtc2 t1, 0x0242 354 ld t1, OCTEON_CP2_HSH_DATW+40(a0) 359 dmtc2 t1, 0x0245 360 ld t1, OCTEON_CP2_HSH_DATW+64(a0) 365 dmtc2 t1, 0x0248 366 ld t1, OCTEON_CP2_HSH_DATW+88(a0) 371 dmtc2 t1, 0x024B 372 ld t1, OCTEON_CP2_HSH_DATW+112(a0) 377 dmtc2 t1, 0x024E 378 ld t1, OCTEON_CP2_HSH_IVW+16(a0) 383 dmtc2 t1, 0x0252 384 ld t1, OCTEON_CP2_HSH_IVW+40(a0) 389 dmtc2 t1, 0x0255 390 ld t1, OCTEON_CP2_GFM_MULT(a0) 395 dmtc2 t1, 0x0258 396 ld t1, OCTEON_CP2_GFM_RESULT(a0) 401 dmtc2 t1, 0x025A 406 ld t1, OCTEON_CP2_SHA3+8(a0) 408 dmtc2 t1, 0x0050
|
H A D | r2300_switch.S | 38 mfc0 t1, CP0_STATUS 39 sw t1, THREAD_STATUS(a0) 56 addiu t1, $28, _THREAD_SIZE - 32 57 sw t1, kernelsp 59 mfc0 t1, CP0_STATUS /* Do we really need this? */ 61 and t1, a3 65 or a2, t1 75 fpu_save_single a0, t1 # clobbers t1 83 fpu_restore_single a0, t1 # clobbers t1 100 li t1, ST0_CU1 101 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 | head.S | 101 li t1, 0xd00dfeed 103 li t1, 0xedfe0dd0 106 bne t1, t2, not_found 115 PTR_LA t1, __bss_stop - LONGSIZE 119 bne t0, t1, 1b 132 set_saved_sp sp, t0, t1
|
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 | 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() 321 uasm_i_mfc0(pp, t1, 25, (perf_counter * 2) + 1); /* PerfCntN */ cps_gen_flush_fsb() 324 uasm_il_beqz(pp, pr, t1, lbl); cps_gen_flush_fsb() 342 uasm_i_ll(pp, t1, 0, r_addr); cps_gen_set_top_bit() 343 uasm_i_or(pp, t1, t1, t0); cps_gen_set_top_bit() 344 uasm_i_sc(pp, t1, 0, r_addr); cps_gen_set_top_bit() 345 uasm_il_beqz(pp, pr, t1, lbl); cps_gen_set_top_bit() 409 uasm_i_ll(&p, t1, 0, r_nc_count); cps_gen_entry_code() 410 uasm_i_addiu(&p, t2, t1, 1); cps_gen_entry_code() 413 uasm_i_addiu(&p, t1, t1, 1); cps_gen_entry_code() 422 uasm_il_beq(&p, &r, t1, r_online, lbl_disable_coherence); cps_gen_entry_code() 432 uasm_i_addiu(&p, t1, zero, -1); cps_gen_entry_code() 437 uasm_i_yield(&p, zero, t1); cps_gen_entry_code() 510 uasm_i_addiu(&p, t1, zero, cpc_cmd); cps_gen_entry_code() 511 uasm_i_sw(&p, t1, 0, t0); cps_gen_entry_code() 570 uasm_i_ll(&p, t1, 0, r_nc_count); cps_gen_entry_code() 571 uasm_i_addiu(&p, t2, t1, -1); cps_gen_entry_code() 574 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 85 li t1, _TIF_WORK_SYSCALL_ENTRY 87 and t0, t1, t0 98 ld t1, PT_R2(sp) # syscall number 100 sd t1, PT_R0(sp) # save it for syscall restarting 126 subu t1, v0, __NR_O32_Linux 128 bnez t1, 1f /* __NR_syscall at offset 0 */ 194 dsll t1, t0, 3 196 ld t2, sys32_call_table(t1) # syscall routine
|
H A D | scall64-64.S | 43 ld t1, PT_EPC(sp) # skip syscall on return 44 daddiu t1, 4 # skip to next instruction 45 sd t1, PT_EPC(sp) 50 li t1, _TIF_WORK_SYSCALL_ENTRY 52 and t0, t1, t0 73 ld t1, PT_R2(sp) # syscall number 75 sd t1, PT_R0(sp) # save it for syscall restarting
|
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 63 ld t1, PT_R2(sp) # syscall number 65 sd t1, PT_R0(sp) # save it for syscall restarting
|
H A D | scall32-o32.S | 36 lw t1, PT_EPC(sp) # skip syscall on return 39 addiu t1, 4 # skip to next instruction 40 sw t1, PT_EPC(sp) 88 li t1, _TIF_WORK_SYSCALL_ENTRY 89 and t0, t1 96 la t1, sys_call_table 97 addu t1, t0 98 lw t2, (t1) # syscall routine 109 lw t1, PT_R2(sp) # syscall number 111 sw t1, PT_R0(sp) # save it for syscall restarting 191 sll t1, t0, 2 193 lw t2, sys_call_table(t1) # syscall routine
|
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 | 50 cfc1 t1, fcr31 104 EX sw t1, 0(a1) 119 EX lw t1, 0(a1) 169 ctc1 t1, fcr31 189 PTR_LA t1, 0f 190 PTR_ADDU t0, t0, t1
|
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.4.14/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.4.14/arch/x86/crypto/ |
H A D | poly1305-sse2-x86_64.S | 40 #define t1 %xmm3 define 86 movd h1,t1 90 punpcklqdq t1,h01 95 movd 0x00(m),t1 98 punpcklqdq t2,t1 99 pand mask,t1 100 paddd t1,h01 102 movd 0x06(m),t1 104 psrld $4,t1 106 punpcklqdq t2,t1 107 pand mask,t1 108 paddd t1,h23 113 movd %eax,t1 114 pshufd $0xc4,t1,t1 115 paddd t1,h44 117 # t1[0] = h0 * r0 + h2 * s3 118 # t1[1] = h1 * s4 + h3 * s2 119 movd r0,t1 121 punpcklqdq t2,t1 122 pmuludq h01,t1 127 paddq t2,t1 145 # d0 = t1[0] + t1[1] + t3[0] 147 movdqa t1,t4 149 punpckhqdq t2,t1 150 paddq t4,t1 151 paddq t3,t1 152 movq t1,d0 153 psrldq $8,t1 154 movq t1,d1 156 # t1[0] = h0 * r2 + h2 * r0 157 # t1[1] = h1 * r1 + h3 * s4 158 movd r2,t1 160 punpcklqdq t2,t1 161 pmuludq h01,t1 166 paddq t2,t1 184 # d2 = t1[0] + t1[1] + t3[0] 186 movdqa t1,t4 188 punpckhqdq t2,t1 189 paddq t4,t1 190 paddq t3,t1 191 movq t1,d2 192 psrldq $8,t1 193 movq t1,d3 195 # t1[0] = h0 * r4 + h2 * r2 196 # t1[1] = h1 * r3 + h3 * r1 197 movd r4,t1 199 punpcklqdq t2,t1 200 pmuludq h01,t1 205 paddq t2,t1 209 # d4 = t1[0] + t1[1] + t3[0] 210 movdqa t1,t4 212 paddq t4,t1 213 paddq t3,t1 214 movq t1,d4 320 movd r0,t1 321 punpcklqdq t1,ru0 325 movd r1,t1 326 punpcklqdq t1,ru1 333 movd r2,t1 334 punpcklqdq t1,ru2 341 movd r3,t1 342 punpcklqdq t1,ru3 349 movd r4,t1 350 punpcklqdq t1,ru4 358 movd 0x10(m),t1 359 punpcklqdq t1,hc0 361 movd h0,t1 362 paddd t1,hc0 365 movd 0x13(m),t1 366 punpcklqdq t1,hc1 369 movd h1,t1 370 paddd t1,hc1 373 movd 0x16(m),t1 374 punpcklqdq t1,hc2 377 movd h2,t1 378 paddd t1,hc2 381 movd 0x19(m),t1 382 punpcklqdq t1,hc3 385 movd h3,t1 386 paddd t1,hc3 389 movd 0x1c(m),t1 390 punpcklqdq t1,hc4 393 movd h4,t1 394 paddd t1,hc4 396 # t1 = [ hc0[1] * r0, hc0[0] * u0 ] 397 movdqa ru0,t1 398 pmuludq hc0,t1 399 # t1 += [ hc1[1] * s4, hc1[0] * v4 ] 402 paddq t2,t1 403 # t1 += [ hc2[1] * s3, hc2[0] * v3 ] 406 paddq t2,t1 407 # t1 += [ hc3[1] * s2, hc3[0] * v2 ] 410 paddq t2,t1 411 # t1 += [ hc4[1] * s1, hc4[0] * v1 ] 414 paddq t2,t1 415 # d0 = t1[0] + t1[1] 416 movdqa t1,t2 418 paddq t2,t1 419 movq t1,d0 421 # t1 = [ hc0[1] * r1, hc0[0] * u1 ] 422 movdqa ru1,t1 423 pmuludq hc0,t1 424 # t1 += [ hc1[1] * r0, hc1[0] * u0 ] 427 paddq t2,t1 428 # t1 += [ hc2[1] * s4, hc2[0] * v4 ] 431 paddq t2,t1 432 # t1 += [ hc3[1] * s3, hc3[0] * v3 ] 435 paddq t2,t1 436 # t1 += [ hc4[1] * s2, hc4[0] * v2 ] 439 paddq t2,t1 440 # d1 = t1[0] + t1[1] 441 movdqa t1,t2 443 paddq t2,t1 444 movq t1,d1 446 # t1 = [ hc0[1] * r2, hc0[0] * u2 ] 447 movdqa ru2,t1 448 pmuludq hc0,t1 449 # t1 += [ hc1[1] * r1, hc1[0] * u1 ] 452 paddq t2,t1 453 # t1 += [ hc2[1] * r0, hc2[0] * u0 ] 456 paddq t2,t1 457 # t1 += [ hc3[1] * s4, hc3[0] * v4 ] 460 paddq t2,t1 461 # t1 += [ hc4[1] * s3, hc4[0] * v3 ] 464 paddq t2,t1 465 # d2 = t1[0] + t1[1] 466 movdqa t1,t2 468 paddq t2,t1 469 movq t1,d2 471 # t1 = [ hc0[1] * r3, hc0[0] * u3 ] 472 movdqa ru3,t1 473 pmuludq hc0,t1 474 # t1 += [ hc1[1] * r2, hc1[0] * u2 ] 477 paddq t2,t1 478 # t1 += [ hc2[1] * r1, hc2[0] * u1 ] 481 paddq t2,t1 482 # t1 += [ hc3[1] * r0, hc3[0] * u0 ] 485 paddq t2,t1 486 # t1 += [ hc4[1] * s4, hc4[0] * v4 ] 489 paddq t2,t1 490 # d3 = t1[0] + t1[1] 491 movdqa t1,t2 493 paddq t2,t1 494 movq t1,d3 496 # t1 = [ hc0[1] * r4, hc0[0] * u4 ] 497 movdqa ru4,t1 498 pmuludq hc0,t1 499 # t1 += [ hc1[1] * r3, hc1[0] * u3 ] 502 paddq t2,t1 503 # t1 += [ hc2[1] * r2, hc2[0] * u2 ] 506 paddq t2,t1 507 # t1 += [ hc3[1] * r1, hc3[0] * u1 ] 510 paddq t2,t1 511 # t1 += [ hc4[1] * r0, hc4[0] * u0 ] 514 paddq t2,t1 515 # d4 = t1[0] + t1[1] 516 movdqa t1,t2 518 paddq t2,t1 519 movq t1,d4
|
H A D | poly1305-avx2-x86_64.S | 60 #define t1 %ymm5 define 103 vpunpcklqdq t1,ruwy0,ruwy0 106 vpunpcklqdq t2,t1,t1 107 vperm2i128 $0x20,t1,ruwy0,ruwy0 112 vpunpcklqdq t1,ruwy1,ruwy1 115 vpunpcklqdq t2,t1,t1 116 vperm2i128 $0x20,t1,ruwy1,ruwy1 123 vpunpcklqdq t1,ruwy2,ruwy2 126 vpunpcklqdq t2,t1,t1 127 vperm2i128 $0x20,t1,ruwy2,ruwy2 134 vpunpcklqdq t1,ruwy3,ruwy3 137 vpunpcklqdq t2,t1,t1 138 vperm2i128 $0x20,t1,ruwy3,ruwy3 145 vpunpcklqdq t1,ruwy4,ruwy4 148 vpunpcklqdq t2,t1,t1 149 vperm2i128 $0x20,t1,ruwy4,ruwy4 158 vpunpcklqdq t1,hc0,hc0 161 vpunpcklqdq t2,t1,t1 162 vperm2i128 $0x20,t1,hc0,hc0 165 vpaddd t1,hc0,hc0 170 vpunpcklqdq t1,hc1,hc1 173 vpunpcklqdq t2,t1,t1 174 vperm2i128 $0x20,t1,hc1,hc1 178 vpaddd t1,hc1,hc1 183 vpunpcklqdq t1,hc2,hc2 186 vpunpcklqdq t2,t1,t1 187 vperm2i128 $0x20,t1,hc2,hc2 191 vpaddd t1,hc2,hc2 196 vpunpcklqdq t1,hc3,hc3 199 vpunpcklqdq t2,t1,t1 200 vperm2i128 $0x20,t1,hc3,hc3 204 vpaddd t1,hc3,hc3 209 vpunpcklqdq t1,hc4,hc4 212 vpunpcklqdq t2,t1,t1 213 vperm2i128 $0x20,t1,hc4,hc4 217 vpaddd t1,hc4,hc4 219 # t1 = [ hc0[3] * r0, hc0[2] * u0, hc0[1] * w0, hc0[0] * y0 ] 220 vpmuludq hc0,ruwy0,t1 221 # t1 += [ hc1[3] * s4, hc1[2] * v4, hc1[1] * x4, hc1[0] * z4 ] 223 vpaddq t2,t1,t1 224 # t1 += [ hc2[3] * s3, hc2[2] * v3, hc2[1] * x3, hc2[0] * z3 ] 226 vpaddq t2,t1,t1 227 # t1 += [ hc3[3] * s2, hc3[2] * v2, hc3[1] * x2, hc3[0] * z2 ] 229 vpaddq t2,t1,t1 230 # t1 += [ hc4[3] * s1, hc4[2] * v1, hc4[1] * x1, hc4[0] * z1 ] 232 vpaddq t2,t1,t1 233 # d0 = t1[0] + t1[1] + t[2] + t[3] 234 vpermq $0xee,t1,t2 235 vpaddq t2,t1,t1 236 vpsrldq $8,t1,t2 237 vpaddq t2,t1,t1 240 # t1 = [ hc0[3] * r1, hc0[2] * u1,hc0[1] * w1, hc0[0] * y1 ] 241 vpmuludq hc0,ruwy1,t1 242 # t1 += [ hc1[3] * r0, hc1[2] * u0, hc1[1] * w0, hc1[0] * y0 ] 244 vpaddq t2,t1,t1 245 # t1 += [ hc2[3] * s4, hc2[2] * v4, hc2[1] * x4, hc2[0] * z4 ] 247 vpaddq t2,t1,t1 248 # t1 += [ hc3[3] * s3, hc3[2] * v3, hc3[1] * x3, hc3[0] * z3 ] 250 vpaddq t2,t1,t1 251 # t1 += [ hc4[3] * s2, hc4[2] * v2, hc4[1] * x2, hc4[0] * z2 ] 253 vpaddq t2,t1,t1 254 # d1 = t1[0] + t1[1] + t1[3] + t1[4] 255 vpermq $0xee,t1,t2 256 vpaddq t2,t1,t1 257 vpsrldq $8,t1,t2 258 vpaddq t2,t1,t1 261 # t1 = [ hc0[3] * r2, hc0[2] * u2, hc0[1] * w2, hc0[0] * y2 ] 262 vpmuludq hc0,ruwy2,t1 263 # t1 += [ hc1[3] * r1, hc1[2] * u1, hc1[1] * w1, hc1[0] * y1 ] 265 vpaddq t2,t1,t1 266 # t1 += [ hc2[3] * r0, hc2[2] * u0, hc2[1] * w0, hc2[0] * y0 ] 268 vpaddq t2,t1,t1 269 # t1 += [ hc3[3] * s4, hc3[2] * v4, hc3[1] * x4, hc3[0] * z4 ] 271 vpaddq t2,t1,t1 272 # t1 += [ hc4[3] * s3, hc4[2] * v3, hc4[1] * x3, hc4[0] * z3 ] 274 vpaddq t2,t1,t1 275 # d2 = t1[0] + t1[1] + t1[2] + t1[3] 276 vpermq $0xee,t1,t2 277 vpaddq t2,t1,t1 278 vpsrldq $8,t1,t2 279 vpaddq t2,t1,t1 282 # t1 = [ hc0[3] * r3, hc0[2] * u3, hc0[1] * w3, hc0[0] * y3 ] 283 vpmuludq hc0,ruwy3,t1 284 # t1 += [ hc1[3] * r2, hc1[2] * u2, hc1[1] * w2, hc1[0] * y2 ] 286 vpaddq t2,t1,t1 287 # t1 += [ hc2[3] * r1, hc2[2] * u1, hc2[1] * w1, hc2[0] * y1 ] 289 vpaddq t2,t1,t1 290 # t1 += [ hc3[3] * r0, hc3[2] * u0, hc3[1] * w0, hc3[0] * y0 ] 292 vpaddq t2,t1,t1 293 # t1 += [ hc4[3] * s4, hc4[2] * v4, hc4[1] * x4, hc4[0] * z4 ] 295 vpaddq t2,t1,t1 296 # d3 = t1[0] + t1[1] + t1[2] + t1[3] 297 vpermq $0xee,t1,t2 298 vpaddq t2,t1,t1 299 vpsrldq $8,t1,t2 300 vpaddq t2,t1,t1 303 # t1 = [ hc0[3] * r4, hc0[2] * u4, hc0[1] * w4, hc0[0] * y4 ] 304 vpmuludq hc0,ruwy4,t1 305 # t1 += [ hc1[3] * r3, hc1[2] * u3, hc1[1] * w3, hc1[0] * y3 ] 307 vpaddq t2,t1,t1 308 # t1 += [ hc2[3] * r2, hc2[2] * u2, hc2[1] * w2, hc2[0] * y2 ] 310 vpaddq t2,t1,t1 311 # t1 += [ hc3[3] * r1, hc3[2] * u1, hc3[1] * w1, hc3[0] * y1 ] 313 vpaddq t2,t1,t1 314 # t1 += [ hc4[3] * r0, hc4[2] * u0, hc4[1] * w0, hc4[0] * y0 ] 316 vpaddq t2,t1,t1 317 # d4 = t1[0] + t1[1] + t1[2] + t1[3] 318 vpermq $0xee,t1,t2 319 vpaddq t2,t1,t1 320 vpsrldq $8,t1,t2 321 vpaddq t2,t1,t1
|
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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/arch/arm/crypto/ |
H A D | sha512-armv4.pl | 67 $t1="r10"; 92 mov $t1,$Ehi,lsr#14 96 eor $t1,$t1,$Elo,lsl#18 99 eor $t1,$t1,$Ehi,lsr#18 101 eor $t1,$t1,$Elo,lsl#14 103 eor $t1,$t1,$Elo,lsr#9 105 eor $t1,$t1,$Ehi,lsl#23 @ Sigma1(e) 108 adc $Thi,$Thi,$t1 @ T += Sigma1(e) 109 ldr $t1,[sp,#$Foff+4] @ f.hi 117 eor $t1,$t1,$t3 121 and $t1,$t1,$Ehi 125 eor $t1,$t1,$t3 @ Ch(e,f,g) 130 adc $Thi,$Thi,$t1 @ T += Ch(e,f,g) 149 mov $t1,$Ahi,lsr#28 151 eor $t1,$t1,$Alo,lsl#4 153 eor $t1,$t1,$Alo,lsr#2 155 eor $t1,$t1,$Ahi,lsl#30 157 eor $t1,$t1,$Alo,lsr#7 159 eor $t1,$t1,$Ahi,lsl#25 @ Sigma0(a) 162 adc $Thi,$Thi,$t1 @ T += Sigma0(a) 164 ldr $t1,[sp,#$Boff+4] @ b.hi 168 and $t3,$Ahi,$t1 169 orr $Ahi,$Ahi,$t1 289 ldr $t1, [$ctx,#$Goff+$hi] 294 str $t1, [sp,#$Goff+4] 302 ldr $t1, [$ctx,#$Coff+$hi] 308 str $t1, [sp,#$Coff+4] 320 ldrb $t1, [$inp,#5] 326 orr $Tlo,$Tlo,$t1,lsl#16 327 ldrb $t1, [$inp],#8 331 orr $Thi,$Thi,$t1,lsl#24 346 ldr $t1,[sp,#`$Xoff+8*(16-1)`+4] 354 mov $Thi,$t1,lsr#1 356 eor $Tlo,$Tlo,$t1,lsl#31 359 eor $Thi,$Thi,$t1,lsr#8 360 eor $Tlo,$Tlo,$t1,lsl#24 363 eor $Thi,$Thi,$t1,lsr#7 364 eor $Tlo,$Tlo,$t1,lsl#25 370 mov $t1,$t3,lsr#19 372 eor $t1,$t1,$t2,lsl#13 374 eor $t1,$t1,$t2,lsr#29 376 eor $t1,$t1,$t3,lsl#3 378 eor $t1,$t1,$t3,lsr#6 385 adc $Thi,$Thi,$t1 387 ldr $t1,[sp,#`$Xoff+8*16`+4] 391 adc $Thi,$Thi,$t1 399 ldreq $t1,[sp,#`$Xoff+8*(16-1)`+4] 406 ldr $t1, [$ctx,#$Aoff+$hi] 411 adc $t1,$Ahi,$t1 412 str $t1, [$ctx,#$Aoff+$hi] 423 ldr $t1, [$ctx,#$Coff+$hi] 428 adc $t1,$Ahi,$t1 429 str $t1, [$ctx,#$Coff+$hi] 438 ldr $t1, [$ctx,#$Eoff+$hi] 443 adc $Ehi,$Ehi,$t1 455 ldr $t1, [$ctx,#$Goff+$hi] 460 adc $t1,$Ahi,$t1 461 str $t1, [$ctx,#$Goff+$hi] 500 my ($t0,$t1,$t2,$T1,$K,$Ch,$Maj)=map("d$_",(24..31)); # temps 507 vshr.u64 $t1,$e,#@Sigma1[1] 516 vsli.64 $t1,$e,#`64-@Sigma1[1]` 522 veor $t1,$t0 525 veor $t2,$t1 @ Sigma1(e) 527 vshr.u64 $t1,$a,#@Sigma0[1] 532 vsli.64 $t1,$a,#`64-@Sigma0[1]` 535 veor $h,$t0,$t1 552 my ($t0,$t1,$s0,$s1) = map("q$_",(12..15)); # temps 558 vshr.u64 $t1,@X[($i+7)%8],#@sigma1[1] 563 vsli.64 $t1,@X[($i+7)%8],#`64-@sigma1[1]` 566 veor $s1,$t1 @ sigma1(X[i+14]) 567 vshr.u64 $t1,$s0,#@sigma0[1] 571 vsli.64 $t1,$s0,#`64-@sigma0[1]` 577 veor $s1,$t1 @ sigma0(X[i+1])
|
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 | 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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/arch/mips/net/ |
H A D | bpf_jit_asm.S | 63 PTR_ADDU t1, $r_skb_data, offset 65 lw $r_A, 0(t1) 73 srl t1, $r_A, 24 75 or t0, t0, t1 77 andi t1, $r_A, 0xff00 79 sll t1, t1, 8 80 or $r_A, t0, t1 92 PTR_ADDU t1, $r_skb_data, offset 94 lh $r_A, 0(t1) 102 andi t1, $r_A, 0xff00 104 srl t1, t1, 8 105 or $r_A, t0, t1 117 PTR_ADDU t1, $r_skb_data, offset 118 lb $r_A, 0(t1) 178 srl t1, $r_s0, 24 180 or t0, t0, t1 182 andi t1, $r_s0, 0xff00 184 sll t1, t1, 8 186 or $r_A, t0, t1 203 andi t1, $r_s0, 0xff00 205 srl t1, t1, 8 207 or $r_A, t0, t1 229 slt t1, offset, t0 230 bgtz t1, fault
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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() 67 machine__remove_thread(machine, t1); test__thread_mg_share() 82 thread__put(t1); test__thread_mg_share()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/drivers/staging/lustre/include/linux/libcfs/linux/ |
H A D | linux-time.h | 94 static inline int cfs_time_before_64(__u64 t1, __u64 t2) cfs_time_before_64() argument 96 return (__s64)t2 - (__s64)t1 > 0; cfs_time_before_64() 99 static inline int cfs_time_beforeq_64(__u64 t1, __u64 t2) cfs_time_beforeq_64() argument 101 return (__s64)t2 - (__s64)t1 >= 0; cfs_time_beforeq_64()
|
/linux-4.4.14/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.4.14/arch/mips/boot/compressed/ |
H A D | head.S | 31 li t1, 0xd00dfeed 33 li t1, 0xedfe0dd0 36 bne t1, t2, not_found
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/arch/parisc/kernel/ |
H A D | entry.S | 1144 t1 = r9 /* temporary register 1 */ define 1159 tlb_lock spc,ptp,pte,t0,t1,dtlb_check_alias_20w 1160 update_accessed ptp,pte,t0,t1 1162 make_insert_tlb spc,pte,prot,t1 1171 do_alias spc,t0,t1,va,pte,prot,dtlb_fault,20 1185 tlb_lock spc,ptp,pte,t0,t1,nadtlb_check_alias_20w 1186 update_accessed ptp,pte,t0,t1 1188 make_insert_tlb spc,pte,prot,t1 1197 do_alias spc,t0,t1,va,pte,prot,nadtlb_emulate,20 1213 tlb_lock spc,ptp,pte,t0,t1,dtlb_check_alias_11 1214 update_accessed ptp,pte,t0,t1 1218 mfsp %sr1,t1 /* Save sr1 so we can use it in tlb inserts */ 1224 mtsp t1, %sr1 /* Restore sr1 */ 1231 do_alias spc,t0,t1,va,pte,prot,dtlb_fault,11 1246 tlb_lock spc,ptp,pte,t0,t1,nadtlb_check_alias_11 1247 update_accessed ptp,pte,t0,t1 1251 mfsp %sr1,t1 /* Save sr1 so we can use it in tlb inserts */ 1257 mtsp t1, %sr1 /* Restore sr1 */ 1264 do_alias spc,t0,t1,va,pte,prot,nadtlb_emulate,11 1279 tlb_lock spc,ptp,pte,t0,t1,dtlb_check_alias_20 1280 update_accessed ptp,pte,t0,t1 1282 make_insert_tlb spc,pte,prot,t1 1284 f_extend pte,t1 1293 do_alias spc,t0,t1,va,pte,prot,dtlb_fault,20 1307 tlb_lock spc,ptp,pte,t0,t1,nadtlb_check_alias_20 1308 update_accessed ptp,pte,t0,t1 1310 make_insert_tlb spc,pte,prot,t1 1312 f_extend pte,t1 1321 do_alias spc,t0,t1,va,pte,prot,nadtlb_emulate,20 1416 tlb_lock spc,ptp,pte,t0,t1,itlb_fault 1417 update_accessed ptp,pte,t0,t1 1419 make_insert_tlb spc,pte,prot,t1 1440 tlb_lock spc,ptp,pte,t0,t1,naitlb_check_alias_20w 1441 update_accessed ptp,pte,t0,t1 1443 make_insert_tlb spc,pte,prot,t1 1452 do_alias spc,t0,t1,va,pte,prot,naitlb_fault,20 1468 tlb_lock spc,ptp,pte,t0,t1,itlb_fault 1469 update_accessed ptp,pte,t0,t1 1473 mfsp %sr1,t1 /* Save sr1 so we can use it in tlb inserts */ 1479 mtsp t1, %sr1 /* Restore sr1 */ 1492 tlb_lock spc,ptp,pte,t0,t1,naitlb_check_alias_11 1493 update_accessed ptp,pte,t0,t1 1497 mfsp %sr1,t1 /* Save sr1 so we can use it in tlb inserts */ 1503 mtsp t1, %sr1 /* Restore sr1 */ 1510 do_alias spc,t0,t1,va,pte,prot,itlb_fault,11 1526 tlb_lock spc,ptp,pte,t0,t1,itlb_fault 1527 update_accessed ptp,pte,t0,t1 1529 make_insert_tlb spc,pte,prot,t1 1531 f_extend pte,t1 1546 tlb_lock spc,ptp,pte,t0,t1,naitlb_check_alias_20 1547 update_accessed ptp,pte,t0,t1 1549 make_insert_tlb spc,pte,prot,t1 1551 f_extend pte,t1 1560 do_alias spc,t0,t1,va,pte,prot,naitlb_fault,20 1578 tlb_lock spc,ptp,pte,t0,t1,dbit_fault 1579 update_dirty ptp,pte,t1 1581 make_insert_tlb spc,pte,prot,t1 1598 tlb_lock spc,ptp,pte,t0,t1,dbit_fault 1599 update_dirty ptp,pte,t1 1603 mfsp %sr1,t1 /* Save sr1 so we can use it in tlb inserts */ 1609 mtsp t1, %sr1 /* Restore sr1 */ 1622 tlb_lock spc,ptp,pte,t0,t1,dbit_fault 1623 update_dirty ptp,pte,t1 1625 make_insert_tlb spc,pte,prot,t1 1627 f_extend pte,t1
|
/linux-4.4.14/include/uapi/linux/ |
H A D | gsmmux.h | 13 unsigned int t1; member in struct:gsm_config
|
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.4.14/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.4.14/drivers/media/v4l2-core/ |
H A D | v4l2-dv-timings.c | 223 * @t1 - compare this v4l2_dv_timings struct... 227 * Compare t1 with t2 with a given margin of error for the pixelclock. 229 bool v4l2_match_dv_timings(const struct v4l2_dv_timings *t1, v4l2_match_dv_timings() argument 233 if (t1->type != t2->type || t1->type != V4L2_DV_BT_656_1120) v4l2_match_dv_timings() 235 if (t1->bt.width == t2->bt.width && v4l2_match_dv_timings() 236 t1->bt.height == t2->bt.height && v4l2_match_dv_timings() 237 t1->bt.interlaced == t2->bt.interlaced && v4l2_match_dv_timings() 238 t1->bt.polarities == t2->bt.polarities && v4l2_match_dv_timings() 239 t1->bt.pixelclock >= t2->bt.pixelclock - pclock_delta && v4l2_match_dv_timings() 240 t1->bt.pixelclock <= t2->bt.pixelclock + pclock_delta && v4l2_match_dv_timings() 241 t1->bt.hfrontporch == t2->bt.hfrontporch && v4l2_match_dv_timings() 242 t1->bt.vfrontporch == t2->bt.vfrontporch && v4l2_match_dv_timings() 243 t1->bt.vsync == t2->bt.vsync && v4l2_match_dv_timings() 244 t1->bt.vbackporch == t2->bt.vbackporch && v4l2_match_dv_timings() 245 (!t1->bt.interlaced || v4l2_match_dv_timings() 246 (t1->bt.il_vfrontporch == t2->bt.il_vfrontporch && v4l2_match_dv_timings() 247 t1->bt.il_vsync == t2->bt.il_vsync && v4l2_match_dv_timings() 248 t1->bt.il_vbackporch == t2->bt.il_vbackporch))) v4l2_match_dv_timings()
|
/linux-4.4.14/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()
|
/linux-4.4.14/arch/arm/lib/ |
H A D | uaccess_with_memcpy.c | 237 unsigned long long t0, t1, t2; 258 t1 = sched_clock(); 261 printk("copy_to_user: %d %llu %llu\n", size, t1 - t0, t2 - t1); 267 t1 = sched_clock(); 270 printk("clear_user: %d %llu %llu\n", size, t1 - t0, t2 - t1);
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/arch/powerpc/include/asm/ |
H A D | atomic.h | 202 int t1, t2; atomic_inc_not_zero() local 216 : "=&r" (t1), "=&r" (t2) atomic_inc_not_zero() 220 return t1; atomic_inc_not_zero() 465 long t1, t2; atomic64_inc_not_zero() local 478 : "=&r" (t1), "=&r" (t2) atomic64_inc_not_zero() 482 return t1; atomic64_inc_not_zero()
|
/linux-4.4.14/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.4.14/arch/mips/include/asm/mach-au1x00/ |
H A D | au1xxx_ide.h | 68 /* Tcsoe = t1 */ 74 /* Tcsw = t1 */ 76 /* Ta = t1+t2 */
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | apb_timer.c | 259 cycle_t t1; apbt_clocksource_register() local 265 t1 = dw_apb_clocksource_read(clocksource_apbt); apbt_clocksource_register() 280 if (t1 == dw_apb_clocksource_read(clocksource_apbt)) apbt_clocksource_register() 367 cycle_t t1, t2; apbt_quick_calibrate() local 393 t1 = rdtsc(); apbt_quick_calibrate() 407 scale = (int)div_u64((t2 - t1), loop >> shift); apbt_quick_calibrate()
|
H A D | tsc.c | 381 u64 t1, t2; tsc_read_refs() local 385 t1 = get_cycles(); tsc_read_refs() 391 if ((t2 - t1) < SMI_TRESHOLD) tsc_read_refs() 452 u64 tsc, t1, t2, delta; pit_calibrate_tsc() local 468 tsc = t1 = t2 = get_cycles(); pit_calibrate_tsc() 497 delta = t2 - t1; pit_calibrate_tsc() 653 * kHz = (t2 - t1) / (I * 256 / PIT_TICK_RATE) / 1000 quick_pit_calibrate() 654 * 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 | 781 cycle_t t1; hpet_clocksource_register() local 787 t1 = hpet_readl(HPET_COUNTER); hpet_clocksource_register() 801 if (t1 == hpet_readl(HPET_COUNTER)) { hpet_clocksource_register()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/include/linux/ |
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.4.14/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.4.14/drivers/thermal/ |
H A D | imx_thermal.c | 351 int t1, n1; imx_get_sensor_data() local 382 t1 = 25; /* t1 always 25C */ imx_get_sensor_data() 388 * (Nmeas - n1) / (Tmeas - t1) = slope imx_get_sensor_data() 392 * Tmeas = (Nmeas - n1) / slope + t1 imx_get_sensor_data() 393 * milli_Tmeas = 1000 * (Nmeas - n1) / slope + 1000 * t1 imx_get_sensor_data() 394 * milli_Tmeas = -1000 * (n1 - Nmeas) / slope + 1000 * t1 imx_get_sensor_data() 396 * milli_Tmeas = (n1 - Nmeas) * c1 + 1000 * t1 imx_get_sensor_data() 397 * Let constant c2 = n1 *c1 + 1000 * t1 imx_get_sensor_data() 404 data->c2 = n1 * data->c1 + 1000 * t1; imx_get_sensor_data()
|
/linux-4.4.14/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 t1 = rdtsc(); old_gameport_measure_speed() 157 if (t2 - t1 < tx) tx = t2 - t1; old_gameport_measure_speed()
|
/linux-4.4.14/arch/mips/kvm/ |
H A D | locore.S | 165 INT_ADDIU t1, k1, VCPU_GUEST_KERNEL_ASID /* (BD) */ 166 INT_ADDIU t1, k1, VCPU_GUEST_USER_ASID /* else user */ 168 /* t1: contains the base of the ASID array, need to get the cpu id */ 171 REG_ADDU t3, t1, t2 303 PTR_LI t1, ~0x2ff 305 and t0, t0, t1 484 INT_ADDIU t1, k1, VCPU_GUEST_KERNEL_ASID /* (BD) */ 485 INT_ADDIU t1, k1, VCPU_GUEST_USER_ASID /* else user */ 487 /* t1: contains the base of the ASID array, need to get the cpu id */ 490 REG_ADDU t3, t1, t2
|
/linux-4.4.14/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.4.14/Documentation/ptp/ |
H A D | testptp.c | 184 int64_t t1, t2, tp; main() local 498 t1 = pctns(pct+2*i); main() 501 interval = t2 - t1; main() 502 offset = (t2 + t1) / 2 - tp; main()
|
/linux-4.4.14/net/ipv6/ |
H A D | tcp_ipv6.c | 742 struct tcphdr *t1; tcp_v6_send_response() local 765 t1 = (struct tcphdr *) skb_push(buff, tot_len); tcp_v6_send_response() 769 memset(t1, 0, sizeof(*t1)); tcp_v6_send_response() 770 t1->dest = th->source; tcp_v6_send_response() 771 t1->source = th->dest; tcp_v6_send_response() 772 t1->doff = tot_len / 4; tcp_v6_send_response() 773 t1->seq = htonl(seq); tcp_v6_send_response() 774 t1->ack_seq = htonl(ack); tcp_v6_send_response() 775 t1->ack = !rst || !th->ack; tcp_v6_send_response() 776 t1->rst = rst; tcp_v6_send_response() 777 t1->window = htons(win); tcp_v6_send_response() 779 topt = (__be32 *)(t1 + 1); tcp_v6_send_response() 794 &ipv6_hdr(skb)->daddr, t1); tcp_v6_send_response() 814 fl6.fl6_dport = t1->dest; tcp_v6_send_response() 815 fl6.fl6_sport = t1->source; tcp_v6_send_response()
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | smpboot.c | 219 unsigned long tcenter, t0, t1, tm; get_delta() local 228 t1 = ia64_get_itc(); get_delta() 230 if (t1 - t0 < best_t1 - best_t0) get_delta() 231 best_t0 = t0, best_t1 = t1, best_tm = tm; get_delta() 260 * t1 <--- 264 * and t1. If we achieve this, the clocks are synchronized provided the interconnect 267 * roundtrip latency (t0 - t1).
|
/linux-4.4.14/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 | 1624 u32 t1, t2; registers_show() local 1655 t1 = readl(&dev->usb->usbctl); registers_show() 1657 if (t1 & BIT(VBUS_PIN)) { registers_show() 1670 readl(&dev->usb->stdrsp), t1, t2, registers_show() 1687 t1 = readl(&ep->cfg->ep_cfg); registers_show() 1692 ep->ep.name, t1, t2, registers_show() 1718 t1 & 0x0f, DIR_STRING(t1), registers_show() 1719 type_string(t1 >> 8), registers_show()
|
/linux-4.4.14/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() 270 u32 t1 = ehci_readl(ehci, reg) & ~PORT_RWC_BITS; ehci_bus_suspend() local 271 u32 t2 = t1 & ~PORT_WAKE_BITS; ehci_bus_suspend() 274 if (t1 & PORT_OWNER) ehci_bus_suspend() 276 else if ((t1 & PORT_PE) && !(t1 & PORT_SUSPEND)) { ehci_bus_suspend() 288 if (t1 & PORT_CONNECT) ehci_bus_suspend() 294 if (t1 != t2) { ehci_bus_suspend()
|
H A D | xhci-hub.c | 1302 u32 t1, t2; xhci_bus_suspend() local 1305 t1 = readl(port_array[port_index]); xhci_bus_suspend() 1306 t2 = xhci_port_state_to_neutral(t1); xhci_bus_suspend() 1308 if ((t1 & PORT_PE) && !(t1 & PORT_PLS_MASK)) { xhci_bus_suspend() 1326 if (t1 & PORT_CONNECT) { xhci_bus_suspend() 1336 t1 = xhci_port_state_to_neutral(t1); xhci_bus_suspend() 1337 if (t1 != t2) xhci_bus_suspend()
|
H A D | ohci-hub.c | 611 #define tick_before(t1,t2) ((s16)(((s16)(t1))-((s16)(t2))) < 0)
|
/linux-4.4.14/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.4.14/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() 2519 if (c->t1 != 0 && c->t1 != gsm->t1) gsmld_config() 2563 if (c->t1) gsmld_config() 2564 gsm->t1 = c->t1; gsmld_config() 2589 c.t1 = gsm->t1; gsmld_ioctl()
|
/linux-4.4.14/drivers/staging/rdma/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.4.14/arch/tile/kernel/ |
H A D | hvglue_trace.c | 154 #define __HV_DECL1(t1, a1) t1 a1 163 #define __HV_PASS1(t1, a1) a1
|
/linux-4.4.14/net/ax25/ |
H A D | af_ax25.c | 401 ax25->t1 = ax25_ctl.arg * HZ; ax25_ctl_ioctl() 452 ax25->t1 = msecs_to_jiffies(ax25_dev->values[AX25_VALUES_T1]); ax25_fillin_cb_from_dev() 486 ax25->t1 = msecs_to_jiffies(AX25_DEF_T1); ax25_fillin_cb() 578 ax25->t1 = opt * HZ; ax25_setsockopt() 708 val = ax25->t1 / HZ; ax25_getsockopt() 923 ax25->t1 = oax25->t1; ax25_make_new() 1771 ax25_info.t1 = ax25->t1 / HZ; ax25_ioctl() 1880 * 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() 1899 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.4.14/arch/sparc/mm/ |
H A D | tsunami.S | 86 #define MIRROR_BLOCK(dst, src, offset, t0, t1, t2, t3) \
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/nfc/st-nci/ |
H A D | ndlc.c | 123 /* start timer t1 for ndlc aknowledge */ llt_ndlc_send_queue() 184 /* start timer t1 for ndlc aknowledge */ llt_ndlc_rcv_queue()
|
/linux-4.4.14/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.4.14/arch/arc/include/asm/ |
H A D | arcregs.h | 294 unsigned int pad2:15, rtsc:1, pad1:5, rtc:1, t1:1, t0:1, ver:8; member in struct:bcr_timer 296 unsigned int ver:8, t0:1, t1:1, rtc:1, pad1:5, rtsc:1, pad2:15;
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/net/rose/ |
H A D | af_rose.c | 393 rose->t1 = opt * HZ; rose_setsockopt() 452 val = rose->t1 / HZ; rose_getsockopt() 544 rose->t1 = msecs_to_jiffies(sysctl_rose_call_request_timeout); rose_create() 589 rose->t1 = orose->t1; rose_make_new() 1401 "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() 1435 rose->t1 / HZ, rose_info_show()
|
H A D | rose_timer.c | 54 rose->timer.expires = jiffies + rose->t1; rose_start_t1timer()
|
/linux-4.4.14/kernel/sched/ |
H A D | debug.c | 645 u64 t0, t1; proc_sched_show_task() local 648 t1 = cpu_clock(this_cpu); proc_sched_show_task() 650 "clock-delta", (long long)(t1-t0)); proc_sched_show_task()
|
/linux-4.4.14/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.4.14/drivers/s390/cio/ |
H A D | chsc.h | 198 u64 t1; member in struct:chsc_brinfo_resume_token
|
/linux-4.4.14/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.4.14/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.4.14/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
|
/linux-4.4.14/arch/metag/include/asm/ |
H A D | io.h | 93 asm volatile("SETL [%0],%1,%t1" __raw_writeq()
|
/linux-4.4.14/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.4.14/drivers/mfd/ |
H A D | da9052-core.c | 322 * TBAT = (1/(t1+1/298) - 273) * 1000 mC 323 * where t1 = (1/B)* ln(( ADCval * 2.5)/(R25*ITBAT*255))
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | misc_32.S | 616 slw r6,r3,r6 # t1 = count > 31 ? 0 : MSW << (32-count) 619 or r4,r4,r6 # LSW |= t1 629 srw r6,r4,r6 # t1 = count > 31 ? 0 : LSW >> (32-count) 631 or r3,r3,r6 # MSW |= t1 640 slw r6,r3,r6 # t1 = count > 31 ? 0 : MSW << (32-count) 642 or r4,r4,r6 # LSW |= t1
|
/linux-4.4.14/drivers/hwmon/ |
H A D | nct7802.c | 198 unsigned int t1, t2 = 0; nct7802_read_temp() local 204 err = regmap_read(data->regmap, reg_temp, &t1); nct7802_read_temp() 207 t1 <<= 8; nct7802_read_temp() 213 t1 |= t2 & 0xe0; nct7802_read_temp() 214 *temp = (s16)t1 / 32 * 125; nct7802_read_temp()
|
/linux-4.4.14/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.4.14/sound/soc/codecs/ |
H A D | tlv320dac33.c | 1155 unsigned long long t0, t1, t_now; dac33_dai_delay() local 1167 t1 = dac33->t_stamp2; dac33_dai_delay() 1172 if (!t1) dac33_dai_delay() 1175 if (t0 > t1) { dac33_dai_delay() 1189 } else if ((t_now - t1) <= dac33->mode1_us_burst) { dac33_dai_delay() 1199 time_delta = t_now - t1; dac33_dai_delay()
|
H A D | wm8350.c | 979 unsigned int t1, t2, K, Nmod; fll_factors() local 999 t1 = output * (1 << (fll_div->div + 1)); fll_factors() 1002 fll_div->n = t1 / t2; fll_factors() 1003 Nmod = t1 % t2; fll_factors()
|
/linux-4.4.14/arch/arc/kernel/ |
H A D | setup.c | 212 IS_AVAIL1(cpu->timers.t1, "Timer1 "), arc_cpu_mumbojumbo() 299 if (!cpu->timers.t1) arc_chk_core_config()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/scripts/kconfig/ |
H A D | expr.c | 997 static int expr_compare_type(enum expr_type t1, enum expr_type t2) expr_compare_type() argument 999 if (t1 == t2) expr_compare_type() 1001 switch (t1) { expr_compare_type() 1027 printf("[%dgt%d?]", t1, t2); expr_compare_type()
|
/linux-4.4.14/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.4.14/arch/arm/mach-iop32x/ |
H A D | iq31244.c | 180 printk("\t1/ specify \"force_ep80219\" on the kernel" iq31244_pci_init()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_dpm.c | 184 u32 t1; amdgpu_calculate_at() local 190 t1 = (t * (k - 100)); amdgpu_calculate_at() 191 a = (1000 * (100 * h + t1)) / (10000 + (t1 / 100)); amdgpu_calculate_at()
|
/linux-4.4.14/drivers/thermal/ti-soc-thermal/ |
H A D | ti-bandgap.c | 1055 int t1, t2, interval, ret = 0; ti_bandgap_get_trend() local 1084 ret = ti_bandgap_adc_to_mcelsius(bgp, temp1, &t1); ti_bandgap_get_trend() 1101 *trend = (t1 - t2) / interval; ti_bandgap_get_trend() 1103 dev_dbg(bgp->dev, "The temperatures are t1 = %d and t2 = %d and trend =%d\n", ti_bandgap_get_trend() 1104 t1, t2, *trend); ti_bandgap_get_trend()
|
/linux-4.4.14/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.4.14/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.4.14/drivers/firmware/ |
H A D | arm_scpi.c | 451 const struct scpi_opp *t1 = opp1, *t2 = opp2; opp_cmp_func() local 453 return t1->freq - t2->freq; opp_cmp_func()
|
/linux-4.4.14/drivers/media/pci/zoran/ |
H A D | zoran_device.c | 189 ktime_t t0, t1; detect_guest_activity() local 207 t1 = ktime_get(); detect_guest_activity() 208 change[j][0] = ktime_to_us(ktime_sub(t1, t0)); detect_guest_activity() 209 t0 = t1; detect_guest_activity()
|
/linux-4.4.14/include/drm/ |
H A D | drm_edid.h | 40 u8 t1; member in struct:est_timings
|
/linux-4.4.14/tools/perf/ |
H A D | builtin-stat.c | 278 unsigned long long t0, t1; __run_perf_stat() local 382 t1 = rdclock(); 384 update_stats(&walltime_nsecs_stats, t1 - t0);
|
/linux-4.4.14/drivers/net/wan/ |
H A D | farsync.h | 286 * Range for long haul t1 > 655ft
|