Home
last modified time | relevance | path

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

12345678910>>...45

/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/drivers/base/
Dnode.c378 "Node %d MemTotal: %8lu kB\n" in node_read_meminfo()
379 "Node %d MemFree: %8lu kB\n" in node_read_meminfo()
380 "Node %d MemUsed: %8lu kB\n" in node_read_meminfo()
381 "Node %d Active: %8lu kB\n" in node_read_meminfo()
382 "Node %d Inactive: %8lu kB\n" in node_read_meminfo()
383 "Node %d Active(anon): %8lu kB\n" in node_read_meminfo()
384 "Node %d Inactive(anon): %8lu kB\n" in node_read_meminfo()
385 "Node %d Active(file): %8lu kB\n" in node_read_meminfo()
386 "Node %d Inactive(file): %8lu kB\n" in node_read_meminfo()
387 "Node %d Unevictable: %8lu kB\n" in node_read_meminfo()
[all …]
/kernel/linux/linux-6.6/arch/sh/mm/
DKconfig23 default "8" if PAGE_SIZE_16KB
35 The page size is not necessarily 4KB. Keep this in mind when
155 bool "4kB"
160 bool "8kB"
163 This enables 8kB pages as supported by SH-X2 and later MMUs.
166 bool "16kB"
169 This enables 16kB pages on MMU-less SH systems.
172 bool "64kB"
175 This enables support for 64kB pages, possible on all SH-4
187 bool "64kB"
[all …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-6.6/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.
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-6.6/arch/ia64/
DKconfig145 bool "4KB"
148 performance, a page size of 8KB or 16KB is recommended. For best
149 IA-32 compatibility, a page size of 4KB should be selected (the vast
151 size). For Itanium 2 or newer systems, a page size of 64KB can also
154 4KB For best IA-32 compatibility
155 8KB For best IA-64 performance
156 16KB For best IA-64 performance
157 64KB Requires Itanium 2 or newer processor.
159 If you don't know what to do, choose 16KB.
162 bool "8KB"
[all …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/arch/sh/mm/
DKconfig41 The page size is not necessarily 4KB. Keep this in mind when
167 bool "4kB"
172 bool "8kB"
175 This enables 8kB pages as supported by SH-X2 and later MMUs.
178 bool "16kB"
181 This enables 16kB pages on MMU-less SH systems.
184 bool "64kB"
187 This enables support for 64kB pages, possible on all SH-4
199 bool "64kB"
203 bool "256kB"
[all …]
/kernel/linux/linux-6.6/fs/proc/
Dmeminfo.c33 seq_put_decimal_ull_width(m, s, num << (PAGE_SHIFT - 10), 8); in show_val_kb()
34 seq_write(m, " kB\n", 4); in show_val_kb()
119 seq_printf(m, "Zswap: %8lu kB\n", in meminfo_proc_show()
121 seq_printf(m, "Zswapped: %8lu kB\n", in meminfo_proc_show()
139 seq_printf(m, "KernelStack: %8lu kB\n", in meminfo_proc_show()
142 seq_printf(m, "ShadowCallStack:%8lu kB\n", in meminfo_proc_show()
157 seq_printf(m, "VmallocTotal: %8lu kB\n", in meminfo_proc_show()
166 seq_printf(m, "HardwareCorrupted: %5lu kB\n", in meminfo_proc_show()
/kernel/linux/linux-5.10/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).
/kernel/linux/linux-6.6/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).
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-6.6/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()
77 int pwidth = xpa ? 11 : 8; in dump_tlb()
[all …]
/kernel/linux/linux-6.6/Documentation/arch/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)::
39 fffffbfffe000000 fffffbfffe7fffff 8MB [guard region]
41 fffffbffff800000 fffffbffffffffff 8MB [guard region]
46 AArch64 Linux memory layout with 64KB pages + 3 levels (52-bit with HW support)::
56 fffffbfffe000000 fffffbfffe7fffff 8MB [guard region]
58 fffffbffff800000 fffffbffffffffff 8MB [guard region]
[all …]
/kernel/linux/linux-5.10/arch/ia64/
DKconfig147 bool "4KB"
150 performance, a page size of 8KB or 16KB is recommended. For best
151 IA-32 compatibility, a page size of 4KB should be selected (the vast
153 size). For Itanium 2 or newer systems, a page size of 64KB can also
156 4KB For best IA-32 compatibility
157 8KB For best IA-64 performance
158 16KB For best IA-64 performance
159 64KB Requires Itanium 2 or newer processor.
161 If you don't know what to do, choose 16KB.
164 bool "8KB"
[all …]
/kernel/linux/linux-5.10/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.

12345678910>>...45