| /linux/tools/testing/selftests/tc-testing/tc-tests/actions/ | 
| H A D | police.json | 20         "cmdUnderTest": "$TC actions add action police rate 1kbit burst 10k index 1",46             "$TC actions add action police rate 4Mbit burst 120k index 9"
 48         "cmdUnderTest": "$TC actions add action police rate 8kbit burst 24k index 9",
 75         "cmdUnderTest": "$TC actions add action police rate 90kbit burst 10k mtu 1k index 98",
 102         "cmdUnderTest": "$TC actions add action police rate 90kbit burst 10k mtu 2kb peakrate 100kbit index 3",
 156         "cmdUnderTest": "$TC actions add action police rate 1mbit burst 100k overhead 64 index 64",
 166         "id": "7ffb",
 183         "cmdUnderTest": "$TC actions add action police rate 2mbit burst 200k linklayer ethernet index 8",
 210         "cmdUnderTest": "$TC actions add action police rate 2mbit burst 200k linklaye
 192 { global()  object
 567 "$TC actions add action police rate 7mbit burst 700k index 7", global()  string
 630 "$TC actions add action police rate 7mbit burst 700k index 7", global()  string
 660 "$TC actions add action police rate 8mbit burst 800k index 8" global()  string
 [all...]
 | 
| /linux/Documentation/admin-guide/media/ | 
| H A D | dvb_intro.rst | 133 	T 177500000 7MHz AUTO AUTO QAM64 8k 1/16 NONE134 	T 184500000 7MHz AUTO AUTO QAM64 8k 1/8 NONE
 135 	T 191625000 7MHz AUTO AUTO QAM64 8k 1/16 NONE
 136 	T 219500000 7MHz AUTO AUTO QAM64 8k 1/16 NONE
 137 	T 226500000 7MHz AUTO AUTO QAM64 8k 1/16 NONE
 138 	T 557625000 7MHz AUTO AUTO QPSK 8k 1/16 NONE
 151 		TRANSMISSION_MODE = 8K
 179 	    TRANSMISSION_MODE = 8K
 194 	    TRANSMISSION_MODE = 8K
 209 	    TRANSMISSION_MODE = 8K
 [all …]
 
 | 
| /linux/include/uapi/linux/ | 
| H A D | keyboard.h | 15 #define KG_CTRLR	724 #define MAX_NR_OF_USER_KEYMAPS 256 	/* should be at least 7 */
 36 #define KT_SHIFT	7
 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)
 [all …]
 
 | 
| /linux/lib/raid6/ | 
| H A D | mktables.c | 55 	int i, j, k;  in main()  local72 			for (k = 0; k < 8; k++)  in main()
 73 				printf("0x%02x,%c", gfmul(i, j + k),  in main()
 74 				       (k == 7) ? '\n' : ' ');  in main()
 91 			for (k = 0; k < 8; k++)  in main()
 92 				printf("0x%02x,%c", gfmul(i, j + k),  in main()
 93 				       (k == 7) ? '\n' : ' ');  in main()
 97 			for (k = 0; k < 8; k++)  in main()
 98 				printf("0x%02x,%c", gfmul(i, (j + k) << 4),  in main()
 99 				       (k == 7) ? '\n' : ' ');  in main()
 [all …]
 
 | 
| /linux/crypto/ | 
| H A D | wp512.c | 782 	u64 K[8];        /* the round key */  in wp512_process_buffer()  local790 	state[0] = block[0] ^ (K[0] = wctx->hash[0]);  in wp512_process_buffer()
 791 	state[1] = block[1] ^ (K[1] = wctx->hash[1]);  in wp512_process_buffer()
 792 	state[2] = block[2] ^ (K[2] = wctx->hash[2]);  in wp512_process_buffer()
 793 	state[3] = block[3] ^ (K[3] = wctx->hash[3]);  in wp512_process_buffer()
 794 	state[4] = block[4] ^ (K[4] = wctx->hash[4]);  in wp512_process_buffer()
 795 	state[5] = block[5] ^ (K[5] = wctx->hash[5]);  in wp512_process_buffer()
 796 	state[6] = block[6] ^ (K[6] = wctx->hash[6]);  in wp512_process_buffer()
 797 	state[7] = block[7] ^ (K[7] = wctx->hash[7]);  in wp512_process_buffer()
 801 		L[0] = C0[(int)(K[0] >> 56)       ] ^  in wp512_process_buffer()
 [all …]
 
 | 
