Home
last modified time | relevance | path

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

12345678910>>...40

/linux-6.8/tools/testing/selftests/tc-testing/tc-tests/actions/
Dpolice.json23 "matchPattern": "action order [0-9]*: police 0x1 rate 1Kbit burst 10Kb",
48 "cmdUnderTest": "$TC actions add action police rate 8kbit burst 24k index 9",
78 "matchPattern": "action order [0-9]*: police 0x62 rate 90Kbit burst 10Kb mtu 1Kb",
102 …"cmdUnderTest": "$TC actions add action police rate 90kbit burst 10k mtu 2kb peakrate 100kbit inde…
105 …"matchPattern": "action order [0-9]*: police 0x3 rate 90Kbit burst 10Kb mtu 2Kb peakrate 100Kbit",
129 … "cmdUnderTest": "$TC actions add action police rate 5kbit burst 6kb peakrate 10kbit index 9",
132 "matchPattern": "action order [0-9]*: police 0x9 rate 5Kb burst 10Kb",
159 …"matchPattern": "action order [0-9]*: police 0x40 rate 1Mbit burst 100Kb mtu 2Kb action reclassif…
183 … "cmdUnderTest": "$TC actions add action police rate 2mbit burst 200k linklayer ethernet index 8",
186 …"matchPattern": "action order [0-9]*: police 0x8 rate 2Mbit burst 200Kb mtu 2Kb action reclassify…
[all …]
/linux-6.8/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-6.8/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 …]
/linux-6.8/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-6.8/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-6.8/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-6.8/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.c118 static int ep11_kb_split(const u8 *kb, size_t kblen, u32 kbver, in ep11_kb_split() argument
129 hdr = (struct ep11kblob_header *)kb; in ep11_kb_split()
146 pl = (u8 *)kb + hdrsize; in ep11_kb_split()
162 static int ep11_kb_decode(const u8 *kb, size_t kblen, in ep11_kb_decode() argument
174 tmph = (struct ep11kblob_header *)kb; in ep11_kb_decode()
180 if (ep11_kb_split(kb, kblen, tmph->version, in ep11_kb_decode()
213 struct ep11keyblob *kb; in ep11_kb_wkvp() local
215 if (ep11_kb_decode(keyblob, keybloblen, NULL, NULL, &kb, NULL)) in ep11_kb_wkvp()
217 return kb->wkvp; in ep11_kb_wkvp()
228 struct ep11keyblob *kb = (struct ep11keyblob *)(key + sizeof(*hdr)); in ep11_check_aes_key_with_hdr() local
[all …]
/linux-6.8/fs/proc/
Dmeminfo.c30 seq_put_decimal_ull_width(m, s, num << (PAGE_SHIFT - 10), 8); in show_val_kb()
31 seq_write(m, " kB\n", 4); in show_val_kb()
92 seq_printf(m, "Zswap: %8lu kB\n", in meminfo_proc_show()
94 seq_printf(m, "Zswapped: %8lu kB\n", in meminfo_proc_show()
112 seq_printf(m, "KernelStack: %8lu kB\n", in meminfo_proc_show()
115 seq_printf(m, "ShadowCallStack:%8lu kB\n", in meminfo_proc_show()
130 seq_printf(m, "VmallocTotal: %8lu kB\n", in meminfo_proc_show()
139 seq_printf(m, "HardwareCorrupted: %5lu kB\n", in meminfo_proc_show()
/linux-6.8/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 …]
/linux-6.8/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-6.8/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 …]
/linux-6.8/arch/parisc/
DKconfig139 default 8
142 default 8
275 bool "4KB"
278 performance, a page size of 16KB is recommended. For best
279 compatibility with 32bit applications, a page size of 4KB should be
283 4KB For best 32bit compatibility
284 16KB For best performance
285 64KB For best performance, might give more overhead.
287 If you don't know what to do, choose 4KB.
290 bool "16KB"
[all …]
/linux-6.8/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-6.8/tools/testing/selftests/proc/
Dproc-pid-vm.c116 (x)&0xff, ((x)>>8)&0xff, ((x)>>16)&0xff, ((x)>>24)&0xff, \
121 (x)&0xff, ((x)>>8)&0xff, ((x)>>16)&0xff, ((x)>>24)&0xff, \
125 0xb8, (x)&0xff, ((x)>>8)&0xff, ((x)>>16)&0xff, ((x)>>24)&0xff
390 #define RSS1 "Rss: 4 kB\n" in main()
391 #define RSS2 "Rss: 0 kB\n" in main()
392 #define PSS1 "Pss: 4 kB\n" in main()
393 #define PSS2 "Pss: 0 kB\n" in main()
400 "Size: 4 kB\n", in main()
401 "KernelPageSize: 4 kB\n", in main()
402 "MMUPageSize: 4 kB\n", in main()
[all …]
/linux-6.8/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
Dred.json3 "id": "8b6e",
17 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb $",
38 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb adaptive $",
59 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn $",
80 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn adaptive $",
101 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn harddrop $",
122 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn nodrop $",
163 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn harddrop nodrop $",
/linux-6.8/Documentation/filesystems/
Dproc.rst183 VmPeak: 5004 kB
184 VmSize: 5004 kB
185 VmLck: 0 kB
186 VmHWM: 476 kB
187 VmRSS: 476 kB
188 RssAnon: 352 kB
189 RssFile: 120 kB
190 RssShmem: 4 kB
191 VmData: 156 kB
192 VmStk: 88 kB
[all …]
/linux-6.8/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 */
125 …ddr_lo; /* bits [31:0] of the GPU Virtual address of the TA binary (must be 4 KB aligned) */
128 …f_phy_addr_lo; /* bits [31:0] of the GPU Virtual address of CMD buffer (must be 4 KB aligned) */
130 …_t cmd_buf_len; /* length of the CMD buffer in bytes; must be multiple of 4 KB */
151 …uf_phy_addr_lo; /* bits [31:0] of GPU Virtual address of the buffer (must be 4 KB aligned) */
153 …uint32_t buf_size; /* buffer size in bytes (must be multiple of 4 KB and no bi…
166 …e; /* total size of all buffers in the list in bytes (must be multiple of 4 KB) */
185 …uf_phy_addr_lo; /* bits [31:0] of GPU Virtual address of TMR buffer (must be 4 KB aligned) */
187 uint32_t buf_size; /* buffer size in bytes (must be multiple of 4 KB) */
[all …]
Damdgv_sriovmsg.h34 * 0 64KB 65KB 66KB
36 * | 64KB | 1KB | 1KB |
124 uint32_t fcn : 8;
125 uint32_t asic_7 : 8;
317 "amd_sriov_msg_vf2pf_info must be " stringification(AMD_SRIOV_MSG_SIZE_KB) " KB");
321 "amd_sriov_msg_pf2vf_info must be " stringification(AMD_SRIOV_MSG_SIZE_KB) " KB");
/linux-6.8/Documentation/translations/zh_CN/arch/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-6.8/Documentation/translations/zh_TW/arch/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-6.8/arch/arm64/boot/dts/xilinx/
Dzynqmp-sm-k26-revA.dts86 gpios = <&gpio 8 GPIO_ACTIVE_HIGH>;
95 <&xilinx_ams 6>, <&xilinx_ams 7>, <&xilinx_ams 8>,
147 reg = <0x0 0x80000>; /* 512KB */
153 reg = <0x80000 0x80000>; /* 512KB */
159 reg = <0x100000 0x20000>; /* 128KB */
163 reg = <0x120000 0x20000>; /* 128KB */
167 reg = <0x140000 0xC0000>; /* 768KB */
175 reg = <0xF00000 0x80000>; /* 512KB */
185 reg = <0x1C80000 0x80000>; /* 512KB */
207 reg = <0x2200000 0x20000>; /* 128KB */
[all …]

12345678910>>...40