/linux/lib/crypto/x86/ |
H A D | sha512-avx2-asm.S | 183 rorx $18, e, y1 # y1 = e >> 18 # S1B 184 add frame_XFER(%rsp),h # h = k + w + h # -- 189 xor y1, y0 # y0 = (e>>41) ^ (e>>18) # S1 194 xor y1, y0 # y0 = (e>>41) ^ (e>>18) ^ (e>>14) # S1 196 add h, d # d = k + w + h + d # -- 209 add y1, h # h = k + w + h + S0 # -- 211 add y2, d # d = k + w + h + d + S1 + CH = d + t1 # -- 213 add y2, h # h = k + w + h + S0 + S1 + CH = t1 + S0# -- 233 # Move to appropriate lanes for calculating w[18] and w[19] 245 rorx $18, e, y1 # y1 = e >> 18 # S1B [all …]
|
H A D | sha512-avx-asm.S | 77 # W[t] + K[t] | W[t+1] + K[t+1] 100 # W[t]+K[t] (stack frame) 131 add WK_2(idx), T1 # W[t] + K[t] from message scheduler 132 RORQ tmp0, 4 # 18 # tmp = ((e ror 23) ^ e) ror 4 135 add h_64, T1 # T1 = CH(e,f,g) + W[t] + K[t] + h 137 add tmp0, T1 # T1 = CH(e,f,g) + W[t] + K[t] + S1(e) 159 # Two rounds are computed based on the values for K[t-2]+W[t-2] and 160 # K[t-1]+W[t-1] which were previously stored at WK_2 by the message 189 RORQ tmp0, 4 # 18 238 RORQ tmp0, 4 # 18 [all …]
|
H A D | sha512-ssse3-asm.S | 98 # W[t]+K[t] (stack frame) 125 add WK_2(idx), T1 # W[t] + K[t] from message scheduler 126 ror $4, tmp0 # 18 # tmp = ((e ror 23) ^ e) ror 4 129 add h_64, T1 # T1 = CH(e,f,g) + W[t] + K[t] + h 131 add tmp0, T1 # T1 = CH(e,f,g) + W[t] + K[t] + S1(e) 154 # Two rounds are computed based on the values for K[t-2]+W[t-2] and 155 # K[t-1]+W[t-1] which were previously stored at WK_2 by the message 184 ror $4, tmp0 # 18 229 ror $4, tmp0 # 18 257 paddq K_t(\rnd), %xmm0 # Compute W[t]+K[t] [all …]
|
H A D | sha256-ssse3-asm.S | 174 add _XFER(%rsp) , y2 # y2 = k + w + S1 + CH 177 add y2, h # h = h + S1 + CH + k + w 181 add h, d # d = d + h + S1 + CH + k + w 185 add y1, h # h = h + S1 + CH + k + w + S0 188 add y0, h # h = h + S1 + CH + k + w + S0 + MAJ 199 pslld $(32-18), XTMP3 # 203 psrld $18, XTMP2 # 213 add (1*4 + _XFER)(%rsp), y2 # y2 = k + w + S1 + CH 215 pxor XTMP2, XTMP1 # XTMP1 = W[-15] ror 7 ^ W[-15] ror 18 217 add y2, h # h = h + S1 + CH + k + w [all …]
|
/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 …]
|
/linux/tools/testing/selftests/bpf/progs/ |
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()
|
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()
|
/linux/lib/crypto/powerpc/ |
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 …]
|
/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,…
|
/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 …]
|
/linux/lib/crypto/ |
H A D | sm3.c | 18 static const u32 ____cacheline_aligned K[64] = { variable 88 R1(a, b, c, d, e, f, g, h, K[0], I(0), I(4)); in sm3_transform() 89 R1(d, a, b, c, h, e, f, g, K[1], I(1), I(5)); in sm3_transform() 90 R1(c, d, a, b, g, h, e, f, K[2], I(2), I(6)); in sm3_transform() 91 R1(b, c, d, a, f, g, h, e, K[3], I(3), I(7)); in sm3_transform() 92 R1(a, b, c, d, e, f, g, h, K[4], W1(4), I(8)); in sm3_transform() 93 R1(d, a, b, c, h, e, f, g, K[5], W1(5), I(9)); in sm3_transform() 94 R1(c, d, a, b, g, h, e, f, K[6], W1(6), I(10)); in sm3_transform() 95 R1(b, c, d, a, f, g, h, e, K[7], W1(7), I(11)); in sm3_transform() 96 R1(a, b, c, d, e, f, g, h, K[8], W1(8), I(12)); in sm3_transform() [all …]
|
/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()
|
/linux/tools/testing/selftests/kvm/lib/loongarch/ |
H A D | exception.S | 5 /* address of refill exception should be 4K aligned */ 24 .irp n,1,2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31 30 .irp n,1,2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31 35 /* address of general exception should be 4K aligned */
|
/linux/drivers/gpu/drm/imagination/ |
H A D | pvr_rogue_cr_defs_client.h | 67 #define ROGUE_CR_TE_MTILE1_X1_SHIFT 18 88 #define ROGUE_CR_TE_MTILE2_Y1_SHIFT 18 129 * Screen height in pixels. (16K x 16K max screen size) 134 * Screen width in pixels.(16K x 16K max screen size)
|
/linux/arch/powerpc/ |
H A D | Kconfig | 39 # consume "normal" amounts of address space. Book3S 64 only supports 64K 40 # and 4K page sizes. 41 default 29 if PPC_BOOK3S_64 && PPC_64K_PAGES # 29 = 45 (32T) - 16 (64K) 42 default 33 if PPC_BOOK3S_64 # 33 = 45 (32T) - 12 (4K) 46 # of address space (2^44). Only 4K page sizes are supported. 47 default 32 if 64BIT # 32 = 44 (16T) - 12 (4K) 54 default 14 if 64BIT && PPC_64K_PAGES # 14 = 30 (1GB) - 16 (64K) 55 default 18 if 64BIT # 18 = 30 (1GB) - 12 (4K) 63 default 11 if PPC_256K_PAGES # 11 = 29 (512MB) - 18 (256K) 64 default 13 if PPC_64K_PAGES # 13 = 29 (512MB) - 16 (64K) [all …]
|
/linux/arch/m68k/include/asm/ |
H A D | thread_info.h | 9 * On machines with 4k pages we default to an 8k thread size, though we 10 * allow a 4k with config option. Any other machine page size then 11 * the thread size must match the page size (which is 8k and larger here). 69 #define TIF_RESTORE_SIGMASK 18 /* restore signal mask in do_signal */
|
/linux/lib/crypto/arm64/ |
H A D | sha256-ce.S | 106 add_update 0, v1, 16, 17, 18, 19 107 add_update 1, v2, 17, 18, 19, 16 108 add_update 0, v3, 18, 19, 16, 17 109 add_update 1, v4, 19, 16, 17, 18 111 add_update 0, v5, 16, 17, 18, 19 112 add_update 1, v6, 17, 18, 19, 16 113 add_update 0, v7, 18, 19, 16, 17 114 add_update 1, v8, 19, 16, 17, 18 116 add_update 0, v9, 16, 17, 18, 19 117 add_update 1, v10, 17, 18, 19, 16 [all …]
|
/linux/lib/crypto/arm/ |
H A D | sha512-armv4.pl | 94 @ Sigma1(x) (ROTR((x),14) ^ ROTR((x),18) ^ ROTR((x),41)) 95 @ LO lo>>14^hi<<18 ^ lo>>18^hi<<14 ^ hi>>9^lo<<23 96 @ HI hi>>14^lo<<18 ^ hi>>18^lo<<14 ^ lo>>9^hi<<23 101 eor $t0,$t0,$Ehi,lsl#18 103 eor $t1,$t1,$Elo,lsl#18 105 eor $t0,$t0,$Elo,lsr#18 106 eor $t1,$t1,$Ehi,lsr#18 131 ldr $t2,[$Ktbl,#$lo] @ K[i].lo 133 ldr $t3,[$Ktbl,#$hi] @ K[i].hi 141 adc $Thi,$Thi,$t3 @ T += K[i] [all …]
|
/linux/arch/arm64/crypto/ |
H A D | sm3-neon-core.S | 121 #define R(i, a, b, c, d, e, f, g, h, k, K_LOAD, round, widx, wtype, IOP, iop_param) \ argument 128 add k, k, e; \ 133 add k, k, t0; \ 137 rolw(k, k, 7); /* rol (t0 + e + t), 7) => k */ \ 139 add h, h, k; /* h + w1 + k => h */ \ 142 eor t0, t0, k; /* k ^ t0 => t0 */ \ 155 #define R1(a, b, c, d, e, f, g, h, k, K_LOAD, round, widx, wtype, IOP, iop_param) \ argument 156 R(1, ##a, ##b, ##c, ##d, ##e, ##f, ##g, ##h, ##k, K_LOAD, round, widx, wtype, IOP, iop_param) 158 #define R2(a, b, c, d, e, f, g, h, k, K_LOAD, round, widx, wtype, IOP, iop_param) \ argument 159 R(2, ##a, ##b, ##c, ##d, ##e, ##f, ##g, ##h, ##k, K_LOAD, round, widx, wtype, IOP, iop_param) [all …]
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-vp9.c | 79 { 45, 18, 32, 130, 90, 157, 40, 79, 91 }, /*left = d207*/ 91 { 55, 30, 18, 122, 79, 179, 44, 88, 116 }, /*left = d63 */ 112 { 58, 18, 28, 105, 139, 182, 70, 92, 63 }, /*left = d207*/ 140 { 52, 18, 18 }, /* a/l both split */ 265 { 1, 18, 34 }, 325 { 1, 18, 37 }, 444 { 18, 90, 144 }, 523 { 1, 18, 30 }, 539 { 1, 18, 34 }, 581 { 1, 18, 32 }, [all …]
|
/linux/drivers/i3c/master/mipi-i3c-hci/ |
H A D | hci_quirks.c | 7 * Authors: Shyam Sundar S K <Shyam-sundar.S-k@amd.com> 33 data |= W0_MASK(18, 16); in amd_set_od_pp_timing()
|
/linux/tools/perf/Documentation/ |
H A D | security.txt | 32 --- a/policy/flask/access_vectors 2020-02-04 18:19:53.000000000 +0300 59 --- a/policy/flask/security_classes 2020-02-04 18:19:53.000000000 +0300 77 drwxr-xr-x. 2 root root 4.0K Mar 20 12:16 . 78 drwxr-xr-x. 3 root root 4.0K Mar 20 12:16 .. 79 -rw-r--r--. 1 root root 112K Mar 20 12:16 selinux-policy-3.14.4-48.fc31.noarch.rpm 84 -rw-r--r--. 1 root root 111K Mar 20 12:16 selinux-policy-sandbox-3.14.4-48.fc31.noarch.rpm 198 2,629 context-switches # 0.072 K/sec 199 57 cpu-migrations # 0.002 K/sec 200 1 page-faults # 0.000 K/sec
|
/linux/Documentation/networking/device_drivers/ethernet/intel/ |
H A D | ice.rst | 258 # ethtool -K <ethX> ntuple <off|on> 455 # ethtool -K <ethX> ntuple on 487 # ethtool -K <ethX> ntuple off 880 # ethtool -K <ethX> rxvlan off 911 # ethtool -k <ethX> 917 payloads up to 64K into valid Ethernet frames. Because the adapter hardware is 928 # ethtool -K <ethX> tx-udp-segmentation [off|on] 970 # echo <log_level> > /sys/kernel/debug/ice/0000\:18\:00.0/fwlog/modules/<module> 1028 # echo verbose > /sys/kernel/debug/ice/0000\:18\:00.0/fwlog/modules/link 1032 # echo verbose > /sys/kernel/debug/ice/0000\:18\:00.0/fwlog/modules/link [all …]
|
/linux/Documentation/admin-guide/ |
H A D | xfs.rst | 115 specified in bytes, or in kilobytes with a "k" suffix. 116 Valid sizes for version 1 and version 2 logs are 16384 (16k) 117 and 32768 (32k). Valid sizes for version 2 logs also 118 include 65536 (64k), 131072 (128k) and 262144 (256k). The 134 specified in bytes, in kilobytes with a "k" suffix, in megabytes 263 ikeep/noikeep v6.18 264 attr2/noattr2 v6.18 363 fs.xfs.irix_symlink_mode v6.18 364 fs.xfs.irix_sgid_inherit v6.18 365 fs.xfs.speculative_cow_prealloc_lifetime v6.18
|