Home
last modified time | relevance | path

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

12345678910>>...42

/linux-6.14.4/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.14.4/drivers/base/
Dnode.c387 "Node %d MemTotal: %8lu kB\n" in node_read_meminfo()
388 "Node %d MemFree: %8lu kB\n" in node_read_meminfo()
389 "Node %d MemUsed: %8lu kB\n" in node_read_meminfo()
390 "Node %d SwapCached: %8lu kB\n" in node_read_meminfo()
391 "Node %d Active: %8lu kB\n" in node_read_meminfo()
392 "Node %d Inactive: %8lu kB\n" in node_read_meminfo()
393 "Node %d Active(anon): %8lu kB\n" in node_read_meminfo()
394 "Node %d Inactive(anon): %8lu kB\n" in node_read_meminfo()
395 "Node %d Active(file): %8lu kB\n" in node_read_meminfo()
396 "Node %d Inactive(file): %8lu kB\n" in node_read_meminfo()
[all …]
/linux-6.14.4/arch/x86/pci/
Dce4100.c39 #define KB (1024) macro
100 DEFINE_REG(2, 1, 0x10, (64*KB), reg_init, reg_read, reg_write)
101 DEFINE_REG(3, 0, 0x10, (64*KB), reg_init, reg_read, reg_write)
102 DEFINE_REG(4, 0, 0x10, (128*KB), reg_init, reg_read, reg_write)
103 DEFINE_REG(4, 1, 0x10, (128*KB), reg_init, reg_read, reg_write)
104 DEFINE_REG(6, 0, 0x10, (512*KB), reg_init, reg_read, reg_write)
105 DEFINE_REG(6, 1, 0x10, (512*KB), reg_init, reg_read, reg_write)
106 DEFINE_REG(6, 2, 0x10, (64*KB), reg_init, reg_read, reg_write)
107 DEFINE_REG(8, 0, 0x10, (1*MB), reg_init, reg_read, reg_write)
108 DEFINE_REG(8, 1, 0x10, (64*KB), reg_init, reg_read, reg_write)
[all …]
/linux-6.14.4/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.14.4/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.14.4/drivers/s390/crypto/
Dzcrypt_ccamisc.c305 char key_form[8]; in cca_genseckey()
306 char key_length[8]; in cca_genseckey()
307 char key_type1[8]; in cca_genseckey()
308 char key_type2[8]; in cca_genseckey()
347 memcpy(preqparm->lv1.key_form, "OP ", 8); in cca_genseckey()
352 memcpy(preqparm->lv1.key_length, "KEYLN16 ", 8); in cca_genseckey()
357 memcpy(preqparm->lv1.key_length, "KEYLN24 ", 8); in cca_genseckey()
362 memcpy(preqparm->lv1.key_length, "KEYLN32 ", 8); in cca_genseckey()
370 memcpy(preqparm->lv1.key_type1, "AESDATA ", 8); in cca_genseckey()
417 prepparm->lv3.keyblock.tok, 8 * keysize); in cca_genseckey()
[all …]
Dzcrypt_ep11misc.c113 static int ep11_kb_split(const u8 *kb, size_t kblen, u32 kbver, in ep11_kb_split() argument
124 hdr = (struct ep11kblob_header *)kb; in ep11_kb_split()
141 pl = (u8 *)kb + hdrsize; in ep11_kb_split()
157 static int ep11_kb_decode(const u8 *kb, size_t kblen, in ep11_kb_decode() argument
169 tmph = (struct ep11kblob_header *)kb; in ep11_kb_decode()
175 if (ep11_kb_split(kb, kblen, tmph->version, in ep11_kb_decode()
208 struct ep11keyblob *kb; in ep11_kb_wkvp() local
210 if (ep11_kb_decode(keyblob, keybloblen, NULL, NULL, &kb, NULL)) in ep11_kb_wkvp()
212 return kb->wkvp; in ep11_kb_wkvp()
223 struct ep11keyblob *kb = (struct ep11keyblob *)(key + sizeof(*hdr)); in ep11_check_aes_key_with_hdr() local
[all …]
/linux-6.14.4/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.14.4/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.14.4/arch/parisc/
DKconfig144 default 8
147 default 8
280 bool "4KB"
284 performance, a page size of 16KB is recommended. For best
285 compatibility with 32bit applications, a page size of 4KB should be
289 4KB For best 32bit compatibility
290 16KB For best performance
291 64KB For best performance, might give more overhead.
293 If you don't know what to do, choose 4KB.
296 bool "16KB"
[all …]
/linux-6.14.4/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()
93 seq_printf(m, "Zswapped: %8lu kB\n", in meminfo_proc_show()
111 seq_printf(m, "KernelStack: %8lu kB\n", in meminfo_proc_show()
114 seq_printf(m, "ShadowCallStack:%8lu kB\n", in meminfo_proc_show()
129 seq_printf(m, "VmallocTotal: %8lu kB\n", in meminfo_proc_show()
138 seq_printf(m, "HardwareCorrupted: %5lu kB\n", in meminfo_proc_show()
/linux-6.14.4/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.14.4/drivers/gpu/drm/amd/amdgpu/
Damdgv_sriovmsg.h36 * 0 64KB 65KB 66KB 68KB 132KB
38 * | 64KB | 1KB | 1KB | 2KB | 64KB | ...
158 uint32_t fcn : 8;
159 uint32_t asic_7 : 8;
357 RAS_TELEMETRY_GPU_BLOCK_DF = 8,
415 "amd_sriov_msg_vf2pf_info must be " stringification(AMD_SRIOV_MSG_SIZE_KB) " KB");
419 "amd_sriov_msg_pf2vf_info must be " stringification(AMD_SRIOV_MSG_SIZE_KB) " KB");
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 */
129 …ddr_lo; /* bits [31:0] of the GPU Virtual address of the TA binary (must be 4 KB aligned) */
132 …f_phy_addr_lo; /* bits [31:0] of the GPU Virtual address of CMD buffer (must be 4 KB aligned) */
134 …_t cmd_buf_len; /* length of the CMD buffer in bytes; must be multiple of 4 KB */
155 …uf_phy_addr_lo; /* bits [31:0] of GPU Virtual address of the buffer (must be 4 KB aligned) */
157 …uint32_t buf_size; /* buffer size in bytes (must be multiple of 4 KB and no bi…
170 …e; /* total size of all buffers in the list in bytes (must be multiple of 4 KB) */
189 …uf_phy_addr_lo; /* bits [31:0] of GPU Virtual address of TMR buffer (must be 4 KB aligned) */
191 uint32_t buf_size; /* buffer size in bytes (must be multiple of 4 KB) */
[all …]
/linux-6.14.4/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 $",
Dhhf.json17 …hhf 1: root refcnt [0-9]+.*hh_limit 2048 reset_timeout 40ms admit_bytes 128Kb evict_timeout 1s non…
24 "id": "8a92",
38 …refcnt [0-9]+ limit 1500p.*hh_limit 2048 reset_timeout 40ms admit_bytes 128Kb evict_timeout 1s non…
59 …fcnt [0-9]+.*quantum 9000b hh_limit 2048 reset_timeout 40ms admit_bytes 128Kb evict_timeout 1s non…
80 …hf 1: root refcnt [0-9]+.*hh_limit 2048 reset_timeout 100ms admit_bytes 128Kb evict_timeout 1s non…
122 …hhf 1: root refcnt [0-9]+.*hh_limit 2048 reset_timeout 40ms admit_bytes 128Kb evict_timeout 500ms …
143 …hhf 1: root refcnt [0-9]+.*hh_limit 2048 reset_timeout 40ms admit_bytes 128Kb evict_timeout 1s non…
165 …refcnt [0-9]+ limit 1500p.*hh_limit 2048 reset_timeout 40ms admit_bytes 128Kb evict_timeout 1s non…
/linux-6.14.4/Documentation/filesystems/
Dproc.rst184 VmPeak: 5004 kB
185 VmSize: 5004 kB
186 VmLck: 0 kB
187 VmHWM: 476 kB
188 VmRSS: 476 kB
189 RssAnon: 352 kB
190 RssFile: 120 kB
191 RssShmem: 4 kB
192 VmData: 156 kB
193 VmStk: 88 kB
[all …]
/linux-6.14.4/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.14.4/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.14.4/tools/mm/
Dthpmaps41 def kbnr(kb):
42 # Convert KB to number of pages.
43 return (kb << 10) >> PAGE_SHIFT
47 # Convert number of pages to KB.
52 # Convert page order to KB.
103 assert(self.element_size == 8)
134 super().__init__(f'/proc/{pid}/pagemap', 8)
145 super().__init__(f'/proc/kpageflags', 8)
292 f"anon-thp-pmd-aligned-{odkb(PMD_ORDER)}kB": {'type': 'anon', 'value': anon_pmd_mapped},
293 f"file-thp-pmd-aligned-{odkb(PMD_ORDER)}kB": {'type': 'file', 'value': file_pmd_mapped},
[all …]
/linux-6.14.4/tools/testing/selftests/proc/
Dproc-pid-vm.c117 (x)&0xff, ((x)>>8)&0xff, ((x)>>16)&0xff, ((x)>>24)&0xff, \
122 (x)&0xff, ((x)>>8)&0xff, ((x)>>16)&0xff, ((x)>>24)&0xff, \
126 0xb8, (x)&0xff, ((x)>>8)&0xff, ((x)>>16)&0xff, ((x)>>24)&0xff
391 #define RSS1 "Rss: 4 kB\n" in main()
392 #define RSS2 "Rss: 0 kB\n" in main()
393 #define PSS1 "Pss: 4 kB\n" in main()
394 #define PSS2 "Pss: 0 kB\n" in main()
401 "Size: 4 kB\n", in main()
402 "KernelPageSize: 4 kB\n", in main()
403 "MMUPageSize: 4 kB\n", in main()
[all …]
/linux-6.14.4/tools/testing/selftests/net/packetdrill/
Dtcp_tcp_info_tcp-info-sndbuf-limited.pkt11 +0 > S 0:0(0) <mss 1460,sackOK,TS val 100 ecr 0,nop,wscale 8>
12 +.01 < S. 0:0(0) ack 1 win 10000 <mss 1000,sackOK,nop,nop,nop,wscale 8>
25 // cwnd goes from 40(60KB) to 80(120KB), and that we hit the tiny sndbuf limit 10KB

12345678910>>...42