Home
last modified time | relevance | path

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

12345678910>>...30

/linux/tools/testing/selftests/tc-testing/tc-tests/actions/
H A 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 index 3",
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",
219 { global() object
568 "$TC actions add action police rate 8mbit burst 800k index 8" global() string
631 "$TC actions add action police rate 8mbit burst 800k index 8" global() string
[all...]
/linux/drivers/s390/crypto/
H A Dzcrypt_ccamisc.c46 * 128 * 128 * 4 bytes = 64 KB big. Usage of this memory is
333 char key_form[8]; in cca_genseckey()
334 char key_length[8]; in cca_genseckey()
335 char key_type1[8]; in cca_genseckey()
336 char key_type2[8]; in cca_genseckey()
376 memcpy(preqparm->lv1.key_form, "OP ", 8); in cca_genseckey()
381 memcpy(preqparm->lv1.key_length, "KEYLN16 ", 8); in cca_genseckey()
386 memcpy(preqparm->lv1.key_length, "KEYLN24 ", 8); in cca_genseckey()
391 memcpy(preqparm->lv1.key_length, "KEYLN32 ", 8); in cca_genseckey()
399 memcpy(preqparm->lv1.key_type1, "AESDATA ", 8); in cca_genseckey()
[all …]
/linux/arch/x86/pci/
H A 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/arch/powerpc/include/asm/book3s/64/
H A 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
H A 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.
H A 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 */
H A 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/arch/mips/lib/
H A 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/drivers/w1/slaves/
H A 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/arch/arc/
H A 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/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
H A 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 $",
H A 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…
210 …ot refcnt [0-9]+ limit 1p.*hh_limit 2048 reset_timeout 40ms admit_bytes 128Kb evict_timeout 1s non…
/linux/Documentation/translations/zh_TW/arch/arm64/
H A 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/Documentation/translations/zh_CN/arch/arm64/
H A 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/tools/mm/
H A 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/tools/testing/selftests/proc/
H A Dproc-pid-vm.c121 (x)&0xff, ((x)>>8)&0xff, ((x)>>16)&0xff, ((x)>>24)&0xff, \
126 (x)&0xff, ((x)>>8)&0xff, ((x)>>16)&0xff, ((x)>>24)&0xff, \
130 0xb8, (x)&0xff, ((x)>>8)&0xff, ((x)>>16)&0xff, ((x)>>24)&0xff
395 #define RSS1 "Rss: 4 kB\n" in main()
396 #define RSS2 "Rss: 0 kB\n" in main()
397 #define PSS1 "Pss: 4 kB\n" in main()
398 #define PSS2 "Pss: 0 kB\n" in main()
405 "Size: 4 kB\n", in main()
406 "KernelPageSize: 4 kB\n", in main()
407 "MMUPageSize: 4 kB\n", in main()
[all …]
/linux/drivers/net/ethernet/intel/ice/
H A Dice_parser.c144 struct ice_bst_keybuilder *kb) in ice_imem_bst_kb_dump() argument
149 dev_info(dev, "\tpriority = %d\n", kb->prio); in ice_imem_bst_kb_dump()
150 dev_info(dev, "\ttsr_ctrl = %d\n", kb->tsr_ctrl); in ice_imem_bst_kb_dump()
154 struct ice_np_keybuilder *kb) in ice_imem_np_kb_dump() argument
159 dev_info(dev, "\topc = %d\n", kb->opc); in ice_imem_np_kb_dump()
160 dev_info(dev, "\tstart_or_reg0 = %d\n", kb->start_reg0); in ice_imem_np_kb_dump()
161 dev_info(dev, "\tlen_or_reg1 = %d\n", kb->len_reg1); in ice_imem_np_kb_dump()
165 struct ice_pg_keybuilder *kb) in ice_imem_pg_kb_dump() argument
170 dev_info(dev, "\tflag0_ena = %d\n", kb->flag0_ena); in ice_imem_pg_kb_dump()
171 dev_info(dev, "\tflag1_ena = %d\n", kb->flag1_ena); in ice_imem_pg_kb_dump()
[all …]
/linux/drivers/media/platform/samsung/s5p-mfc/
H A Dregs-mfc-v8.h95 #define MFC_CTX_BUF_SIZE_V8 (36 * SZ_1K) /* 36KB */
97 #define MFC_OTHER_DEC_CTX_BUF_SIZE_V8 (20 * SZ_1K) /* 20KB */
98 #define MFC_H264_ENC_CTX_BUF_SIZE_V8 (100 * SZ_1K) /* 100KB */
99 #define MFC_OTHER_ENC_CTX_BUF_SIZE_V8 (10 * SZ_1K) /* 10KB */
102 #define S5P_FIMV_TMV_BUFFER_SIZE_V8(w, h) (((w) + 1) * ((h) + 1) * 8)
121 #define MAX_FW_SIZE_V8 (SZ_512K) /* 512KB */
H A Dregs-mfc.h243 #define S5P_FIMV_DEC_BUF_ALIGN (8 * 1024)
244 #define S5P_FIMV_ENC_BUF_ALIGN (8 * 1024)
247 #define S5P_FIMV_NV12M_CVALIGN 8
309 #define S5P_FIMV_ENC_H264_TRANS_FLAG 0xd034 /* 8x8 transform flag in PPS &
373 #define S5P_FIMV_R2H_CMD_SYS_INIT_RET 8
437 #define FIRMWARE_ALIGN (128 * SZ_1K) /* 128KB */
438 #define MFC_H264_CTX_BUF_SIZE (600 * SZ_1K) /* 600KB per H264 instance */
439 #define MFC_CTX_BUF_SIZE (10 * SZ_1K) /* 10KB per instance */
440 #define DESC_BUF_SIZE (128 * SZ_1K) /* 128KB for DESC buffer */
441 #define SHARED_BUF_SIZE (8 * SZ_1K) /* 8KB for shared buffer */
[all …]
/linux/drivers/accel/habanalabs/include/gaudi/
H A Dgaudi.h27 #define PSOC_SCRATCHPAD_SIZE 0x10000 /* 64KB */
30 #define PCIE_FW_SRAM_SIZE 0x8000 /* 32KB */
49 #define TPC_NUMBER_OF_ENGINES 8
51 #define DMA_NUMBER_OF_CHANNELS 8
57 #define NUMBER_OF_IF 8
/linux/Documentation/arch/x86/x86_64/
H A Dmm.rst20 from TB to GB and then MB/KB.
33 00007ffffffff000 | ~128 TB | 00007fffffffffff | 4 kB | ... guard hole
36 …0000800000000000 | +128 TB | 7fffffffffffffff | ~8 EB | ... huge, almost 63 bits wide hole of…
37 … | | | | virtual memory addresses up to the -8 EB
47 …8000000000000000 | -8 EB | ffff7fffffffffff | ~8 EB | ... huge, almost 63 bits wide hole of…
55 …ffff800000000000 | -128 TB | ffff87ffffffffff | 8 TB | ... guard hole, also reserved for hyp…
82 ffffffffff600000 | -10 MB | ffffffffff600fff | 4 kB | legacy vsyscall ABI
104 00fffffffffff000 | ~64 PB | 00ffffffffffffff | 4 kB | ... guard hole
107 …0100000000000000 | +64 PB | 7fffffffffffffff | ~8 EB | ... huge, almost 63 bits wide hole of…
108 … | | | | virtual memory addresses up to the -8EB TB
[all …]
/linux/Documentation/driver-api/tty/
H A Dmoxa-smartio.rst42 - 8 ports multiport board
172 spd_hi Use 57.6kb when the application requests 38.4kb.
173 spd_vhi Use 115.2kb when the application requests 38.4kb.
174 spd_shi Use 230.4kb when the application requests 38.4kb.
175 spd_warp Use 460.8kb when the application requests 38.4kb.
176 spd_normal Use 38.4kb when the application requests 38.4kb.
178 application requests 38.4kb.
/linux/arch/arm/boot/dts/aspeed/
H A Dfacebook-bmc-flash-layout-128.dtsi10 * u-boot partition: 896KB.
18 * u-boot environment variables: 64KB.
26 * image metadata partition (64KB), used by Facebook internal
43 * "data0" partition (8MB) is used by Facebook BMC platforms as
/linux/arch/x86/mm/
H A Dtestmmiotrace.c15 MODULE_PARM_DESC(mmio_address, " Start address of the mapping of 16 kB "
16 "(or 8 MB if read_far is non-zero).");
20 MODULE_PARM_DESC(read_far, " Offset of a 32-bit read within 8 MB "
68 mmiotrace_printk("Read errors: 8-bit %d, 16-bit %d, 32-bit %d.\n", in do_read_test()
118 unsigned long size = (read_far) ? (8 << 20) : (16 << 10); in init()
130 pr_warn("WARNING: mapping %lu kB @ 0x%08lx in PCI address space, " in init()
131 "and writing 16 kB of rubbish in there.\n", in init()
/linux/arch/sh/mm/
H A Dtlb-debugfs.c29 { 0x0, " 1KB" },
30 { 0x1, " 4KB" },
31 { 0x2, " 8KB" },
32 { 0x4, " 64KB" },
33 { 0x5, "256KB" },

12345678910>>...30