Home
last modified time | relevance | path

Searched +full:18 +full:k (Results 1 – 25 of 708) sorted by relevance

12345678910>>...29

/linux/lib/crypto/x86/
H A Dsha512-avx2-asm.S183 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 Dsha512-avx-asm.S77 # 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 Dsha512-ssse3-asm.S98 # 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 Dsha256-ssse3-asm.S174 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/tools/testing/selftests/bpf/progs/
H A Dfexit_many_args.c14 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 Dfentry_many_args.c14 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 Dmd5-asm.S68 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 Dpoly1305-p10le_64.S49 # 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 Dtest_output_isolated_correctly.log1 …@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 Duaccess.h11 * -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/drivers/clk/berlin/
H A Dbg2q.c129 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 Dexception.S5 /* 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 Dpvr_rogue_cr_defs_client.h67 #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 DKconfig39 # 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 Dthread_info.h9 * 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/arm/
H A Dsha512-armv4.pl94 @ 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/drivers/media/v4l2-core/
H A Dv4l2-vp9.c79 { 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/tools/perf/Documentation/
H A Dsecurity.txt32 --- 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/drivers/i3c/master/mipi-i3c-hci/
H A Dhci_quirks.c7 * Authors: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
33 data |= W0_MASK(18, 16); in amd_set_od_pp_timing()
/linux/Documentation/networking/device_drivers/ethernet/intel/
H A Dice.rst258 # 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/include/dt-bindings/clock/
H A Dtegra20-car.h38 #define TEGRA20_CLK_I2S2 18
111 #define TEGRA20_CLK_AUDIO_2X 89 /* a/k/a audio_2x_sync_clk */
128 #define TEGRA20_CLK_CLK_32K 105 /* a/k/a clk_s */
153 #define TEGRA20_CLK_COP 129 /* a/k/a avp */
154 #define TEGRA20_CLK_AUDIO 130 /* a/k/a audio_sync_clk */
/linux/include/media/
H A Dtuner.h40 #define TUNER_TEMIC_4066FY5_PAL_I 18 /* 4066 FY5 (3X 7032, 7035) */
41 #define TUNER_TEMIC_4006FN5_MULTI_PAL 19 /* B/G, I and D/K autodetected (3X 7595, 7606, 7657) */
45 #define TUNER_TEMIC_4046FM5 22 /* you must actively select B/G, D/K, I, L, L` ! (3X 7804, 7806, 8…
48 #define TUNER_PHILIPS_FQ1216ME 24 /* you must actively select B/G/D/K, I, L, L` */
55 #define TUNER_TEMIC_4009FN5_MULTI_PAL_FM 30 /* B/G, I and D/K autodetected (3X 8155, 8160, 8163) */
158 #define TDA9887_AUTOMUTE (1<<18)
/linux/drivers/iio/adc/
H A Dtwl6030-gpadc.c7 * Balaji T K <balajitk@ti.com>
10 * Ambresh K <ambresh@ti.com>
15 * Mikko Ylinen <mikko.k.ylinen@nokia.com>
344 [14] = { /* ch 18, internal, battery voltage */
345 .channel = 18,
570 * gain: k = 1 + ((d2 - d1) / (x2 - x1))
571 * offset: b = d1 + (k - 1) * x1
576 int b, k, gain, x1, x2, i; in twl6030_calibrate_channel() local
588 /* k - real curve gain */ in twl6030_calibrate_channel()
589 k = 1000 + (((d2 - d1) * 1000) / (x2 - x1)); in twl6030_calibrate_channel()
[all …]
/linux/drivers/usb/host/
H A Dxhci-mtk-sch.c22 #define LS_PAYLOAD_MAX 18
425 int i, j, k; in get_max_bw() local
431 k = XHCI_MTK_BW_INDEX(base + j); in get_max_bw()
432 bw = sch_bw->bus_bw[k] + sch_ep->bw_budget_table[j]; in get_max_bw()
461 int i, j, k; in update_bus_bw() local
466 k = XHCI_MTK_BW_INDEX(base + j); in update_bus_bw()
468 sch_bw->bus_bw[k] += sch_ep->bw_budget_table[j]; in update_bus_bw()
470 sch_bw->bus_bw[k] -= sch_ep->bw_budget_table[j]; in update_bus_bw()
500 int i, k; in check_fs_budget_microframes() local
510 k = XHCI_MTK_BW_INDEX(offset + i); in check_fs_budget_microframes()
[all …]
/linux/drivers/s390/char/
H A Ddefkeymap.map23 keycode 18 = nul k
87 keycode 82 = acircumflex K
171 string F7 = "\033[18~"

12345678910>>...29