| /linux/drivers/media/platform/verisilicon/ | 
| H A D | hantro_vp8.c | 35  * filter taps taken to 7-bit precision,53 	u32 i, j, k;  in hantro_vp8_prob_update()  local
 66 	dst[7] = 0;  in hantro_vp8_prob_update()
 76 	dst[7] = 0; /*unused */  in hantro_vp8_prob_update()
 87 	dst[7] = entropy->mv_probs[1][9 + 9];  in hantro_vp8_prob_update()
 106 		dst[7] = 0;	/*unused */  in hantro_vp8_prob_update()
 112 	dst += (8 * 7);  in hantro_vp8_prob_update()
 115 			for (k = 0; k < 3; ++k) {  in hantro_vp8_prob_update()
 116 				dst[0] = entropy->coeff_probs[i][j][k][0];  in hantro_vp8_prob_update()
 117 				dst[1] = entropy->coeff_probs[i][j][k][1];  in hantro_vp8_prob_update()
 [all …]
 
 | 
| /linux/lib/ | 
| H A D | bitmap.c | 40 	unsigned int k, lim = bits/BITS_PER_LONG;  in __bitmap_equal()  local41 	for (k = 0; k < lim; ++k)  in __bitmap_equal()
 42 		if (bitmap1[k] != bitmap2[k])  in __bitmap_equal()
 46 		if ((bitmap1[k] ^ bitmap2[k]) & BITMAP_LAST_WORD_MASK(bits))  in __bitmap_equal()
 58 	unsigned int k, lim = bits / BITS_PER_LONG;  in __bitmap_or_equal()  local
 61 	for (k = 0; k < lim; ++k) {  in __bitmap_or_equal()
 62 		if ((bitmap1[k] | bitmap2[k]) != bitmap3[k])  in __bitmap_or_equal()
 69 	tmp = (bitmap1[k] | bitmap2[k]) ^ bitmap3[k];  in __bitmap_or_equal()
 75 	unsigned int k, lim = BITS_TO_LONGS(bits);  in __bitmap_complement()  local
 76 	for (k = 0; k < lim; ++k)  in __bitmap_complement()
 [all …]
 
 | 
| /linux/Documentation/devicetree/bindings/interrupt-controller/ | 
| H A D | marvell,armada-8k-pic.yaml | 4 $id: http://devicetree.org/schemas/interrupt-controller/marvell,armada-8k-pic.yaml#7 title: Marvell Armada 7K/8K PIC Interrupt controller
 13   The Marvell Armada 7K/8K PIC is a secondary interrupt controller available on
 14   the Marvell Armada 7K/8K ARM64 SoCs, and typically connected to the GIC as the
 19     const: marvell,armada-8k-pic
 47         compatible = "marvell,armada-8k-pic";
 
 | 
| /linux/lib/crypto/ | 
| H A D | sm3.c | 18 static const u32 ____cacheline_aligned K[64] = {  variable43 		ss1 = rol32((rol32((a), 12) + (e) + (t)), 7);	\
 72 		^ rol32(W[(i-13) & 0x0f], 7)		\
 86 	h = sctx->state[7];  in sm3_transform()
 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()
 [all …]
 
 | 
| /linux/drivers/media/usb/pwc/ | 
| H A D | pwc-dec23.c | 92 	int compression_mode, j, k, bit, pw;  in build_table_color()  local104 			for (k = 0; k < 16; k++) {  in build_table_color()
 105 				if (k == 0)  in build_table_color()
 107 				else if (k >= 1 && k < 3)  in build_table_color()
 108 					bit = (r[0] >> 15) & 7;  in build_table_color()
 109 				else if (k >= 3 && k < 6)  in build_table_color()
 110 					bit = (r[0] >> 12) & 7;  in build_table_color()
 111 				else if (k >= 6 && k < 10)  in build_table_color()
 112 					bit = (r[0] >> 9) & 7;  in build_table_color()
 113 				else if (k >= 10 && k < 13)  in build_table_color()
 [all …]
 
 | 
| /linux/drivers/ata/pata_parport/ | 
| H A D | aten.c | 32 	w0(r); w2(0xe); w2(6); w0(val); w2(7); w2(6); w2(0xc);  in aten_write_regr()45 		w2(7); w2(6); w2(0);  in aten_read_regr()
 62 	int  k, a, b, c, d;  in aten_read_block()  local
 68 		for (k = 0; k < count / 2; k++) {  in aten_read_block()
 69 			w2(7); w2(6); w2(2);  in aten_read_block()
 72 			buf[2 * k] = j44(c, d);  in aten_read_block()
 73 			buf[2 * k + 1] = j44(a, b);  in aten_read_block()
 80 		for (k = 0; k < count / 2; k++) {  in aten_read_block()
 83 			buf[2 * k] = b;  in aten_read_block()
 84 			buf[2 * k + 1] = a;  in aten_read_block()
 [all …]
 
 | 
| H A D | dstr.c | 30 #define P2	w2(5);w2(7);w2(5);w2(4);83 		w0(val); w2(5); w2(7); w2(5); w2(4);  in dstr_write_regr()
 117 	int k, a, b;  in dstr_read_block()  local
 128 		for (k = 0; k < count; k++) {  in dstr_read_block()
 131 			buf[k] = j44(a, b);  in dstr_read_block()
 136 		for (k = 0; k < count; k++) {  in dstr_read_block()
 138 			buf[k] = r0();  in dstr_read_block()
 145 		for (k = 0; k < count; k++)  in dstr_read_block()
 146 			buf[k] = r4();  in dstr_read_block()
 151 		for (k = 0; k < count / 2; k++)  in dstr_read_block()
 [all …]
 
 | 
| H A D | on26.c | 35 		w2(5); w2(7); w2(5); w2(4);	\166 			x = on26_read_regr(pi, 0, 7);  in on26_test_port()
 168 			y = on26_read_regr(pi, 0, 7);  in on26_test_port()
 193 	int k, a, b;  in on26_read_block()  local
 199 		for (k = 0; k < count; k++) {  in on26_read_block()
 202 			buf[k] = j44(a, b);  in on26_read_block()
 209 		for (k = 0; k < count / 2; k++) {  in on26_read_block()
 210 			w2(0x26); buf[2 * k] = r0();  in on26_read_block()
 211 			w2(0x24); buf[2 * k + 1] = r0();  in on26_read_block()
 219 		for (k = 0; k < count; k++)  in on26_read_block()
 [all …]
 
 | 
| H A D | frpw.c | 53 	w2(5); w2(7); w2(5); w2(4);  in frpw_write_regr()59 	int h, l, k, ph;  in frpw_read_block_int()  local
 64 		for (k = 0; k < count; k++) {  in frpw_read_block_int()
 67 			buf[k] = j44(l, h);  in frpw_read_block_int()
 76 		for (k = 0; k < count; k++) {  in frpw_read_block_int()
 78 			buf[k] = r0();  in frpw_read_block_int()
 86 		for (k = 0; k < count; k++)  in frpw_read_block_int()
 87 			buf[k] = r4();  in frpw_read_block_int()
 94 		for (k = 0; k < count - 2; k++)  in frpw_read_block_int()
 95 			buf[k] = r4();  in frpw_read_block_int()
 [all …]
 
 | 
| /linux/net/ceph/ | 
| H A D | ceph_hash.c | 25 	const unsigned char *k = (const unsigned char *)str;  in ceph_str_hash_rjenkins()  local37 		a = a + (k[0] + ((__u32)k[1] << 8) + ((__u32)k[2] << 16) +  in ceph_str_hash_rjenkins()
 38 			 ((__u32)k[3] << 24));  in ceph_str_hash_rjenkins()
 39 		b = b + (k[4] + ((__u32)k[5] << 8) + ((__u32)k[6] << 16) +  in ceph_str_hash_rjenkins()
 40 			 ((__u32)k[7] << 24));  in ceph_str_hash_rjenkins()
 41 		c = c + (k[8] + ((__u32)k[9] << 8) + ((__u32)k[10] << 16) +  in ceph_str_hash_rjenkins()
 42 			 ((__u32)k[11] << 24));  in ceph_str_hash_rjenkins()
 44 		k = k + 12;  in ceph_str_hash_rjenkins()
 52 		c = c + ((__u32)k[10] << 24);  in ceph_str_hash_rjenkins()
 55 		c = c + ((__u32)k[9] << 16);  in ceph_str_hash_rjenkins()
 [all …]
 
 | 
| /linux/Documentation/devicetree/bindings/net/ | 
| H A D | marvell,pp2.yaml | 7 title: Marvell CN913X / Marvell Armada 375, 7K, 8K Ethernet Controller15   Marvell Armada 7K/8K Ethernet Controller (PPv2.2)
 22       - marvell,armada-7k-pp22
 129           only for marvell,armada-7k-pp22, ID of the port from the
 149           const: marvell,armada-7k-pp22
 231     // For Armada 7k/8k and Cn913x variants
 238         compatible = "marvell,armada-7k-pp22";
 
 | 
| /linux/arch/m68k/fpsp040/ | 
| H A D | srem_mod.S | 28 |       Step 2.  Set L := expo(X)-expo(Y), k := 0, Q := 0.39 |            3.4 k := k + 1, j := j - 1, Q := 2Q, R := 2R. Go to
 43 |                Last_Subtract := false (used in Step 7 below). If
 56 |       Step 7.  If Last_Subtract = true, R := R - Y.
 58 |       Step 8.  Return signQ, last 7 bits of Q, and R as required.
 62 |                R := 0. Return signQ, last 7 bits of Q, and R.
 134 |                                       ...with bias $7FFD
 148 |                                       ...with bias $7FFD
 153 |                                       ...with bias $7FFD
 179 |                                       ...with bias $7FFD
 [all …]
 
 | 
| /linux/lib/crypto/x86/ | 
| H A D | sha512-avx2-asm.S | 165 	# Extract w[t-7]166 	MY_VPALIGNR	YTMP0, Y_3, Y_2, 8		# YTMP0 = W[-7]
 167 	# Calculate w[t-16] + w[t-7]
 168 	vpaddq		Y_0, YTMP0, YTMP0		# YTMP0 = W[-7] + W[-16]
 178 	# Calculate w[t-15] shr 7
 179 	vpsrlq		$7, YTMP1, YTMP4		# YTMP4 = W[-15] >> 7
 184 	add	frame_XFER(%rsp),h		# h = k + w + h         # --
 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  # --
 [all …]
 
 | 
| /linux/tools/testing/selftests/bpf/progs/ | 
| H A D | test_jhash.h | 39 	const unsigned char *k = key;  in jhash()  local44 		a += *(volatile u32 *)(k);  in jhash()
 45 		b += *(volatile u32 *)(k + 4);  in jhash()
 46 		c += *(volatile u32 *)(k + 8);  in jhash()
 49 		k += 12;  in jhash()
 52 	case 12: c += (u32)k[11]<<24;  in jhash()
 53 	case 11: c += (u32)k[10]<<16;  in jhash()
 54 	case 10: c += (u32)k[9]<<8;  in jhash()
 55 	case 9:  c += k[8];  in jhash()
 56 	case 8:  b += (u32)k[7]<<24;  in jhash()
 [all …]
 
 | 
| /linux/arch/x86/include/asm/ | 
| H A D | dma.h | 27  *  controller 2: channels 4-7, word operations, ports C0-DF32  *  - channels 5-7 are word - addresses/counts are for physical words
 33  *  - transfers must not cross physical 64K (0-3) or 128K (5-7) boundaries
 36  *  - page registers for 5-7 don't use data bit 0, represent 128K pages
 37  *  - page registers for 0-3 use bit 0, represent 64K pages
 52  *  Address mapping for channels 5-7:
 61  * Again, channels 5-7 transfer _physical_ words (16 bits), so addresses
 65  * Transfer count (_not # bytes_) is limited to 64K, represented as actual
 66  * count - 1 : 64K => 0xFFFF, 1 => 0x0000.  Thus, count is always 1 or more,
 67  * and up to 128K bytes may be transferred on channels 5-7 in one operation.
 [all …]
 
 | 
| /linux/arch/mips/include/asm/ | 
| H A D | dma.h | 33  *  controller 2: channels 4-7, word operations, ports C0-DF38  *  - channels 5-7 are word - addresses/counts are for physical words
 39  *  - transfers must not cross physical 64K (0-3) or 128K (5-7) boundaries
 42  *  - page registers for 5-7 don't use data bit 0, represent 128K pages
 43  *  - page registers for 0-3 use bit 0, represent 64K pages
 58  *  Address mapping for channels 5-7:
 67  * Again, channels 5-7 transfer _physical_ words (16 bits), so addresses
 71  * Transfer count (_not # bytes_) is limited to 64K, represented as actual
 72  * count - 1 : 64K => 0xFFFF, 1 => 0x0000.  Thus, count is always 1 or more,
 73  * and up to 128K bytes may be transferred on channels 5-7 in one operation.
 [all …]
 
 | 
| /linux/tools/perf/pmu-events/arch/x86/meteorlake/ | 
| H A D | virtual-memory.json | 4         "Counter": "0,1,2,3,4,5,6,7",34         "Counter": "0,1,2,3,4,5,6,7",
 63         "Counter": "0,1,2,3,4,5,6,7",
 82 …iefDescription": "Counts the number of page walks completed due to load DTLB misses to a 4K page.",
 83         "Counter": "0,1,2,3,4,5,6,7",
 86 …missed in all Translation Lookaside Buffer (TLB) levels and were mapped to 4K pages. Includes page…
 92         "BriefDescription": "Page walks completed due to a demand data load to a 4K page.",
 96 …"PublicDescription": "Counts completed page walks  (4K sizes) caused by demand data loads. This im…
 103         "Counter": "0,1,2,3,4,5,6,7",
 123         "Counter": "0,1,2,3,4,5,6,7",
 [all …]
 
 | 
| /linux/tools/perf/pmu-events/arch/x86/grandridge/ | 
| H A D | virtual-memory.json | 4         "Counter": "0,1,2,3,4,5,6,7",12         "Counter": "0,1,2,3,4,5,6,7",
 20         "Counter": "0,1,2,3,4,5,6,7",
 28 …iefDescription": "Counts the number of page walks completed due to load DTLB misses to a 4K page.",
 29         "Counter": "0,1,2,3,4,5,6,7",
 32 …missed in all Translation Lookaside Buffer (TLB) levels and were mapped to 4K pages. Includes page…
 38         "Counter": "0,1,2,3,4,5,6,7",
 47         "Counter": "0,1,2,3,4,5,6,7",
 55         "Counter": "0,1,2,3,4,5,6,7",
 63         "Counter": "0,1,2,3,4,5,6,7",
 [all …]
 
 | 
| /linux/tools/perf/pmu-events/arch/x86/sierraforest/ | 
| H A D | virtual-memory.json | 4         "Counter": "0,1,2,3,4,5,6,7",12         "Counter": "0,1,2,3,4,5,6,7",
 20         "Counter": "0,1,2,3,4,5,6,7",
 28 …iefDescription": "Counts the number of page walks completed due to load DTLB misses to a 4K page.",
 29         "Counter": "0,1,2,3,4,5,6,7",
 32 …missed in all Translation Lookaside Buffer (TLB) levels and were mapped to 4K pages. Includes page…
 38         "Counter": "0,1,2,3,4,5,6,7",
 47         "Counter": "0,1,2,3,4,5,6,7",
 55         "Counter": "0,1,2,3,4,5,6,7",
 63         "Counter": "0,1,2,3,4,5,6,7",
 [all …]
 
 | 
| /linux/tools/perf/pmu-events/arch/x86/lunarlake/ | 
| H A D | virtual-memory.json | 4         "Counter": "0,1,2,3,4,5,6,7",13         "Counter": "0,1,2,3,4,5,6,7",
 22         "Counter": "0,1,2,3,4,5,6,7",
 31         "Counter": "0,1,2,3,4,5,6,7,8,9",
 41         "Counter": "0,1,2,3,4,5,6,7,8,9",
 52         "Counter": "0,1,2,3,4,5,6,7",
 62         "Counter": "0,1,2,3,4,5,6,7,8,9",
 72         "Counter": "0,1,2,3,4,5,6,7,8,9",
 82         "Counter": "0,1,2,3,4,5,6,7",
 92         "Counter": "0,1,2,3,4,5,6,7,8,9",
 [all …]
 
 |