| /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", 23 "matchPattern": "action order [0-9]*: police 0x1 rate 1Kbit burst 10Kb", 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", 51 "matchPattern": "action order [0-9]*: police 0x9", 75 "cmdUnderTest": "$TC actions add action police rate 90kbit burst 10k mtu 1k index 98", 78 "matchPattern": "action order [0-9]* 246 { global() object [all...] |
| /linux/drivers/media/platform/verisilicon/ |
| H A D | hantro_vp8.c | 42 { 0, -9, 93, 50, -6, 0 }, 44 { 0, -6, 50, 93, -9, 0 }, 53 u32 i, j, k; in hantro_vp8_prob_update() local 84 dst[4] = entropy->mv_probs[0][8 + 9]; in hantro_vp8_prob_update() 85 dst[5] = entropy->mv_probs[0][9 + 9]; in hantro_vp8_prob_update() 86 dst[6] = entropy->mv_probs[1][8 + 9]; in hantro_vp8_prob_update() 87 dst[7] = entropy->mv_probs[1][9 + 9]; in hantro_vp8_prob_update() 91 dst[0] = entropy->mv_probs[i][j + 9 + 0]; in hantro_vp8_prob_update() 92 dst[1] = entropy->mv_probs[i][j + 9 + 1]; in hantro_vp8_prob_update() 93 dst[2] = entropy->mv_probs[i][j + 9 + 2]; in hantro_vp8_prob_update() [all …]
|
| /linux/drivers/ata/pata_parport/ |
| H A D | ktti.c | 42 w0(r); w2(0xb); w2(0xa); w2(9); w2(0xc); w2(9); in ktti_read_regr() 43 a = r1(); w2(0xc); b = r1(); w2(9); w2(0xc); w2(9); in ktti_read_regr() 49 int k, a, b; in ktti_read_block() local 51 for (k = 0; k < count / 2; k++) { in ktti_read_block() 52 w0(0x10); w2(0xb); w2(0xa); w2(9); w2(0xc); w2(9); in ktti_read_block() 53 a = r1(); w2(0xc); b = r1(); w2(9); in ktti_read_block() 54 buf[2*k] = j44(a, b); in ktti_read_block() 55 a = r1(); w2(0xc); b = r1(); w2(9); in ktti_read_block() 56 buf[2*k+1] = j44(a, b); in ktti_read_block() 62 int k; in ktti_write_block() local [all …]
|
| H A D | dstr.c | 117 int k, a, b; in dstr_read_block() local 123 w0(9); in dstr_read_block() 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() 152 ((u16 *)buf)[k] = r4w(); in dstr_read_block() [all …]
|
| H A D | bpck.c | 60 w0(r); w2(9); w2(0); w2(0x20); in bpck_read_regr() 84 case 4: w0(r); w2(9); w2(0); in bpck_write_regr() 124 w0(0x40); w2(9); w2(0); w2(1); in bpck_write_block() 133 w0(0x40); w2(9); w2(0); w2(1); in bpck_write_block() 142 w0(0x40); w2(9); w2(0); w2(1); in bpck_write_block() 181 w0(0x40); w2(9); w2(0); w2(0x20); in bpck_read_block() 190 w0(0x40); w2(9); w2(0); w2(0x20); in bpck_read_block() 199 w0(0x40); w2(9); w2(0); w2(0x20); in bpck_read_block() 275 w2(9); w2(0); in bpck_disconnect() 291 w0(4); w2(9); w2(0); in bpck_force_spp() [all …]
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | hash-4k.h | 5 #define H_PTE_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps: 2^9 x 4KB = 2MB 7 #define H_PUD_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps: 2^9 x 256MB = 128GB 8 #define H_PGD_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps: 2^9 x 128GB = 64TB 11 * Each context is 512TB. But on 4k we restrict our max TASK size to 64TB 51 * Not supported by 4k linux page size 72 * On all 4K setups, remap_4k_pfn() equates to remap_pfn_range() 78 * With 4K page size the real_pte machinery is all nops. 106 * 4K PTE format is different from 64K PTE format. Saving the hash_slot is just 107 * a matter of returning the PTE bits that need to be modified. On 64K PTE,
|
| H A D | radix-4k.h | 6 * For 4K page size supported index is 13/9/9/9 8 #define RADIX_PTE_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps 2^9 x 4K = 2MB 9 #define RADIX_PMD_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps 2^9 x 2MB = 1GB 10 #define RADIX_PUD_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps 2^9 x 1GB = 512GB
|
| H A D | radix-64k.h | 6 * For 64K page size supported index is 13/9/9/5 8 #define RADIX_PTE_INDEX_SIZE 5 // size: 8B << 5 = 256B, maps 2^5 x 64K = 2MB 9 #define RADIX_PMD_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps 2^9 x 2MB = 1GB 10 #define RADIX_PUD_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps 2^9 x 1GB = 512GB
|
| /linux/net/ceph/ |
| H A D | ceph_hash.c | 25 const unsigned char *k = (const unsigned char *)str; in ceph_str_hash_rjenkins() local 37 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/tools/testing/selftests/bpf/progs/ |
| H A D | test_jhash.h | 39 const unsigned char *k = key; in jhash() local 44 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/include/trace/events/ |
| H A D | bcache.h | 30 __entry->nr_sector = bio->bi_iter.bi_size >> 9; 42 TP_PROTO(struct bkey *k), 43 TP_ARGS(k), 53 __entry->inode = KEY_INODE(k); 54 __entry->offset = KEY_OFFSET(k); 55 __entry->size = KEY_SIZE(k); 56 __entry->dirty = KEY_DIRTY(k); 104 __entry->nr_sector = bio->bi_iter.bi_size >> 9; 139 __entry->nr_sector = bio->bi_iter.bi_size >> 9; 170 __entry->nr_sector = bio->bi_iter.bi_size >> 9; [all …]
|
| /linux/drivers/media/usb/pwc/ |
| H A D | pwc-dec23.c | 92 int compression_mode, j, k, bit, pw; in build_table_color() local 104 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() 109 else if (k >= 3 && k < 6) 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() 115 else if (k >= 13 && k < 15) in build_table_color() 119 if (k == 0) in build_table_color() [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/arrowlake/ |
| H A D | virtual-memory.json | 31 "Counter": "0,1,2,3,4,5,6,7,8,9", 50 "Counter": "0,1,2,3,4,5,6,7,8,9", 71 "Counter": "0,1,2,3,4,5,6,7,8,9", 90 "Counter": "0,1,2,3,4,5,6,7,8,9", 110 "Counter": "0,1,2,3,4,5,6,7,8,9", 129 …iefDescription": "Counts the number of page walks completed due to load DTLB misses to a 4K page.", 133 …missed in all Translation Lookaside Buffer (TLB) levels and were mapped to 4K pages. Includes page… 139 "BriefDescription": "Page walks completed due to a demand data load to a 4K page.", 140 "Counter": "0,1,2,3,4,5,6,7,8,9", 143 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im… [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/lunarlake/ |
| H A D | virtual-memory.json | 31 "Counter": "0,1,2,3,4,5,6,7,8,9", 41 "Counter": "0,1,2,3,4,5,6,7,8,9", 62 "Counter": "0,1,2,3,4,5,6,7,8,9", 72 "Counter": "0,1,2,3,4,5,6,7,8,9", 92 "Counter": "0,1,2,3,4,5,6,7,8,9", 101 …iefDescription": "Counts the number of page walks completed due to load DTLB misses to a 4K page.", 105 …missed in all Translation Lookaside Buffer (TLB) levels and were mapped to 4K pages. Includes page… 111 "BriefDescription": "Page walks completed due to a demand data load to a 4K page.", 112 "Counter": "0,1,2,3,4,5,6,7,8,9", 115 …"PublicDescription": "Counts completed page walks (4K sizes) caused by demand data loads. This im… [all …]
|
| /linux/fs/smb/common/ |
| H A D | cifs_md4.c | 51 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument 52 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (u32)0x5A827999,s)) argument 53 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s)) argument 73 ROUND1(d, a, b, c, in[9], 7); in md4_transform() 83 ROUND2(c, d, a, b, in[8], 9); in md4_transform() 87 ROUND2(c, d, a, b, in[9], 9); in md4_transform() 91 ROUND2(c, d, a, b, in[10], 9); in md4_transform() 95 ROUND2(c, d, a, b, in[11], 9); in md4_transform() 99 ROUND3(d, a, b, c, in[8], 9); in md4_transform() 103 ROUND3(d, a, b, c, in[10], 9); in md4_transform() [all …]
|
| /linux/lib/crypto/powerpc/ |
| H A D | md5-asm.S | |
| /linux/Documentation/networking/ |
| H A D | filter.rst | 80 __u32 k; /* Generic multiuse field */ 84 a code, jt, jf and k value. jt and jf are jump offsets and k a generic 207 op:16, jt:8, jf:8, k:32 211 "jump if true", the other one "jump if false". Eventually, element k 236 jeq 7, 8, 9, 10 Jump on A == <x> 237 jneq 9, 10 Jump on A != <x> 238 jne 9, 10 Jump on A != <x> 239 jlt 9, 10 Jump on A < <x> 240 jle 9, 10 Jump on A <= <x> 241 jgt 7, 8, 9, 10 Jump on A > <x> [all …]
|
| /linux/tools/include/linux/ |
| H A D | jhash.h | 61 * @k: sequence of bytes as key 73 const u8 *k = key; in jhash() local 80 a += __get_unaligned_cpu32(k); in jhash() 81 b += __get_unaligned_cpu32(k + 4); in jhash() 82 c += __get_unaligned_cpu32(k + 8); in jhash() 85 k += 12; in jhash() 90 case 12: c += (u32)k[11]<<24; in jhash() 91 case 11: c += (u32)k[10]<<16; in jhash() 92 case 10: c += (u32)k[9]<<8; in jhash() 93 case 9: c += k[8]; in jhash() [all …]
|
| /linux/include/linux/ |
| H A D | jhash.h | 61 * @k: sequence of bytes as key 73 const u8 *k = key; in jhash() local 80 a += get_unaligned((u32 *)k); in jhash() 81 b += get_unaligned((u32 *)(k + 4)); in jhash() 82 c += get_unaligned((u32 *)(k + 8)); in jhash() 85 k += 12; in jhash() 89 case 12: c += (u32)k[11]<<24; fallthrough; in jhash() 90 case 11: c += (u32)k[10]<<16; fallthrough; in jhash() 91 case 10: c += (u32)k[9]<<8; fallthrough; in jhash() 92 case 9: c += k[8]; fallthrough; in jhash() [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/pantherlake/ |
| H A D | virtual-memory.json | 22 "Counter": "0,1,2,3,4,5,6,7,8,9", 32 "Counter": "0,1,2,3,4,5,6,7,8,9", 53 "Counter": "0,1,2,3,4,5,6,7,8,9", 63 "Counter": "0,1,2,3,4,5,6,7,8,9", 73 "Counter": "0,1,2,3,4,5,6,7,8,9", 82 "BriefDescription": "Counts the number of page walks completed due to load DTLB misses to a 4K page.", 86 "PublicDescription": "Counts the number of page walks completed due to loads (including SW prefetches) whose address translations missed in all Translation Lookaside Buffer (TLB) levels and were mapped to 4K pages. Includes page walks that page fault.", 92 "BriefDescription": "Page walks completed due to a demand data load to a 4K page.", 93 "Counter": "0,1,2,3,4,5,6,7,8,9", 96 "PublicDescription": "Counts completed page walks (4K size 91 { global() object [all...] |
| /linux/drivers/iio/magnetometer/ |
| H A D | yamaha-yas530.c | 161 u8 k; member 252 * 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 in yas530_extract_axis() 267 * 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 in yas532_extract_axis() 322 * The t value is 9 bits in big endian format in yas530_measure() 324 * 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 in yas530_measure() 338 * 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 in yas530_measure() 413 h[0] = (c->k * (128 * s[0] + c->a2 * s[1] + c->a3 * s[2])) / half_range; in yas537_measure() 414 h[1] = (c->k * (c->a4 * s[0] + c->a5 * s[1] + c->a6 * s[2])) / half_range; in yas537_measure() 415 h[2] = (c->k * (c->a7 * s[0] + c->a8 * s[1] + c->a9 * s[2])) / half_range; in yas537_measure() 560 * x' = k * in yas530_get_measure() [all...] |
| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_inq_client.pkt | 22 // Now we have 10K of data ready on the socket. 26 // We read 1K and we should have 9K ready to read. 33 // We read 9K and we should have no further data ready to read. 45 // We read 10K and we should have one "fake" byte because the connection is
|
| /linux/drivers/video/fbdev/mb862xx/ |
| H A D | mb862xxfb_accel.c | 47 cmd[1] = (2 << 7) | (GDC_ROP_COPY << 9); in mb86290fb_copyarea() 81 cmd[1] = (2 << 7) | (GDC_ROP_COPY << 9); in mb86290fb_imageblit1() 100 memcpy(&cmd[9 + i * step], line, step << 2); in mb86290fb_imageblit1() 103 int k = 0; in mb86290fb_imageblit1() local 104 for (k = 0; k < step; k++) in mb86290fb_imageblit1() 105 cmd[9 + i * step + k] = in mb86290fb_imageblit1() 106 cpu_to_be32(cmd[9 + i * step + k]); in mb86290fb_imageblit1() 208 cmdlen = 9 + height * step; in mb86290fb_imageblit() 280 cmd[1] = (2 << 7) | (GDC_ROP_XOR << 9); in mb86290fb_fillrect() 285 cmd[1] = (2 << 7) | (GDC_ROP_COPY << 9); in mb86290fb_fillrect()
|
| /linux/drivers/clk/berlin/ |
| H A D | bg2q.c | 70 .divsel_shift = 9, 100 BERLIN2_DIV_SELECT(REG_CLKSELECT0, 9), 116 BERLIN2_PLL_SWITCH(REG_CLKSWITCH0, 9), 175 BERLIN2_DIV_SELECT(REG_CLKSELECT1, 9), 268 { "sata", "perif", 9 }, 283 const char *parent_names[9]; in berlin2q_clock_setup() 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/arch/arm/boot/dts/st/ |
| H A D | stm32f7-pinctrl.dtsi | 140 pinmux = <STM32_PINMUX('A', 9, AF7)>; /* USART1_TX */ 153 pinmux = <STM32_PINMUX('A', 9, AF7)>; /* USART1_TX */ 166 pinmux = <STM32_PINMUX('B', 9, AF4)>, /* I2C1 SDA */ 238 <STM32_PINMUX('C', 9, AF12)>, /* SDMMC1 D1 */ 251 <STM32_PINMUX('C', 9, AF12)>, /* SDMMC1 D1 */ 269 <STM32_PINMUX('C', 9, ANALOG)>, /* SDMMC1 D1 */ 279 pinmux = <STM32_PINMUX('G', 9, AF11)>, /* SDMMC2 D0 */ 292 pinmux = <STM32_PINMUX('G', 9, AF11)>, /* SDMMC2 D0 */ 310 pinmux = <STM32_PINMUX('G', 9, ANALOG)>, /* SDMMC2 D0 */ 331 pinmux = <STM32_PINMUX('B', 9, AF9)>; /* CAN1_TX */ [all …]
|