/linux/tools/testing/selftests/tc-testing/tc-tests/actions/ |
H A D | police.json | 23 "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/base/ |
H A D | node.c | 458 "Node %d MemTotal: %8lu kB\n" in node_read_meminfo() 459 "Node %d MemFree: %8lu kB\n" in node_read_meminfo() 460 "Node %d MemUsed: %8lu kB\n" in node_read_meminfo() 461 "Node %d SwapCached: %8lu kB\n" in node_read_meminfo() 462 "Node %d Active: %8lu kB\n" in node_read_meminfo() 463 "Node %d Inactive: %8lu kB\n" in node_read_meminfo() 464 "Node %d Active(anon): %8lu kB\n" in node_read_meminfo() 465 "Node %d Inactive(anon): %8lu kB\n" in node_read_meminfo() 466 "Node %d Active(file): %8lu kB\n" in node_read_meminfo() 467 "Node %d Inactive(file): %8lu kB\n" in node_read_meminfo() [all …]
|
/linux/arch/x86/pci/ |
H A D | ce4100.c | 39 #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/drivers/s390/crypto/ |
H A D | zcrypt_ccamisc.c | 47 * 128 * 128 * 4 bytes = 64 KB big. Usage of this memory is 334 char key_form[8]; in cca_genseckey() 335 char key_length[8]; in cca_genseckey() 336 char key_type1[8]; in cca_genseckey() 337 char key_type2[8]; in cca_genseckey() 377 memcpy(preqparm->lv1.key_form, "OP ", 8); in cca_genseckey() 382 memcpy(preqparm->lv1.key_length, "KEYLN16 ", 8); in cca_genseckey() 387 memcpy(preqparm->lv1.key_length, "KEYLN24 ", 8); in cca_genseckey() 392 memcpy(preqparm->lv1.key_length, "KEYLN32 ", 8); in cca_genseckey() 400 memcpy(preqparm->lv1.key_type1, "AESDATA ", 8); in cca_genseckey() [all …]
|
H A D | zcrypt_ep11misc.c | 40 #define CPRB_MEMPOOL_ITEM_SIZE (8 * 1024) 46 * 128 * 128 * 4 bytes = 64 KB big. Usage of this memory is 59 static int ep11_kb_split(const u8 *kb, size_t kblen, u32 kbver, in ep11_kb_split() argument 70 hdr = (struct ep11kblob_header *)kb; in ep11_kb_split() 87 pl = (u8 *)kb + hdrsize; in ep11_kb_split() 103 static int ep11_kb_decode(const u8 *kb, size_t kblen, in ep11_kb_decode() argument 115 tmph = (struct ep11kblob_header *)kb; in ep11_kb_decode() 121 if (ep11_kb_split(kb, kblen, tmph->version, in ep11_kb_decode() 154 struct ep11keyblob *kb; in ep11_kb_wkvp() local 156 if (ep11_kb_decode(keyblob, keybloblen, NULL, NULL, &kb, NULL)) in ep11_kb_wkvp() [all …]
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac1000.h | 68 #define GMAC_ADDR_HIGH(reg) ((reg > 15) ? 0x00000800 + (reg - 16) * 8 : \ 69 0x00000040 + (reg * 8)) 70 #define GMAC_ADDR_LOW(reg) ((reg > 15) ? 0x00000804 + (reg - 16) * 8 : \ 71 0x00000044 + (reg * 8)) 166 #define GMAC_DEBUG_RXFSTS_MASK GENMASK(9, 8) /* MTL Rx FIFO Fill-level */ 167 #define GMAC_DEBUG_RXFSTS_SHIFT 8 192 #define DMA_BUS_MODE_PBL_SHIFT 8 267 * 0,00 - Full minus 1KB (only valid when rxfifo >= 4KB and EFC enabled) 268 * 0,01 - Full minus 2KB (only valid when rxfifo >= 4KB and EFC enabled) 269 * 0,10 - Full minus 3KB (only valid when rxfifo >= 4KB and EFC enabled) [all …]
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | radix-4k.h | 8 #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 D | radix-64k.h | 8 #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 D | hash-4k.h | 5 #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 D | hash-64k.h | 5 #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 D | dump_tlb.c | 49 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 D | Kconfig | 29 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/parisc/ |
H A D | Kconfig | 147 default 8 150 default 8 283 bool "4KB" 287 performance, a page size of 16KB is recommended. For best 288 compatibility with 32bit applications, a page size of 4KB should be 292 4KB For best 32bit compatibility 293 16KB For best performance 294 64KB For best performance, might give more overhead. 296 If you don't know what to do, choose 4KB. 299 bool "16KB" [all …]
|
/linux/arch/arc/ |
H A D | Kconfig.debug | 4 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 D | red.json | 3 "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 D | hhf.json | 17 …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 D | memory.txt | 37 頁大小爲 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 D | memory.txt | 33 页大小为 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 D | thpmaps | 41 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 D | proc-pid-vm.c | 121 (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 D | ice_parser.c | 144 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/accel/habanalabs/include/gaudi/ |
H A D | gaudi.h | 27 #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/drivers/atm/ |
H A D | midway.h | 16 #define NR_CHAN 8 /* number of TX channels */ 25 #define RAM_INCREMENT 0x00020000 /* probe for RAM every 128kB */ 29 #define MID_DMA_TX_BASE (MID_DMA_RX_BASE+NR_DMA_RX*8) 30 #define MID_SERVICE_BASE (MID_DMA_TX_BASE+NR_DMA_TX*8) 35 #define MID_MIN_BUF_SIZE (1024) /* 1 kB is minimum */ 36 #define MID_MAX_BUF_SIZE (128*1024) /* 128 kB is maximum */ 42 #define TX_GAP 8 /* TX buffer gap (words) */ 55 #define MID_MOTHER_SHIFT 8 141 #define MID_LOC_SKIP 8 /* 8 bits of location are always zero 177 2*<size> kB */
|
/linux/drivers/media/platform/samsung/s5p-mfc/ |
H A D | regs-mfc-v8.h | 95 #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 */
|
/linux/Documentation/driver-api/tty/ |
H A D | moxa-smartio.rst | 42 - 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.
|