Home
last modified time | relevance | path

Searched +full:8 +full:kb (Results 1 – 25 of 956) sorted by relevance

12345678910>>...39

/Linux-v5.15/tools/testing/selftests/tc-testing/tc-tests/actions/
Dpolice.json20 "matchPattern": "action order [0-9]*: police 0x1 rate 1Kbit burst 10Kb",
42 "cmdUnderTest": "$TC actions add action police rate 8kbit burst 24k index 9",
69 "matchPattern": "action order [0-9]*: police 0x62 rate 90Kbit burst 10Kb mtu 1Kb",
90 …"cmdUnderTest": "$TC actions add action police rate 90kbit burst 10k mtu 2kb peakrate 100kbit inde…
93 …"matchPattern": "action order [0-9]*: police 0x3 rate 90Kbit burst 10Kb mtu 2Kb peakrate 100Kbit",
114 … "cmdUnderTest": "$TC actions add action police rate 5kbit burst 6kb peakrate 10kbit index 9",
117 "matchPattern": "action order [0-9]*: police 0x9 rate 5Kb burst 10Kb",
141 …"matchPattern": "action order [0-9]*: police 0x40 rate 1Mbit burst 100Kb mtu 2Kb action reclassif…
162 … "cmdUnderTest": "$TC actions add action police rate 2mbit burst 200k linklayer ethernet index 8",
165 …"matchPattern": "action order [0-9]*: police 0x8 rate 2Mbit burst 200Kb mtu 2Kb action reclassify…
[all …]
/Linux-v5.15/drivers/base/
Dnode.c386 "Node %d MemTotal: %8lu kB\n" in node_read_meminfo()
387 "Node %d MemFree: %8lu kB\n" in node_read_meminfo()
388 "Node %d MemUsed: %8lu kB\n" in node_read_meminfo()
389 "Node %d SwapCached: %8lu kB\n" in node_read_meminfo()
390 "Node %d Active: %8lu kB\n" in node_read_meminfo()
391 "Node %d Inactive: %8lu kB\n" in node_read_meminfo()
392 "Node %d Active(anon): %8lu kB\n" in node_read_meminfo()
393 "Node %d Inactive(anon): %8lu kB\n" in node_read_meminfo()
394 "Node %d Active(file): %8lu kB\n" in node_read_meminfo()
395 "Node %d Inactive(file): %8lu kB\n" in node_read_meminfo()
[all …]
/Linux-v5.15/arch/x86/pci/
Dce4100.c45 #define KB (1024) macro
106 DEFINE_REG(2, 1, 0x10, (64*KB), reg_init, reg_read, reg_write)
107 DEFINE_REG(3, 0, 0x10, (64*KB), reg_init, reg_read, reg_write)
108 DEFINE_REG(4, 0, 0x10, (128*KB), reg_init, reg_read, reg_write)
109 DEFINE_REG(4, 1, 0x10, (128*KB), reg_init, reg_read, reg_write)
110 DEFINE_REG(6, 0, 0x10, (512*KB), reg_init, reg_read, reg_write)
111 DEFINE_REG(6, 1, 0x10, (512*KB), reg_init, reg_read, reg_write)
112 DEFINE_REG(6, 2, 0x10, (64*KB), reg_init, reg_read, reg_write)
113 DEFINE_REG(8, 0, 0x10, (1*MB), reg_init, reg_read, reg_write)
114 DEFINE_REG(8, 1, 0x10, (64*KB), reg_init, reg_read, reg_write)
[all …]
/Linux-v5.15/drivers/net/ethernet/stmicro/stmmac/
Ddwmac1000.h79 #define GMAC_ADDR_HIGH(reg) ((reg > 15) ? 0x00000800 + (reg - 16) * 8 : \
80 0x00000040 + (reg * 8))
81 #define GMAC_ADDR_LOW(reg) ((reg > 15) ? 0x00000804 + (reg - 16) * 8 : \
82 0x00000044 + (reg * 8))
177 #define GMAC_DEBUG_RXFSTS_MASK GENMASK(9, 8) /* MTL Rx FIFO Fill-level */
178 #define GMAC_DEBUG_RXFSTS_SHIFT 8
203 #define DMA_BUS_MODE_PBL_SHIFT 8
278 * 0,00 - Full minus 1KB (only valid when rxfifo >= 4KB and EFC enabled)
279 * 0,01 - Full minus 2KB (only valid when rxfifo >= 4KB and EFC enabled)
280 * 0,10 - Full minus 3KB (only valid when rxfifo >= 4KB and EFC enabled)
[all …]
/Linux-v5.15/arch/powerpc/include/asm/book3s/64/
Dradix-4k.h8 #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
11 #define RADIX_PGD_INDEX_SIZE 13 // size: 8B << 13 = 64KB, maps 2^13 x 512GB = 4PB
Dradix-64k.h8 #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
11 #define RADIX_PGD_INDEX_SIZE 13 // size: 8B << 13 = 64KB, maps 2^13 x 512GB = 4PB
15 * 8 bytes per each PTE entry.
Dhash-4k.h5 #define H_PTE_INDEX_SIZE 9 // size: 8B << 9 = 4KB, maps: 2^9 x 4KB = 2MB
6 #define H_PMD_INDEX_SIZE 7 // size: 8B << 7 = 1KB, maps: 2^7 x 2MB = 256MB
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
57 /* 8 bytes per each pte entry */
63 /* memory key bits, only 8 keys supported */
Dhash-64k.h5 #define H_PTE_INDEX_SIZE 8 // size: 8B << 8 = 2KB, maps 2^8 x 64KB = 16MB
6 #define H_PMD_INDEX_SIZE 10 // size: 8B << 10 = 8KB, maps 2^10 x 16MB = 16GB
7 #define H_PUD_INDEX_SIZE 10 // size: 8B << 10 = 8KB, maps 2^10 x 16GB = 16TB
8 #define H_PGD_INDEX_SIZE 8 // size: 8B << 8 = 2KB, maps 2^8 x 16TB = 4PB
69 * 8 bytes per each pte entry and another 8 bytes for storing
/Linux-v5.15/drivers/s390/crypto/
Dzcrypt_ccamisc.c310 char key_form[8]; in cca_genseckey()
311 char key_length[8]; in cca_genseckey()
312 char key_type1[8]; in cca_genseckey()
313 char key_type2[8]; in cca_genseckey()
352 memcpy(preqparm->lv1.key_form, "OP ", 8); in cca_genseckey()
357 memcpy(preqparm->lv1.key_length, "KEYLN16 ", 8); in cca_genseckey()
362 memcpy(preqparm->lv1.key_length, "KEYLN24 ", 8); in cca_genseckey()
367 memcpy(preqparm->lv1.key_length, "KEYLN32 ", 8); in cca_genseckey()
375 memcpy(preqparm->lv1.key_type1, "AESDATA ", 8); in cca_genseckey()
422 prepparm->lv3.keyblock.tok, 8*keysize); in cca_genseckey()
[all …]
Dzcrypt_ep11misc.c123 struct ep11keyblob *kb = (struct ep11keyblob *) (key + sizeof(*hdr)); in ep11_check_aes_key_with_hdr() local
127 if (keylen < sizeof(*hdr) + sizeof(*kb)) { in ep11_check_aes_key_with_hdr()
129 __func__, keylen, sizeof(*hdr) + sizeof(*kb)); in ep11_check_aes_key_with_hdr()
157 if (hdr->len < sizeof(*hdr) + sizeof(*kb)) { in ep11_check_aes_key_with_hdr()
160 __func__, (int) hdr->len, sizeof(*hdr) + sizeof(*kb)); in ep11_check_aes_key_with_hdr()
164 if (kb->version != EP11_STRUCT_MAGIC) { in ep11_check_aes_key_with_hdr()
167 __func__, (int) kb->version, EP11_STRUCT_MAGIC); in ep11_check_aes_key_with_hdr()
170 if (checkcpacfexp && !(kb->attr & EP11_BLOB_PKEY_EXTRACTABLE)) { in ep11_check_aes_key_with_hdr()
190 struct ep11keyblob *kb = (struct ep11keyblob *) (key + sizeof(*hdr)); in ep11_check_ecc_key_with_hdr() local
194 if (keylen < sizeof(*hdr) + sizeof(*kb)) { in ep11_check_ecc_key_with_hdr()
[all …]
/Linux-v5.15/arch/sh/mm/
DKconfig41 The page size is not necessarily 4KB. Keep this in mind when
159 bool "4kB"
164 bool "8kB"
167 This enables 8kB pages as supported by SH-X2 and later MMUs.
170 bool "16kB"
173 This enables 16kB pages on MMU-less SH systems.
176 bool "64kB"
179 This enables support for 64kB pages, possible on all SH-4
191 bool "64kB"
195 bool "256kB"
[all …]
/Linux-v5.15/drivers/w1/slaves/
DKconfig29 tristate "8-Channel Addressable Switch (IO Expander) 0x29 family support (DS2408)"
32 DS2408 8-Channel Addressable Switch device support
86 tristate "1kb EEPROM family support (DS2431)"
89 1kb EEPROM family device (DS2431)
92 tristate "4kb EEPROM family support (DS2433)"
95 4kb EEPROM family device (DS2433).
113 tristate "512b/1kb/16kb EPROM family support"
117 512b/1kb/16kb EPROM family device (DS250x).
151 4kb EEPROM with PIO family device (DS28E04).
/Linux-v5.15/arch/mips/lib/
Ddump_tlb.c49 case PM_4K: return "4kb"; in msk2str()
50 case PM_16K: return "16kb"; in msk2str()
51 case PM_64K: return "64kb"; in msk2str()
52 case PM_256K: return "256kb"; in msk2str()
54 case PM_8K: return "8kb"; in msk2str()
55 case PM_32K: return "32kb"; in msk2str()
56 case PM_128K: return "128kb"; in msk2str()
57 case PM_512K: return "512kb"; in msk2str()
59 case PM_8M: return "8Mb"; in msk2str()
85 int pwidth = xpa ? 11 : 8; in dump_tlb()
[all …]
/Linux-v5.15/arch/ia64/
DKconfig143 bool "4KB"
146 performance, a page size of 8KB or 16KB is recommended. For best
147 IA-32 compatibility, a page size of 4KB should be selected (the vast
149 size). For Itanium 2 or newer systems, a page size of 64KB can also
152 4KB For best IA-32 compatibility
153 8KB For best IA-64 performance
154 16KB For best IA-64 performance
155 64KB Requires Itanium 2 or newer processor.
157 If you don't know what to do, choose 16KB.
160 bool "8KB"
[all …]
/Linux-v5.15/Documentation/arm64/
Dmemory.rst9 tables with a 4KB page size and up to 3 levels with a 64KB page size.
12 with the 4KB page configuration, allowing 39-bit (512GB) or 48-bit
14 64KB pages, only 2 levels of translation tables, allowing 42-bit (4TB)
18 only available when running with a 64KB page size and expands the
29 AArch64 Linux memory layout with 4KB pages + 4 levels (48-bit)::
40 fffffbfffe000000 fffffbfffe7fffff 8MB [guard region]
42 fffffbffff800000 fffffbffffffffff 8MB [guard region]
47 AArch64 Linux memory layout with 64KB pages + 3 levels (52-bit with HW support)::
58 fffffbfffe000000 fffffbfffe7fffff 8MB [guard region]
60 fffffbffff800000 fffffbffffffffff 8MB [guard region]
[all …]
/Linux-v5.15/arch/arc/
DKconfig.debug4 bool "Use 16Kb for kernel stacks instead of 8Kb"
6 If you say Y here the kernel will use a 16Kb stacksize for the
7 kernel stack attached to each process/thread. The default is 8K.
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Dpsp_gfx_if.h64 * SRBM-to-PSP mailbox registers (total 8 registers).
70 volatile uint32_t rbi_rptr; /* +8 Read pointer (index) of RBI ring */
124 …ddr_lo; /* bits [31:0] of the GPU Virtual address of the TA binary (must be 4 KB aligned) */
127 …f_phy_addr_lo; /* bits [31:0] of the GPU Virtual address of CMD buffer (must be 4 KB aligned) */
129 …_t cmd_buf_len; /* length of the CMD buffer in bytes; must be multiple of 4 KB */
150 …uf_phy_addr_lo; /* bits [31:0] of GPU Virtual address of the buffer (must be 4 KB aligned) */
152 …uint32_t buf_size; /* buffer size in bytes (must be multiple of 4 KB and no bi…
165 …e; /* total size of all buffers in the list in bytes (must be multiple of 4 KB) */
184 …uf_phy_addr_lo; /* bits [31:0] of GPU Virtual address of TMR buffer (must be 4 KB aligned) */
186 uint32_t buf_size; /* buffer size in bytes (must be multiple of 4 KB) */
[all …]
Damdgv_sriovmsg.h35 * 0 64KB 65KB 66KB
37 * | 64KB | 1KB | 1KB |
123 uint32_t fcn : 8;
124 uint32_t asic_7 : 8;
313 "amd_sriov_msg_vf2pf_info must be " stringification(AMD_SRIOV_MSG_SIZE_KB) " KB");
317 "amd_sriov_msg_pf2vf_info must be " stringification(AMD_SRIOV_MSG_SIZE_KB) " KB");
/Linux-v5.15/tools/testing/selftests/proc/
Dproc-pid-vm.c114 (x)&0xff, ((x)>>8)&0xff, ((x)>>16)&0xff, ((x)>>24)&0xff, \
119 (x)&0xff, ((x)>>8)&0xff, ((x)>>16)&0xff, ((x)>>24)&0xff, \
123 0xb8, (x)&0xff, ((x)>>8)&0xff, ((x)>>16)&0xff, ((x)>>24)&0xff
350 #define RSS1 "Rss: 4 kB\n" in main()
351 #define RSS2 "Rss: 0 kB\n" in main()
352 #define PSS1 "Pss: 4 kB\n" in main()
353 #define PSS2 "Pss: 0 kB\n" in main()
360 "Size: 4 kB\n", in main()
361 "KernelPageSize: 4 kB\n", in main()
362 "MMUPageSize: 4 kB\n", in main()
[all …]
/Linux-v5.15/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
Dred.json3 "id": "8b6e",
18 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb $",
41 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb adaptive $",
64 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn $",
87 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn adaptive $",
110 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn harddrop $",
133 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn nodrop $",
178 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn harddrop nodrop $",
/Linux-v5.15/fs/proc/
Dmeminfo.c28 seq_put_decimal_ull_width(m, s, num << (PAGE_SHIFT - 10), 8); in show_val_kb()
29 seq_write(m, " kB\n", 4); in show_val_kb()
103 seq_printf(m, "KernelStack: %8lu kB\n", in meminfo_proc_show()
106 seq_printf(m, "ShadowCallStack:%8lu kB\n", in meminfo_proc_show()
119 seq_printf(m, "VmallocTotal: %8lu kB\n", in meminfo_proc_show()
126 seq_printf(m, "HardwareCorrupted: %5lu kB\n", in meminfo_proc_show()
Dtask_mmu.c29 seq_put_decimal_ull_width(m, str, (val) << (PAGE_SHIFT-10), 8)
60 SEQ_PUT_DEC(" kB\nVmSize:\t", total_vm); in task_mem()
61 SEQ_PUT_DEC(" kB\nVmLck:\t", mm->locked_vm); in task_mem()
62 SEQ_PUT_DEC(" kB\nVmPin:\t", atomic64_read(&mm->pinned_vm)); in task_mem()
63 SEQ_PUT_DEC(" kB\nVmHWM:\t", hiwater_rss); in task_mem()
64 SEQ_PUT_DEC(" kB\nVmRSS:\t", total_rss); in task_mem()
65 SEQ_PUT_DEC(" kB\nRssAnon:\t", anon); in task_mem()
66 SEQ_PUT_DEC(" kB\nRssFile:\t", file); in task_mem()
67 SEQ_PUT_DEC(" kB\nRssShmem:\t", shmem); in task_mem()
68 SEQ_PUT_DEC(" kB\nVmData:\t", mm->data_vm); in task_mem()
[all …]
/Linux-v5.15/Documentation/translations/zh_CN/arm64/
Dmemory.txt33 页大小为 4KB 的 4 级转换表和页大小为 64KB 的 3 级转换表。
35 AArch64 Linux 使用 3 级或 4 级转换表,其页大小配置为 4KB,对于用户和内核
45 AArch64 Linux 在页大小为 4KB,并使用 3 级转换表时的内存布局:
53 AArch64 Linux 在页大小为 4KB,并使用 4 级转换表时的内存布局:
61 AArch64 Linux 在页大小为 64KB,并使用 2 级转换表时的内存布局:
69 AArch64 Linux 在页大小为 64KB,并使用 3 级转换表时的内存布局:
80 4KB 页大小的转换表查找:
83 |63 56|55 48|47 40|39 32|31 24|23 16|15 8|7 0|
95 64KB 页大小的转换表查找:
98 |63 56|55 48|47 40|39 32|31 24|23 16|15 8|7 0|
/Linux-v5.15/Documentation/translations/zh_TW/arm64/
Dmemory.txt37 頁大小爲 4KB 的 4 級轉換表和頁大小爲 64KB 的 3 級轉換表。
39 AArch64 Linux 使用 3 級或 4 級轉換表,其頁大小配置爲 4KB,對於用戶和內核
49 AArch64 Linux 在頁大小爲 4KB,並使用 3 級轉換表時的內存布局:
57 AArch64 Linux 在頁大小爲 4KB,並使用 4 級轉換表時的內存布局:
65 AArch64 Linux 在頁大小爲 64KB,並使用 2 級轉換表時的內存布局:
73 AArch64 Linux 在頁大小爲 64KB,並使用 3 級轉換表時的內存布局:
84 4KB 頁大小的轉換表查找:
87 |63 56|55 48|47 40|39 32|31 24|23 16|15 8|7 0|
99 64KB 頁大小的轉換表查找:
102 |63 56|55 48|47 40|39 32|31 24|23 16|15 8|7 0|
/Linux-v5.15/Documentation/filesystems/
Dproc.rst181 VmPeak: 5004 kB
182 VmSize: 5004 kB
183 VmLck: 0 kB
184 VmHWM: 476 kB
185 VmRSS: 476 kB
186 RssAnon: 352 kB
187 RssFile: 120 kB
188 RssShmem: 4 kB
189 VmData: 156 kB
190 VmStk: 88 kB
[all …]

12345678910>>...39