/openbmc/linux/arch/x86/crypto/ |
H A D | sha512-avx2-asm.S | 184 rorx $18, e, y1 # y1 = e >> 18 # S1B 185 add frame_XFER(%rsp),h # h = k + w + h # -- 190 xor y1, y0 # y0 = (e>>41) ^ (e>>18) # S1 195 xor y1, y0 # y0 = (e>>41) ^ (e>>18) ^ (e>>14) # S1 197 add h, d # d = k + w + h + d # -- 210 add y1, h # h = k + w + h + S0 # -- 212 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # -- 214 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# -- 234 # Move to appropriate lanes for calculating w[18] and w[19] 246 rorx $18, e, y1 # y1 = e >> 18 # S1B [all …]
|
/openbmc/linux/crypto/ |
H A D | serpent_generic.c | 25 ({ b ^= d; b ^= c; b ^= a; b ^= PHI ^ i; b = rol32(b, 11); k[j] = b; }) 28 ({ x0 = k[i]; x1 = k[i+1]; x2 = k[i+2]; x3 = k[i+3]; }) 31 ({ k[i] = x0; k[i+1] = x1; k[i+2] = x2; k[i+3] = x3; }) 36 #define K(x0, x1, x2, x3, i) ({ \ macro 37 x3 ^= k[4*(i)+3]; x2 ^= k[4*(i)+2]; \ 38 x1 ^= k[4*(i)+1]; x0 ^= k[4*(i)+0]; \ 48 x0 ^= x3; x2 ^= x4; x3 ^= k[4*i+3]; \ 49 x1 ^= k[4*i+1]; x0 = rol32(x0, 5); x2 = rol32(x2, 22);\ 50 x0 ^= k[4*i+0]; x2 ^= k[4*i+2]; \ 54 x0 ^= k[4*i+0]; x1 ^= k[4*i+1]; x2 ^= k[4*i+2]; \ [all …]
|
H A D | sm3.c | 15 static const u32 ____cacheline_aligned K[64] = { variable 85 R1(a, b, c, d, e, f, g, h, K[0], I(0), I(4)); in sm3_transform() 86 R1(d, a, b, c, h, e, f, g, K[1], I(1), I(5)); in sm3_transform() 87 R1(c, d, a, b, g, h, e, f, K[2], I(2), I(6)); in sm3_transform() 88 R1(b, c, d, a, f, g, h, e, K[3], I(3), I(7)); in sm3_transform() 89 R1(a, b, c, d, e, f, g, h, K[4], W1(4), I(8)); in sm3_transform() 90 R1(d, a, b, c, h, e, f, g, K[5], W1(5), I(9)); in sm3_transform() 91 R1(c, d, a, b, g, h, e, f, K[6], W1(6), I(10)); in sm3_transform() 92 R1(b, c, d, a, f, g, h, e, K[7], W1(7), I(11)); in sm3_transform() 93 R1(a, b, c, d, e, f, g, h, K[8], W1(8), I(12)); in sm3_transform() [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 271 | 88 # len: request length, passed directly to qemu-io (e.g: 256, 4k, 1M, ...) 120 [ "$offset" != 0 ] && offset="${offset}k" 157 _run_test sc=0 len=1k 165 _run_test sc=2 off=1 len=1k 169 _run_test sc=3 len=2k 173 _run_test sc=4 len=6k 177 _run_test sc=7 off=1 len=4k 181 _run_test sc=16 len=1k 185 _run_test sc=31 off=1 len=4k 191 _run_test sc=1 len=2k cmd=zero [all …]
|
H A D | 271.out | 8 write -q -P PATTERN 0 1k 10 write -q -P PATTERN 3k 512 12 write -q -P PATTERN 5k 1k 14 write -q -P PATTERN 6k 2k 16 write -q -P PATTERN 8k 6k 18 write -q -P PATTERN 15k 4k 20 write -q -P PATTERN 32k 1k 22 write -q -P PATTERN 63k 4k 25 write -q -z 2k 2k 27 write -q -z 0 64k [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.25/ |
H A D | index.html | 9 <a href="util-linux-2.25-rc1.tar.gz">util-linux-2.25-rc1.tar.gz</a> 18-Jun-… 10 <a href="util-linux-2.25-rc1.tar.sign">util-linux-2.25-rc1.tar.sign</a> 18-Ju… 11 <a href="util-linux-2.25-rc1.tar.xz">util-linux-2.25-rc1.tar.xz</a> 18-Jun-… 15 …2.25.1-rc1.tar.gz">util-linux-2.25.1-rc1.tar.gz</a> 27-Aug-2014 13:18 8M 16 …25.1-rc1.tar.sign">util-linux-2.25.1-rc1.tar.sign</a> 27-Aug-2014 13:18 819 17 …2.25.1-rc1.tar.xz">util-linux-2.25.1-rc1.tar.xz</a> 27-Aug-2014 13:18 4M 27 …="v2.25-ChangeLog">v2.25-ChangeLog</a> 22-Jul-2014 09:50 41K 29 …2.25-ReleaseNotes">v2.25-ReleaseNotes</a> 22-Jul-2014 09:50 61K 31 ….25-rc1-ChangeLog">v2.25-rc1-ChangeLog</a> 18-Jun-2014 13:33 489K 32 <a href="v2.25-rc1-ChangeLog.sign">v2.25-rc1-ChangeLog.sign</a> 18-Jun-20… [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.31/ |
H A D | index.html | 16 …nux-2.31.1.tar.gz">util-linux-2.31.1.tar.gz</a> 19-Dec-2017 15:18 9M 17 …x-2.31.1.tar.sign">util-linux-2.31.1.tar.sign</a> 19-Dec-2017 15:18 833 18 …nux-2.31.1.tar.xz">util-linux-2.31.1.tar.xz</a> 19-Dec-2017 15:18 4M 22 …="v2.31-ChangeLog">v2.31-ChangeLog</a> 19-Oct-2017 11:27 15K 24 …2.31-ReleaseNotes">v2.31-ReleaseNotes</a> 19-Oct-2017 11:27 31K 26 ….31-rc1-ChangeLog">v2.31-rc1-ChangeLog</a> 22-Sep-2017 10:39 290K 28 ….31-rc2-ChangeLog">v2.31-rc2-ChangeLog</a> 03-Oct-2017 16:03 12K 30 …v2.31.1-ChangeLog">v2.31.1-ChangeLog</a> 19-Dec-2017 15:18 27K 31 ….1-ChangeLog.sign">v2.31.1-ChangeLog.sign</a> 19-Dec-2017 15:18 833 32 …31.1-ReleaseNotes">v2.31.1-ReleaseNotes</a> 19-Dec-2017 15:18 3175 [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | fentry_many_args.c | 14 test1_result = a == 16 && b == (void *)17 && c == 18 && d == 19 && in BPF_PROG() 22 int g, unsigned int h, long i, __u64 j, unsigned long k) in BPF_PROG() argument 24 test2_result = a == 16 && b == (void *)17 && c == 18 && d == 19 && in BPF_PROG() 26 i == 24 && j == 25 && k == 26; in BPF_PROG() 33 __u64 g, __u64 h, __u64 i, __u64 j, __u64 k) in BPF_PROG() argument 35 test3_result = a == 16 && b == 17 && c == 18 && d == 19 && in BPF_PROG() 37 i == 24 && j == 25 && k == 26; in BPF_PROG()
|
H A D | fexit_many_args.c | 14 test1_result = a == 16 && b == (void *)17 && c == 18 && d == 19 && in BPF_PROG() 22 int g, unsigned int h, long i, __u64 j, unsigned long k, in BPF_PROG() argument 25 test2_result = a == 16 && b == (void *)17 && c == 18 && d == 19 && in BPF_PROG() 27 i == 24 && j == 25 && k == 26 && ret == 231; in BPF_PROG() 34 __u64 g, __u64 h, __u64 i, __u64 j, __u64 k, __u64 ret) in BPF_PROG() argument 36 test3_result = a == 16 && b == 17 && c == 18 && d == 19 && in BPF_PROG() 38 i == 24 && j == 25 && k == 26 && ret == 231; in BPF_PROG()
|
/openbmc/linux/include/uapi/linux/ |
H A D | keyboard.h | 45 #define K(t,v) (((t)<<8)|(v)) macro 49 #define K_F1 K(KT_FN,0) 50 #define K_F2 K(KT_FN,1) 51 #define K_F3 K(KT_FN,2) 52 #define K_F4 K(KT_FN,3) 53 #define K_F5 K(KT_FN,4) 54 #define K_F6 K(KT_FN,5) 55 #define K_F7 K(KT_FN,6) 56 #define K_F8 K(KT_FN,7) 57 #define K_F9 K(KT_FN,8) [all …]
|
/openbmc/u-boot/include/configs/ |
H A D | P1010RDB.h | 150 #define CONFIG_SYS_PCIE1_IO_SIZE 0x00010000 /* 64k */ 174 #define CONFIG_SYS_PCIE2_IO_SIZE 0x00010000 /* 64k */ 276 * 0xffc0_0000 0xffc3_ffff PCI IO range 256k non-cacheable 281 * 0xffd0_0000 0xffd0_3fff L1 for stack 16K Cacheable TLB0 360 | CSOR_NAND_PGS_4K /* Page Size = 4K */ \ 385 /* support MT29F16G08ABABAWP 4k-pagesize 2G-bytes NAND */ 657 #define CONFIG_ENV_RANGE (3 * CONFIG_ENV_SIZE) /* 3*16=48K for env */ 660 #define CONFIG_ENV_RANGE (32 * CONFIG_ENV_SIZE) /* new block size 512K */ 670 #define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K (one sector) */ 747 "boot_bank0=i2c dev 0; i2c mw 18 1 f1; i2c mw 18 3 f0;" \ [all …]
|
H A D | p1_p2_rdb_pc.h | 258 /* IN case of NAND bootloader relocate CCSRBAR in RAMboot code not in the 4k 325 * 0xf8f8_0000 0xf8ff_ffff L2 SRAM Up to 512K cacheable 327 * 0xff80_0000 0xff80_7fff NAND flash 32K non-cacheable CS1/0 328 * 0xff98_0000 0xff98_ffff PMC 64K non-cacheable CS2 331 * 0xffc0_0000 0xffc3_ffff PCI IO range 256k non-cacheable 332 * 0xffd0_0000 0xffd0_3fff L1 for stack 16K cacheable 604 #define CONFIG_SYS_PCIE2_IO_SIZE 0x00010000 /* 64k */ 624 #define CONFIG_SYS_PCIE1_IO_SIZE 0x00010000 /* 64k */ 725 #define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K (one sector) */ 783 norboot=i2c dev 1; i2c mw 18 1 __SW_BOOT_NOR 1; \ [all …]
|
/openbmc/phosphor-objmgr/src/test/util/ |
H A D | debug_output.hpp | 20 for (const auto& k : j.second) in dumpAssociationOwnersType() local 22 cout << setw(17) << left << "ASSOC PATH:" << k.first << endl; in dumpAssociationOwnersType() 24 for (const auto& l : k.second) in dumpAssociationOwnersType() 26 cout << setw(18) << left << "ENDPOINT:" << l << endl; in dumpAssociationOwnersType() 44 for (const auto& k : intfEndpoints) in dumpAssociationInterfaces() local 46 cout << setw(16) << left << "ENDPOINTS:" << k << endl; in dumpAssociationInterfaces() 65 for (const auto& k : j.second) in dumpInterfaceMapType() local 67 cout << setw(18) << left << "INTERFACE:" << k << endl; in dumpInterfaceMapType()
|
/openbmc/linux/arch/sparc/crypto/ |
H A D | camellia_asm.S | 36 ld [%o0 + 0x00], %f0 ! i0, k[0] 37 ld [%o0 + 0x04], %f1 ! i1, k[1] 38 ld [%o0 + 0x08], %f2 ! i2, k[2] 39 ld [%o0 + 0x0c], %f3 ! i3, k[3] 40 std %f0, [%o1 + 0x00] ! k[0, 1] 42 std %f2, [%o1 + 0x08] ! k[2, 3] 49 std %f0, [%o1 + 0x20] ! k[8, 9] 57 std %f2, [%o1 + 0x28] ! k[10, 11] 71 CAMELLIA_F(18, 0, 2, 0) 89 std %f0, [%o1 + 0x10] ! k[ 4, 5] [all …]
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | md5-asm.S | 68 addi w0,w0,k0l; /* 1: wk = w + k */ \ 70 addis w0,w0,k0h; /* 1: wk = w + k' */ \ 71 addis w1,w1,k1h; /* 2: wk = w + k */ \ 73 addi w1,w1,k1l; /* 2: wk = w + k' */ \ 88 addi w0,w0,k0l; /* 1: wk = w + k */ \ 90 addis w0,w0,k0h; /* 1: wk = w + k' */ \ 92 addi w1,w1,k1l; /* 2: wk = w + k */ \ 94 addis w1,w1,k1h; /* 2: wk = w + k' */ \ 107 addi w0,w0,k0l; /* 1: wk = w + k */ \ 109 addis w0,w0,k0h; /* 1: wk = w + k' */ \ [all …]
|
H A D | poly1305-p10le_64.S | 49 # poly1305_p10le_4blocks( uint8_t *k, uint32_t mlen, uint8_t *m) 50 # k = 32 bytes key 51 # r3 = k (r, s) 101 SAVE_GPR 18, 144, 1 134 SAVE_VSX 18, 256, 9 169 RESTORE_VSX 18, 256, 9 188 RESTORE_GPR 18, 144, 1 256 vmulouw 18, 4, 30 259 vaddudm 18, 18, 10 260 vaddudm 18, 18, 11 [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | trivial-devices.yaml | 260 # Microchip differential I2C ADC, 1 Channel, 18 bit 262 # Microchip differential I2C ADC, 2 Channel, 18 bit 264 # Microchip differential I2C ADC, 2 Channel, 18 bit 266 # Microchip differential I2C ADC, 4 Channel, 18 bit 276 # Microchip 7-bit Single I2C Digital POT (5k) 278 # Microchip 7-bit Single I2C Digital POT (10k) 280 # Microchip 7-bit Single I2C Digital POT (50k) 282 # Microchip 7-bit Single I2C Digital POT (100k) 284 # Microchip 7-bit Single I2C Digital POT (5k) 286 # Microchip 7-bit Single I2C Digital POT (10k) [all …]
|
/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/ |
H A D | cve-2022-33065.patch | 156 for (k = 0 ; k < 120 ; k += 2) 157 - { sample = arith_shift_left (ucptr [k], 25) + arith_shift_left (ucptr [k + 1], 18) ; 158 + { sample = arith_shift_left (ucptr [k], 25) | arith_shift_left (ucptr [k + 1], 18) ; 159 psds->read_samples [k / 2] = (int) (sample - 0x80000000) ; 165 for (k = 0 ; k < 120 ; k += 3) 166 - { sample = (((uint32_t) ucptr [k]) << 25) + (ucptr [k + 1] << 18) + (ucptr [k + 2] << 11) ; 167 + { sample = (((uint32_t) ucptr [k]) << 25) | (ucptr [k + 1] << 18) | (ucptr [k + 2] << 11) ; 168 psds->read_samples [k / 3] = (int) (sample - 0x80000000) ; 174 for (k = 0 ; k < 120 ; k += 4) 175 - { sample = (((uint32_t) ucptr [k]) << 25) + (ucptr [k + 1] << 18) + (ucptr [k + 2] << 11) + (ucpt… [all …]
|
/openbmc/linux/tools/testing/kunit/test_data/ |
H A D | test_output_isolated_correctly.log | 1 …@mactruck.svl.corp.google.com) (gcc version 7.3.0 (Debian 7.3.0-18)) #163 Wed May 8 16:18:20 PDT 2… 6 Memory: 254468K/283500K available (1734K kernel code, 489K rwdata, 396K rodata, 85K init, 216K bss,…
|
/openbmc/u-boot/board/gdsys/common/ |
H A D | osd.c | 228 reg18 = i2c_reg_read(ICS8N3QV01_I2C_ADDR, 18) & 0x03; in ics8n3qv01_set() 230 i2c_reg_write(ICS8N3QV01_I2C_ADDR, 18, reg18); in ics8n3qv01_set() 241 unsigned int k; in osd_write_videomem() local 243 for (k = 0; k < charcount; ++k) { in osd_write_videomem() 244 if (offset + k >= bufsize) in osd_write_videomem() 249 videomem1[offset + k], data[k]); in osd_write_videomem() 251 FPGA_SET_REG(screen, videomem0[offset + k], data[k]); in osd_write_videomem() 253 FPGA_SET_REG(screen, videomem0[offset + k], data[k]); in osd_write_videomem() 275 unsigned int k; in osd_print() local 289 for (k = 0; k < len; ++k) in osd_print() [all …]
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | uaccess.h | 11 * -stock kernel shrunk by 33K at -O3 15 * -kernel shrunk by 200K even at -O3 (gcc 4.2.1) 28 #define __get_user_fn(sz, u, k) \ argument 32 case 1: __arc_get_user_one(*(k), u, "ldb", __ret); break; \ 33 case 2: __arc_get_user_one(*(k), u, "ldw", __ret); break; \ 34 case 4: __arc_get_user_one(*(k), u, "ld", __ret); break; \ 35 case 8: __arc_get_user_one_64(*(k), u, __ret); break; \ 89 #define __put_user_fn(sz, u, k) \ argument 93 case 1: __arc_put_user_one(*(k), u, "stb", __ret); break; \ 94 case 2: __arc_put_user_one(*(k), u, "stw", __ret); break; \ [all …]
|
/openbmc/linux/drivers/media/i2c/ |
H A D | mt9t112.c | 305 dev_dbg(&client->dev, "EXTCLK : %10u K %s\n", ext, enable); in mt9t112_clock_info() 309 dev_dbg(&client->dev, "VCO : %10u K %s\n", vco, enable); in mt9t112_clock_info() 313 dev_dbg(&client->dev, "PIXCLK : %10u K %s\n", clk, enable); in mt9t112_clock_info() 317 dev_dbg(&client->dev, "MIPICLK : %10u K %s\n", clk, enable); in mt9t112_clock_info() 321 dev_dbg(&client->dev, "MCU CLK : %10u K %s\n", clk, enable); in mt9t112_clock_info() 325 dev_dbg(&client->dev, "SOC CLK : %10u K %s\n", clk, enable); in mt9t112_clock_info() 329 dev_dbg(&client->dev, "Sensor CLK : %10u K %s\n", clk, enable); in mt9t112_clock_info() 332 dev_dbg(&client->dev, "External sensor : %10u K\n", clk); in mt9t112_clock_info() 336 dev_dbg(&client->dev, "PFD : %10u K %s\n", clk, enable); in mt9t112_clock_info() 354 mt9t112_mcu_write(ret, client, VAR(18, 43), 8 + width); in mt9t112_set_a_frame_size() [all …]
|
/openbmc/linux/drivers/clk/berlin/ |
H A D | bg2q.c | 129 BERLIN2_PLL_SELECT(REG_CLKSELECT0, 18), 161 BERLIN2_PLL_SWITCH(REG_CLKSWITCH0, 18), 204 BERLIN2_PLL_SELECT(REG_CLKSELECT1, 18), 276 { "nfc", "perif", 18 }, 340 int k; in berlin2q_clock_setup() local 342 for (k = 0; k < dd->num_parents; k++) in berlin2q_clock_setup() 343 parent_names[k] = clk_names[dd->parent_ids[k]]; in berlin2q_clock_setup()
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
H A D | 0014-add-if_nameindex-from-musl.patch | 72 + size_t i, len, k; 91 + for (i=k=0; i<n; i++) { 93 + k++; 96 + idx[i-k].if_index = conf.ifc_req[i].ifr_ifindex; 97 + idx[i-k].if_name = conf.ifc_req[i].ifr_name; 99 + idx[i-k].if_name = 0; 100 + idx[i-k].if_index = 0; 143 @@ -18,6 +18,9 @@ char *v_ifdown = "@(#)ifdown.c 1.11 02-Jun-1998 miquels@cistron.nl";
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
H A D | lu-All | 1 # DVB-T Luxembourg [2007-11-18] 9 TRANSMISSION_MODE = 8K 21 TRANSMISSION_MODE = 8K 33 TRANSMISSION_MODE = 8K 45 TRANSMISSION_MODE = 8K
|