| /kernel/linux/linux-5.10/Documentation/networking/device_drivers/atm/ |
| D | iphase.rst | 24 - Supports 4K VCs for the server board (with 512K control memory) and 1K 25 VCs for the client board (with 128K control memory). 31 including x575 (OC3, control memory 128K , 512K and packet memory 128K, 32 512K and 1M), x525 (UTP25) and x531 (DS3 and E3). See 93 The (i)Chip boards have 3 different packet RAM size variants: 128K, 512K and 101 128K 64K 64K 10K 10K 6 6 102 512K 256K 256K 10K 10K 25 25 103 1M 512K 512K 10K 10K 51 51 114 - RX_CNT = number of receive buffers in the range (1-128) 115 - RX_SIZE = size of receive buffers in the range (48-64K) [all …]
|
| /kernel/linux/linux-6.6/Documentation/networking/device_drivers/atm/ |
| D | iphase.rst | 24 - Supports 4K VCs for the server board (with 512K control memory) and 1K 25 VCs for the client board (with 128K control memory). 31 including x575 (OC3, control memory 128K , 512K and packet memory 128K, 32 512K and 1M), x525 (UTP25) and x531 (DS3 and E3). See 93 The (i)Chip boards have 3 different packet RAM size variants: 128K, 512K and 101 128K 64K 64K 10K 10K 6 6 102 512K 256K 256K 10K 10K 25 25 103 1M 512K 512K 10K 10K 51 51 114 - RX_CNT = number of receive buffers in the range (1-128) 115 - RX_SIZE = size of receive buffers in the range (48-64K) [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireguard/selftest/ |
| D | allowedips.c | 35 } else if (bits == 128) { in print_node() 256 unsigned int i, j, k, mutate_amount, cidr; in randomized_test() local 304 for (k = 0; k < mutate_amount / 8; ++k) in randomized_test() 305 mutate_mask[k] = 0xff; in randomized_test() 306 mutate_mask[k] = 0xff in randomized_test() 308 for (; k < 4; ++k) in randomized_test() 309 mutate_mask[k] = 0; in randomized_test() 310 for (k = 0; k < 4; ++k) in randomized_test() 311 mutated[k] = (mutated[k] & mutate_mask[k]) | in randomized_test() 312 (~mutate_mask[k] & in randomized_test() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireguard/selftest/ |
| D | allowedips.c | 35 } else if (bits == 128) { in print_node() 256 unsigned int i, j, k, mutate_amount, cidr; in randomized_test() local 304 for (k = 0; k < mutate_amount / 8; ++k) in randomized_test() 305 mutate_mask[k] = 0xff; in randomized_test() 306 mutate_mask[k] = 0xff in randomized_test() 308 for (; k < 4; ++k) in randomized_test() 309 mutate_mask[k] = 0; in randomized_test() 310 for (k = 0; k < 4; ++k) in randomized_test() 311 mutated[k] = (mutated[k] & mutate_mask[k]) | in randomized_test() 312 (~mutate_mask[k] & in randomized_test() [all …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | zconf.h | 13 that is: 128K for windowBits=15 + 128K for memLevel = 8 (default values) 15 the default memory requirements from 256K to 128K, compile with 20 that is, 32K for windowBits=15 (default value) plus a few kilobytes 35 # define MAX_WBITS 15 /* 32K LZ77 window */
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | zconf.h | 13 that is: 128K for windowBits=15 + 128K for memLevel = 8 (default values) 15 the default memory requirements from 256K to 128K, compile with 20 that is, 32K for windowBits=15 (default value) plus a few kilobytes 35 # define MAX_WBITS 15 /* 32K LZ77 window */
|
| /kernel/linux/linux-6.6/arch/x86/kernel/cpu/mtrr/ |
| D | amd.c | 32 * inverted mask of bits of 128K granularity 15 bits long offset in amd_get_mtrr() 37 * to turn into 128K blocks. in amd_get_mtrr() 39 * eg 111 1111 1111 1100 is 512K in amd_get_mtrr() 43 * *128K ... in amd_get_mtrr() 77 * bit. We are fed say 512K We invert this and we get 111 1111 in amd_set_mtrr() 102 * o 128K or bigger block in amd_validate_add_page()
|
| /kernel/linux/linux-5.10/arch/x86/kernel/cpu/mtrr/ |
| D | amd.c | 32 * inverted mask of bits of 128K granularity 15 bits long offset in amd_get_mtrr() 37 * to turn into 128K blocks. in amd_get_mtrr() 39 * eg 111 1111 1111 1100 is 512K in amd_get_mtrr() 43 * *128K ... in amd_get_mtrr() 77 * bit. We are fed say 512K We invert this and we get 111 1111 in amd_set_mtrr() 102 * o 128K or bigger block in amd_validate_add_page()
|
| /kernel/linux/linux-6.6/drivers/media/common/b2c2/ |
| D | flexcop-sram.c | 183 * 32K memory chip. If not, the data is read 203 * 32K memory chip. If not, the data is 285 return 32768; /* 32K */ 287 return 65536; /* 64K */ 289 return 131072; /* 128K */ 290 return 32768; /* 32K */ 293 /* FlexcopII can work with 32K, 64K or 128K of external SRAM memory. 294 - for 128K there are 4x32K chips at bank 0,1,2,3. 295 - for 64K there are 2x32K chips at bank 1,2. 296 - for 32K there is one 32K chip at bank 0. [all …]
|
| /kernel/linux/linux-5.10/drivers/media/common/b2c2/ |
| D | flexcop-sram.c | 183 * 32K memory chip. If not, the data is read 203 * 32K memory chip. If not, the data is 285 return 32768; /* 32K */ 287 return 65536; /* 64K */ 289 return 131072; /* 128K */ 290 return 32768; /* 32K */ 293 /* FlexcopII can work with 32K, 64K or 128K of external SRAM memory. 294 - for 128K there are 4x32K chips at bank 0,1,2,3. 295 - for 64K there are 2x32K chips at bank 1,2. 296 - for 32K there is one 32K chip at bank 0. [all …]
|
| /kernel/linux/linux-6.6/drivers/staging/media/rkvdec/ |
| D | rkvdec-vp9.c | 37 u8 coef_intra[4][2][128]; 49 u8 coef[2][4][2][128]; 81 /* 128 bit alignment */ 87 /* 128 bit alignment */ 171 int k, m, n; in write_coeff_plane() local 174 for (k = 0; k < 6; k++) { in write_coeff_plane() 177 p = coef[k][m][n]; in write_coeff_plane() 196 unsigned int i, j, k; in init_intra_only_probs() local 202 * intra only 149 x 128 bits ,aligned to 152 x 128 bits coeff related in init_intra_only_probs() 203 * prob 64 x 128 bits in init_intra_only_probs() [all …]
|
| /kernel/linux/linux-5.10/crypto/ |
| D | gf128mul.c | 1 /* gf128mul.c - GF(2^128) multiplication functions 47 This file provides fast multiplication in GF(2^128) as required by several 93 * in GF(2^128) is multiplied by x^8, the following macro returns the 95 * product to reduce it modulo the polynomial x^128 + x^7 + x^2 + x + 1. 246 /* This version uses 64k bytes of table space. 248 value in GF(2^128). If we consider a GF(2^128) value in 263 int i, j, k; in gf128mul_init_64k_bbe() local 284 for (k = 1; k < j; ++k) in gf128mul_init_64k_bbe() 285 be128_xor(&t->t[i]->t[j + k], in gf128mul_init_64k_bbe() 286 &t->t[i]->t[j], &t->t[i]->t[k]); in gf128mul_init_64k_bbe() [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/mtd/ |
| D | jedec,spi-nor.yaml | 21 (m25p(40|80|16|32|64|128)|\ 22 n25q(32b|064|128a11|128a13|256a|512a|164k)))|\ 24 everspin,mr25h(10|40|128|256)|\ 27 (spansion,)?s25fl(128s|256s1|512s|008k|064k|164k)|\ 32 (winbond,)?w25q(16|32(w|dw)?|64(dw)?|80bl|128(fw)?|256))$"
|
| /kernel/linux/linux-5.10/tools/testing/radix-tree/ |
| D | multiorder.c | 41 int index[NUM_ENTRIES] = {0, 2, 4, 8, 16, 32, 34, 36, 64, 72, 128}; in multiorder_iteration() 81 int index[MT_NUM_ENTRIES] = {0, 2, 4, 16, 32, 40, 64, 72, 128}; in multiorder_tagged_iteration() 85 int tag_index[TAG_ENTRIES] = {0, 4, 16, 40, 64, 72, 128}; in multiorder_tagged_iteration() 98 int k; in multiorder_tagged_iteration() local 101 for (k = i; index[k] < tag_index[i]; k++) in multiorder_tagged_iteration() 103 if (j <= (index[k] | ((1 << order[k]) - 1))) in multiorder_tagged_iteration() 110 for (k = i; index[k] < tag_index[i]; k++) in multiorder_tagged_iteration() 112 mask = (1UL << order[k]) - 1; in multiorder_tagged_iteration() 117 assert(item->order == order[k]); in multiorder_tagged_iteration() 126 int mask, k; in multiorder_tagged_iteration() local [all …]
|
| /kernel/linux/linux-6.6/lib/crypto/ |
| D | gf128mul.c | 1 /* gf128mul.c - GF(2^128) multiplication functions 47 This file provides fast multiplication in GF(2^128) as required by several 93 * in GF(2^128) is multiplied by x^8, the following macro returns the 95 * product to reduce it modulo the polynomial x^128 + x^7 + x^2 + x + 1. 266 /* This version uses 64k bytes of table space. 268 value in GF(2^128). If we consider a GF(2^128) value in 283 int i, j, k; in gf128mul_init_64k_bbe() local 304 for (k = 1; k < j; ++k) in gf128mul_init_64k_bbe() 305 be128_xor(&t->t[i]->t[j + k], in gf128mul_init_64k_bbe() 306 &t->t[i]->t[j], &t->t[i]->t[k]); in gf128mul_init_64k_bbe() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
| D | msm_media_info.h | 46 * Y_Stride : Width aligned to 128 47 * UV_Stride : Width aligned to 128 84 * Y_Stride : Width aligned to 128 85 * UV_Stride : Width aligned to 128 142 * Y_Stride : Width aligned to 128 143 * UV_Stride : Width aligned to 128 194 * . . . . . . . . . . . . . . -------> Buffer size aligned to 4k 208 * . . . . . . . . . . . . . . . . -------> Buffer size aligned to 4k 217 * . . . . . . . . . . . . . . -------> Buffer size aligned to 4k 225 * . . . . . . . . . . . . . . . . -------> Buffer size aligned to 4k [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
| D | msm_media_info.h | 46 * Y_Stride : Width aligned to 128 47 * UV_Stride : Width aligned to 128 84 * Y_Stride : Width aligned to 128 85 * UV_Stride : Width aligned to 128 142 * Y_Stride : Width aligned to 128 143 * UV_Stride : Width aligned to 128 194 * . . . . . . . . . . . . . . -------> Buffer size aligned to 4k 208 * . . . . . . . . . . . . . . . . -------> Buffer size aligned to 4k 217 * . . . . . . . . . . . . . . -------> Buffer size aligned to 4k 225 * . . . . . . . . . . . . . . . . -------> Buffer size aligned to 4k [all …]
|
| /kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
| D | intel.c | 234 /* Netburst reports 64 bytes clflush size, but does IO in 128 bytes */ in early_init_intel() 236 c->x86_cache_alignment = 128; in early_init_intel() 684 if (l2 == 128) in init_intel() 691 if (l2 == 128) in init_intel() 738 * 16K cache with a 16 byte cache line and 256 lines per tag in intel_size_cache() 776 { 0x51, TLB_INST_ALL, 128, " TLB_INST 4 KByte and 2-MByte or 4-MByte pages" }, 784 { 0x5c, TLB_DATA_4K_4M, 128, " TLB_DATA 4 KByte and 4 MByte pages" }, 789 { 0x6c, TLB_DATA_2M_4M, 128, " TLB_DATA 2 MByte or 4 MByte pages, 8-way associative" }, 792 { 0xb0, TLB_INST_4K, 128, " TLB_INST 4 KByte pages, 4-way set associative" }, 795 { 0xb3, TLB_DATA_4K, 128, " TLB_DATA 4 KByte pages, 4-way set associative" }, [all …]
|
| /kernel/linux/linux-6.6/tools/testing/radix-tree/ |
| D | multiorder.c | 41 int index[NUM_ENTRIES] = {0, 2, 4, 8, 16, 32, 34, 36, 64, 72, 128}; in multiorder_iteration() 81 int index[MT_NUM_ENTRIES] = {0, 2, 4, 16, 32, 40, 64, 72, 128}; in multiorder_tagged_iteration() 85 int tag_index[TAG_ENTRIES] = {0, 4, 16, 40, 64, 72, 128}; in multiorder_tagged_iteration() 98 int k; in multiorder_tagged_iteration() local 101 for (k = i; index[k] < tag_index[i]; k++) in multiorder_tagged_iteration() 103 if (j <= (index[k] | ((1 << order[k]) - 1))) in multiorder_tagged_iteration() 110 for (k = i; index[k] < tag_index[i]; k++) in multiorder_tagged_iteration() 112 mask = (1UL << order[k]) - 1; in multiorder_tagged_iteration() 117 assert(item->order == order[k]); in multiorder_tagged_iteration() 126 int mask, k; in multiorder_tagged_iteration() local [all …]
|
| /kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
| D | intel.c | 324 /* Netburst reports 64 bytes clflush size, but does IO in 128 bytes */ in early_init_intel() 326 c->x86_cache_alignment = 128; in early_init_intel() 698 if (l2 == 128) in init_intel() 705 if (l2 == 128) in init_intel() 747 * 16K cache with a 16 byte cache line and 256 lines per tag in intel_size_cache() 785 { 0x51, TLB_INST_ALL, 128, " TLB_INST 4 KByte and 2-MByte or 4-MByte pages" }, 793 { 0x5c, TLB_DATA_4K_4M, 128, " TLB_DATA 4 KByte and 4 MByte pages" }, 798 { 0x6c, TLB_DATA_2M_4M, 128, " TLB_DATA 2 MByte or 4 MByte pages, 8-way associative" }, 801 { 0xb0, TLB_INST_4K, 128, " TLB_INST 4 KByte pages, 4-way set associative" }, 804 { 0xb3, TLB_DATA_4K, 128, " TLB_DATA 4 KByte pages, 4-way set associative" }, [all …]
|
| /kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/ |
| D | udbg_adb.c | 59 static unsigned char xmon_keytab[128] = 62 "u[ip\rlj'k;\\,/nm." /* 0x20 - 0x2f */ 67 static unsigned char xmon_shift_keytab[128] = 70 "U{IP\rLJ\"K:|<?NM>" /* 0x20 - 0x2f */ 77 int k, t, on; in udbg_adb_local_getc() local 84 k = -1; in udbg_adb_local_getc() 94 k = udbg_adb_old_getc_poll(); in udbg_adb_local_getc() 95 } while (k == -1 && xmon_adb_keycode == -1); in udbg_adb_local_getc() 98 if (k != -1) in udbg_adb_local_getc() 99 return k; in udbg_adb_local_getc() [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
| D | udbg_adb.c | 59 static unsigned char xmon_keytab[128] = 62 "u[ip\rlj'k;\\,/nm." /* 0x20 - 0x2f */ 67 static unsigned char xmon_shift_keytab[128] = 70 "U{IP\rLJ\"K:|<?NM>" /* 0x20 - 0x2f */ 77 int k, t, on; in udbg_adb_local_getc() local 84 k = -1; in udbg_adb_local_getc() 94 k = udbg_adb_old_getc_poll(); in udbg_adb_local_getc() 95 } while (k == -1 && xmon_adb_keycode == -1); in udbg_adb_local_getc() 98 if (k != -1) in udbg_adb_local_getc() 99 return k; in udbg_adb_local_getc() [all …]
|
| /kernel/linux/linux-5.10/arch/arm64/crypto/ |
| D | aes-ce.S | 30 blo 2222f /* 128 bits */ 57 .macro do_enc_Nx, de, mc, k, i0, i1, i2, i3, i4 58 aes\de \i0\().16b, \k\().16b 61 aes\de \i1\().16b, \k\().16b 64 aes\de \i2\().16b, \k\().16b 66 aes\de \i3\().16b, \k\().16b 69 aes\de \i4\().16b, \k\().16b 77 .macro round_Nx, enc, k, i0, i1, i2, i3, i4 79 do_enc_Nx e, mc, \k, \i0, \i1, \i2, \i3, \i4 81 do_enc_Nx d, imc, \k, \i0, \i1, \i2, \i3, \i4 [all …]
|
| /kernel/linux/linux-6.6/arch/arm64/crypto/ |
| D | aes-ce.S | 30 blo 2222f /* 128 bits */ 57 .macro do_enc_Nx, de, mc, k, i0, i1, i2, i3, i4 58 aes\de \i0\().16b, \k\().16b 61 aes\de \i1\().16b, \k\().16b 64 aes\de \i2\().16b, \k\().16b 66 aes\de \i3\().16b, \k\().16b 69 aes\de \i4\().16b, \k\().16b 77 .macro round_Nx, enc, k, i0, i1, i2, i3, i4 79 do_enc_Nx e, mc, \k, \i0, \i1, \i2, \i3, \i4 81 do_enc_Nx d, imc, \k, \i0, \i1, \i2, \i3, \i4 [all …]
|
| /kernel/linux/linux-6.6/drivers/mtd/ |
| D | ssfdc.c | 28 the 128MiB) */ 46 1MiB 2MiB 4MiB 8MiB 16MiB 32MiB 64MiB 128MiB 50 SumSector 2,000 4,000 8,000 16,000 32,000 64,000 128,000 256,000 70 { MiB(128), 500, 16, 32 }, 77 int k; in get_chs() local 80 k = 0; in get_chs() 81 while (chs_table[k].size > 0 && size > chs_table[k].size) in get_chs() 82 k++; in get_chs() 84 if (chs_table[k].size > 0) { in get_chs() 86 *cyl = chs_table[k].cyl; in get_chs() [all …]
|