/linux/tools/perf/pmu-events/arch/arm64/freescale/imx8mp/sys/ |
H A D | metrics.json | 6 "ScaleUnit": "9.765625e-4KB", 14 "ScaleUnit": "9.765625e-4KB", 22 "ScaleUnit": "9.765625e-4KB", 30 "ScaleUnit": "9.765625e-4KB", 38 "ScaleUnit": "9.765625e-4KB", 46 "ScaleUnit": "9.765625e-4KB", 54 "ScaleUnit": "9.765625e-4KB", 62 "ScaleUnit": "9.765625e-4KB", 70 "ScaleUnit": "9.765625e-4KB", 78 "ScaleUnit": "9.765625e-4KB", [all …]
|
/linux/Documentation/ABI/testing/ |
H A D | procfs-smaps_rollup | 20 Size: 1192 kB 21 KernelPageSize: 4 kB 22 MMUPageSize: 4 kB 23 Rss: 884 kB 24 Pss: 385 kB 25 Pss_Dirty: 68 kB 26 Pss_Anon: 301 kB 27 Pss_File: 80 kB 28 Pss_Shmem: 4 kB 29 Shared_Clean: 696 kB [all …]
|
/linux/tools/testing/selftests/proc/ |
H A D | proc-empty-vm.c | 105 "Size: 4 kB\n" 106 "KernelPageSize: 4 kB\n" 107 "MMUPageSize: 4 kB\n" 108 "Rss: 0 kB\n" 109 "Pss: 0 kB\n" 110 "Pss_Dirty: 0 kB\n" 111 "Shared_Clean: 0 kB\n" 112 "Shared_Dirty: 0 kB\n" 113 "Private_Clean: 0 kB\n" 114 "Private_Dirty: 0 kB\n" [all …]
|
H A D | proc-pid-vm.c | 65 exit(4); in make_private_tmp() 173 h.e_ident[4] = 2; in make_exe() 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() 408 "Anonymous: 0 kB\n", in main() [all …]
|
/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", 46 "$TC actions add action police rate 4Mbit burst 120k 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", 111 { global() object 564 "$TC actions add action police rate 4mbit burst 400k index 4", global() string 627 "$TC actions add action police rate 4mbit burst 400k index 4", global() string 657 "$TC actions add action police rate 5mbit burst 500k index 5", global() string [all...] |
/linux/arch/x86/pci/ |
H A D | ce4100.c | 39 #define KB (1024) macro 51 pci_direct_conf1.read(0, 1, reg->dev_func, reg->reg, 4, in reg_init() 68 pci_direct_conf1.read(0, 1, PCI_DEVFN(14, 0), 0x10, 4, in sata_reg_init() 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) [all …]
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_adjust_tail.c | 173 if (!ASSERT_OK_PTR(buf, "alloc buf 9Kb")) in test_xdp_adjust_frags_tail_shrink() 186 ASSERT_OK(err, "9Kb-10b"); in test_xdp_adjust_frags_tail_shrink() 187 ASSERT_EQ(topts.retval, XDP_TX, "9Kb-10b retval"); in test_xdp_adjust_frags_tail_shrink() 188 ASSERT_EQ(topts.data_size_out, exp_size, "9Kb-10b size"); in test_xdp_adjust_frags_tail_shrink() 190 /* Test case removing one of two pages, assuming 4K pages */ in test_xdp_adjust_frags_tail_shrink() 197 ASSERT_OK(err, "9Kb-4Kb"); in test_xdp_adjust_frags_tail_shrink() 198 ASSERT_EQ(topts.retval, XDP_TX, "9Kb-4Kb retval"); in test_xdp_adjust_frags_tail_shrink() 199 ASSERT_EQ(topts.data_size_out, exp_size, "9Kb-4Kb size"); in test_xdp_adjust_frags_tail_shrink() 207 ASSERT_OK(err, "9Kb-9Kb"); in test_xdp_adjust_frags_tail_shrink() 208 ASSERT_EQ(topts.retval, XDP_TX, "9Kb-9Kb retval"); in test_xdp_adjust_frags_tail_shrink() [all …]
|
/linux/tools/perf/pmu-events/arch/arm64/fujitsu/monaka/ |
H A D | tlb.json | 37 … "BriefDescription": "This event counts operations that cause a TLB access to the L1I in 4KB page." 42 …"BriefDescription": "This event counts operations that cause a TLB access to the L1I in 64KB page." 72 … "BriefDescription": "This event counts operations that cause a TLB access to the L1D in 4KB page." 77 …"BriefDescription": "This event counts operations that cause a TLB access to the L1D in 64KB page." 107 … "BriefDescription": "This event counts operations that cause a TLB refill of the L1I in 4KB page." 112 …"BriefDescription": "This event counts operations that cause a TLB refill of the L1I in 64KB page." 142 … "BriefDescription": "This event counts operations that cause a TLB refill of the L1D in 4KB page." 147 …"BriefDescription": "This event counts operations that cause a TLB refill of the L1D in 64KB page." 177 … "BriefDescription": "This event counts operations that cause a TLB access to the L2I in 4KB page." 182 …"BriefDescription": "This event counts operations that cause a TLB access to the L2I in 64KB page." [all …]
|
/linux/Documentation/driver-api/tty/ |
H A D | moxa-smartio.rst | 15 4. Utilities 31 - 4 ports multiport board 81 - Maximum 4 boards can be installed in combination 100 4 Moxa Smartio/Industio PCI Family multiport boards can be installed 121 4th board ttyM24 - ttyM31 124 4. Utilities 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. [all …]
|
/linux/Documentation/translations/zh_TW/arch/arm64/ |
H A D | memory.txt | 37 頁大小爲 4KB 的 4 級轉換表和頁大小爲 64KB 的 3 級轉換表。 39 AArch64 Linux 使用 3 級或 4 級轉換表,其頁大小配置爲 4KB,對於用戶和內核 41 對於頁大小爲 64KB的配置,僅使用 2 級轉換表,有 42-bit (4TB) 的虛擬地址空間,但內存佈局相同。 49 AArch64 Linux 在頁大小爲 4KB,並使用 3 級轉換表時的內存佈局: 57 AArch64 Linux 在頁大小爲 4KB,並使用 4 級轉換表時的內存佈局: 65 AArch64 Linux 在頁大小爲 64KB,並使用 2 級轉換表時的內存佈局: 69 0000000000000000 000003ffffffffff 4TB 用戶空間 70 fffffc0000000000 ffffffffffffffff 4TB 內核空間 73 AArch64 Linux 在頁大小爲 64KB,並使用 3 級轉換表時的內存佈局: 84 4KB 頁大小的轉換表查找: [all …]
|
/linux/Documentation/translations/zh_CN/arch/arm64/ |
H A D | memory.txt | 33 页大小为 4KB 的 4 级转换表和页大小为 64KB 的 3 级转换表。 35 AArch64 Linux 使用 3 级或 4 级转换表,其页大小配置为 4KB,对于用户和内核 37 对于页大小为 64KB的配置,仅使用 2 级转换表,有 42-bit (4TB) 的虚拟地址空间,但内存布局相同。 45 AArch64 Linux 在页大小为 4KB,并使用 3 级转换表时的内存布局: 53 AArch64 Linux 在页大小为 4KB,并使用 4 级转换表时的内存布局: 61 AArch64 Linux 在页大小为 64KB,并使用 2 级转换表时的内存布局: 65 0000000000000000 000003ffffffffff 4TB 用户空间 66 fffffc0000000000 ffffffffffffffff 4TB 内核空间 69 AArch64 Linux 在页大小为 64KB,并使用 3 级转换表时的内存布局: 80 4KB 页大小的转换表查找: [all …]
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac1000.h | 27 #define GMAC_INT_STATUS_MMCIS BIT(4) 82 #define GMAC_RGSMIIIS_JABTO BIT(4) 178 #define GMAC_DEBUG_RWCSTS BIT(4) /* MTL Rx FIFO Write Controller Active */ 198 quadruple_ratio = 0x0000c000, /* 4:1 */ 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) 270 * 0,11 - Full minus 4KB (only valid when rxfifo > 4KB and EFC enabled) 271 * 1,00 - Full minus 5KB (only valid when rxfifo > 8KB and EFC enabled) 272 * 1,01 - Full minus 6KB (only valid when rxfifo > 8KB and EFC enabled) [all …]
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | radix-4k.h | 6 * For 4K page size supported index is 13/9/9/9 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 | 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 11 * Each context is 512TB. But on 4k we restrict our max TASK size to 64TB 51 * Not supported by 4k linux page size 72 * On all 4K setups, remap_4k_pfn() equates to remap_pfn_range() 78 * With 4K page size the real_pte machinery is all nops. 106 * 4K PTE format is different from 64K PTE format. Saving the hash_slot is just
|
H A D | radix-64k.h | 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
|
/linux/drivers/w1/slaves/ |
H A D | Kconfig | 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/tools/perf/Documentation/ |
H A D | perf-bench.txt | 183 Available units are B, KB, MB, GB and TB (case insensitive). 187 Specify page-size for mapping memory buffers (default: 4KB). 188 Available values are 4KB, 2MB, 1GB (case insensitive). 193 Available units are B, KB, MB, GB and TB (case insensitive). 217 Available units are B, KB, MB, GB and TB (case insensitive). 221 Specify page-size for mapping memory buffers (default: 4KB). 222 Available values are 4KB, 2MB, 1GB (case insensitive). 227 Available units are B, KB, MB, GB and TB (case insensitive). 251 Available units are B, KB, MB, GB and TB (case insensitive). 255 Specify page-size for mapping memory buffers (default: 4KB). [all …]
|
/linux/arch/loongarch/ |
H A D | Kconfig | 274 default 4 if PGTABLE_4LEVEL 321 config 4KB_3LEVEL 322 bool "4KB with 3 levels" 326 This option selects 4KB page size with 3 level page tables, which 329 config 4KB_4LEVEL 330 bool "4KB with 4 levels" 334 This option selects 4KB page size with 4 level page tables, which 338 bool "16KB with 2 levels" 342 This option selects 16KB page size with 2 level page tables, which 346 bool "16KB with 3 levels" [all …]
|
/linux/arch/parisc/ |
H A D | Kconfig | 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" 304 bool "64KB"
|
/linux/arch/sh/mm/ |
H A D | tlb-debugfs.c | 4 * debugfs ops for SH-4 ITLB/UTLBs. 29 { 0x0, " 1KB" }, 30 { 0x1, " 4KB" }, 31 { 0x2, " 8KB" }, 32 { 0x4, " 64KB" }, 33 { 0x5, "256KB" }, 35 { 0x8, " 4MB" }, 59 nentries = 4; in tlb_seq_show() 82 nentries = 4; in tlb_seq_show() 111 ppn = (val & 0x0ffffc00) << 4; in tlb_seq_show() [all …]
|
/linux/Documentation/staging/ |
H A D | lzo.rst | 62 practice, only one instruction needs to know whether 0, less than 4, or more 116 length = (byte - 17) = 4..238 117 state = 4 [ don't copy extra literals ] 125 encoding will be a copy of 4 or more literal, and must be interpreted 130 state = 4 (no extra literals are copied) 134 2-byte block from the dictionary within a 1kB distance. It is worth 139 0 0 0 0 D D S S (0..15) : copy 2 bytes from <= 1kB distance 145 If last instruction used to copy 4 or more literals (as detected by 146 state == 4), the instruction becomes a copy of a 3-byte block from the 147 dictionary from a 2..3kB distance, and must be interpreted like this : [all …]
|
/linux/drivers/s390/crypto/ |
H A D | zcrypt_ccamisc.c | 47 * 128 * 128 * 4 bytes = 64 KB big. Usage of this memory is 828 } kb; in cca_gencipherkey() member 843 } kb; in cca_gencipherkey() member 880 /* prepare kb block */ in cca_gencipherkey() 881 preqparm->kb.len = sizeof(preqparm->kb); in cca_gencipherkey() 882 preqparm->kb.tlv1.len = sizeof(preqparm->kb.tlv1); in cca_gencipherkey() 883 preqparm->kb.tlv1.flag = 0x0030; in cca_gencipherkey() 884 preqparm->kb.tlv2.len = sizeof(preqparm->kb.tlv2); in cca_gencipherkey() 885 preqparm->kb.tlv2.flag = 0x0030; in cca_gencipherkey() 886 preqparm->kb.tlv3.len = sizeof(preqparm->kb.tlv3); in cca_gencipherkey() [all …]
|
/linux/arch/powerpc/boot/dts/fsl/ |
H A D | p1021rdb-pc.dtsi | 46 /* 256KB for Vitesse 7385 Switch firmware */ 53 /* 256KB for DTB Image */ 72 /* 256KB for QE ucode firmware*/ 80 /* 512KB for u-boot Bootloader Image */ 81 /* 512KB for u-boot Environment Variables */ 109 /* 4MB for Linux Kernel Image */ 115 /* 4MB for Compressed Root file System Image */ 158 /* 512KB for u-boot Bootloader Image */ 165 /* 512KB for DTB Image */ 171 /* 4MB for Linux Kernel Image */ [all …]
|
H A D | p1024rdb.dtsi | 46 /* 256KB for Vitesse 7385 Switch firmware */ 53 /* 256KB for DTB Image */ 72 /* 512KB for u-boot Bootloader Image */ 73 /* 512KB for u-boot Environment Variables */ 102 /* 4MB for Linux Kernel Image */ 108 /* 4MB for Compressed Root file System Image */ 137 /* 512KB for u-boot Bootloader Image */ 144 /* 512KB for DTB Image */ 150 /* 4MB for Linux Kernel Image */ 156 /* 4MB for Compressed RFS Image */
|
/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() 73 int asidwidth = DIV_ROUND_UP(ilog2(asidmask) + 1, 4); in dump_tlb()
|