/Linux-v6.1/tools/testing/selftests/proc/ |
D | proc-empty-vm.c | 18 * holding it with ptrace(2). See what happens to 42 * 2: vsyscall VMA is r-xp vsyscall=emulate 58 "Size: 4 kB\n" 59 "KernelPageSize: 4 kB\n" 60 "MMUPageSize: 4 kB\n" 61 "Rss: 0 kB\n" 62 "Pss: 0 kB\n" 63 "Pss_Dirty: 0 kB\n" 64 "Shared_Clean: 0 kB\n" 65 "Shared_Dirty: 0 kB\n" [all …]
|
D | proc-pid-vm.c | 166 h.e_ident[2] = 'L'; in make_exe() 168 h.e_ident[4] = 2; in make_exe() 172 h.e_type = 2; in make_exe() 188 ph.p_flags = (1<<2)|1; in make_exe() 217 * 2: vsyscall VMA is r-xp vsyscall=emulate 270 g_vsyscall = 2; in vsyscall() 284 int pipefd[2]; in main() 295 case 2: in main() 389 #define RSS1 "Rss: 4 kB\n" in main() 390 #define RSS2 "Rss: 0 kB\n" in main() [all …]
|
/Linux-v6.1/tools/testing/selftests/tc-testing/tc-tests/actions/ |
D | police.json | 20 "matchPattern": "action order [0-9]*: police 0x1 rate 1Kbit burst 10Kb", 69 "matchPattern": "action order [0-9]*: police 0x62 rate 90Kbit burst 10Kb mtu 1Kb", 90 …"cmdUnderTest": "$TC actions add action police rate 90kbit burst 10k mtu 2kb peakrate 100kbit inde… 93 …"matchPattern": "action order [0-9]*: police 0x3 rate 90Kbit burst 10Kb mtu 2Kb peakrate 100Kbit", 114 … "cmdUnderTest": "$TC actions add action police rate 5kbit burst 6kb peakrate 10kbit index 9", 117 "matchPattern": "action order [0-9]*: police 0x9 rate 5Kb burst 10Kb", 141 …"matchPattern": "action order [0-9]*: police 0x40 rate 1Mbit burst 100Kb mtu 2Kb action reclassif… 162 … "cmdUnderTest": "$TC actions add action police rate 2mbit burst 200k linklayer ethernet index 8", 165 …"matchPattern": "action order [0-9]*: police 0x8 rate 2Mbit burst 200Kb mtu 2Kb action reclassify… 186 "cmdUnderTest": "$TC actions add action police rate 2mbit burst 200k linklayer atm index 8", [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/arm64/freescale/imx8mp/sys/ |
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", 67 "BriefDescription": "bytes of gpu 2d read from ddr", 68 "MetricName": "imx8mp_ddr_read.2d", [all …]
|
/Linux-v6.1/arch/s390/crypto/ |
D | paes_s390.c | 58 static inline int _key_to_kb(struct key_blob *kb, in _key_to_kb() argument 76 memset(kb->keybuf, 0, sizeof(kb->keybuf)); in _key_to_kb() 77 h = (struct clearkey_header *) kb->keybuf; in _key_to_kb() 81 memcpy(kb->keybuf + sizeof(*h), key, keylen); in _key_to_kb() 82 kb->keylen = sizeof(*h) + keylen; in _key_to_kb() 83 kb->key = kb->keybuf; in _key_to_kb() 87 if (keylen <= sizeof(kb->keybuf)) in _key_to_kb() 88 kb->key = kb->keybuf; in _key_to_kb() 90 kb->key = kmalloc(keylen, GFP_KERNEL); in _key_to_kb() 91 if (!kb->key) in _key_to_kb() [all …]
|
/Linux-v6.1/arch/x86/pci/ |
D | ce4100.c | 45 #define KB (1024) macro 104 DEFINE_REG(2, 0, 0x10, (16*MB), reg_init, reg_read, reg_write) 105 DEFINE_REG(2, 0, 0x14, (256), reg_init, reg_read, reg_write) 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) [all …]
|
/Linux-v6.1/fs/btrfs/tests/ |
D | free-space-tests.c | 382 * entry, we could end up with 2 entries representing a contiguous free space. 430 * Extent entry covering free space range [128Mb - 256Kb, 128Mb - 128Kb[ in test_steal_space_from_bitmap_to_extent() 438 /* Bitmap entry covering free space range [128Mb + 512Kb, 256Mb[ */ in test_steal_space_from_bitmap_to_extent() 446 ret = check_num_extents_and_bitmaps(cache, 2, 1); in test_steal_space_from_bitmap_to_extent() 451 * Now make only the first 256Kb of the bitmap marked as free, so that in test_steal_space_from_bitmap_to_extent() 454 * [128Mb - 256Kb, 128Mb - 128Kb[ in test_steal_space_from_bitmap_to_extent() 455 * [128Mb + 512Kb, 128Mb + 768Kb[ in test_steal_space_from_bitmap_to_extent() 465 /* Confirm that only those 2 ranges are marked as free. */ in test_steal_space_from_bitmap_to_extent() 476 * Confirm that the bitmap range [128Mb + 768Kb, 256Mb[ isn't marked in test_steal_space_from_bitmap_to_extent() 486 * Confirm that the region [128Mb + 256Kb, 128Mb + 512Kb[, which is in test_steal_space_from_bitmap_to_extent() [all …]
|
/Linux-v6.1/arch/ia64/ |
D | Kconfig | 127 optimally on systems with, say, Itanium 2 or newer processors. 130 bool "Itanium 2" 132 Select this to configure for an Itanium 2 (McKinley) processor. 141 bool "4KB" 144 performance, a page size of 8KB or 16KB is recommended. For best 145 IA-32 compatibility, a page size of 4KB should be selected (the vast 147 size). For Itanium 2 or newer systems, a page size of 64KB can also 150 4KB For best IA-32 compatibility 151 8KB For best IA-64 performance 152 16KB For best IA-64 performance [all …]
|
/Linux-v6.1/arch/sh/mm/ |
D | Kconfig | 9 Some SH processors (such as SH-2/SH-2A) lack an MMU. In order to 39 a value of 11 means that the largest free memory block is 2^10 pages. 41 The page size is not necessarily 4KB. Keep this in mind when 159 bool "4kB" 164 bool "8kB" 167 This enables 8kB pages as supported by SH-X2 and later MMUs. 170 bool "16kB" 173 This enables 16kB pages on MMU-less SH systems. 176 bool "64kB" 179 This enables support for 64kB pages, possible on all SH-4 [all …]
|
/Linux-v6.1/Documentation/filesystems/ |
D | proc.rst | 34 2 Modifying System Parameters 117 First, we'll take a look at the read-only parts of /proc. In Chapter 2, we 181 VmPeak: 5004 kB 182 VmSize: 5004 kB 183 VmLck: 0 kB 184 VmHWM: 476 kB 185 VmRSS: 476 kB 186 RssAnon: 352 kB 187 RssFile: 120 kB 188 RssShmem: 4 kB [all …]
|
/Linux-v6.1/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
D | red.json | 18 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb $", 41 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb adaptive $", 49 "id": "2d4b", 64 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn $", 87 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn adaptive $", 110 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn harddrop $", 133 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn nodrop $", 154 "expExitCode": "2", 178 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn harddrop nodrop $",
|
D | hhf.json | 18 …efcnt [0-9]+.*hh_limit 2048 reset_timeout 40ms admit_bytes 128Kb evict_timeout 1s non_hh_weight 2", 41 … limit 1500p.*hh_limit 2048 reset_timeout 40ms admit_bytes 128Kb evict_timeout 1s non_hh_weight 2", 64 …quantum 9000b hh_limit 2048 reset_timeout 40ms admit_bytes 128Kb evict_timeout 1s non_hh_weight 2", 87 …fcnt [0-9]+.*hh_limit 2048 reset_timeout 100ms admit_bytes 128Kb evict_timeout 1s non_hh_weight 2", 110 …cnt [0-9]+.*hh_limit 2048 reset_timeout 40ms admit_bytes 100000b evict_timeout 1s non_hh_weight 2", 133 …nt [0-9]+.*hh_limit 2048 reset_timeout 40ms admit_bytes 128Kb evict_timeout 500ms non_hh_weight 2", 156 …hhf 1: root refcnt [0-9]+.*hh_limit 2048 reset_timeout 40ms admit_bytes 128Kb evict_timeout 1s non… 180 … limit 1500p.*hh_limit 2048 reset_timeout 40ms admit_bytes 128Kb evict_timeout 1s non_hh_weight 2",
|
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/ |
D | xdp_adjust_tail.c | 115 memset(buf, 2, sizeof(buf)); in test_xdp_adjust_tail_grow2() 160 if (!ASSERT_OK_PTR(buf, "alloc buf 9Kb")) in test_xdp_adjust_frags_tail_shrink() 173 ASSERT_OK(err, "9Kb-10b"); in test_xdp_adjust_frags_tail_shrink() 174 ASSERT_EQ(topts.retval, XDP_TX, "9Kb-10b retval"); in test_xdp_adjust_frags_tail_shrink() 175 ASSERT_EQ(topts.data_size_out, exp_size, "9Kb-10b size"); in test_xdp_adjust_frags_tail_shrink() 184 ASSERT_OK(err, "9Kb-4Kb"); in test_xdp_adjust_frags_tail_shrink() 185 ASSERT_EQ(topts.retval, XDP_TX, "9Kb-4Kb retval"); in test_xdp_adjust_frags_tail_shrink() 186 ASSERT_EQ(topts.data_size_out, exp_size, "9Kb-4Kb size"); in test_xdp_adjust_frags_tail_shrink() 189 buf[0] = 2; in test_xdp_adjust_frags_tail_shrink() 194 ASSERT_OK(err, "9Kb-9Kb"); in test_xdp_adjust_frags_tail_shrink() [all …]
|
/Linux-v6.1/arch/loongarch/ |
D | Kconfig | 206 default 2 if PGTABLE_2LEVEL 231 bool "4KB with 3 levels" 235 This option selects 4KB page size with 3 level page tables, which 239 bool "4KB with 4 levels" 243 This option selects 4KB page size with 4 level page tables, which 247 bool "16KB with 2 levels" 251 This option selects 16KB page size with 2 level page tables, which 255 bool "16KB with 3 levels" 259 This option selects 16KB page size with 3 level page tables, which 263 bool "64KB with 2 levels" [all …]
|
/Linux-v6.1/drivers/s390/crypto/ |
D | zcrypt_ep11misc.c | 123 struct ep11keyblob *kb = (struct ep11keyblob *)(key + sizeof(*hdr)); in ep11_check_aes_key_with_hdr() local 127 if (keylen < sizeof(*hdr) + sizeof(*kb)) { in ep11_check_aes_key_with_hdr() 129 __func__, keylen, sizeof(*hdr) + sizeof(*kb)); in ep11_check_aes_key_with_hdr() 157 if (hdr->len < sizeof(*hdr) + sizeof(*kb)) { in ep11_check_aes_key_with_hdr() 160 __func__, (int)hdr->len, sizeof(*hdr) + sizeof(*kb)); in ep11_check_aes_key_with_hdr() 164 if (kb->version != EP11_STRUCT_MAGIC) { in ep11_check_aes_key_with_hdr() 167 __func__, (int)kb->version, EP11_STRUCT_MAGIC); in ep11_check_aes_key_with_hdr() 170 if (checkcpacfexp && !(kb->attr & EP11_BLOB_PKEY_EXTRACTABLE)) { in ep11_check_aes_key_with_hdr() 190 struct ep11keyblob *kb = (struct ep11keyblob *)(key + sizeof(*hdr)); in ep11_check_ecc_key_with_hdr() local 194 if (keylen < sizeof(*hdr) + sizeof(*kb)) { in ep11_check_ecc_key_with_hdr() [all …]
|
D | zcrypt_ccamisc.c | 237 cprbmem = kcalloc(2, cprbplusparamblen, GFP_KERNEL); in alloc_and_prep_cprbmem() 247 memcpy(preqcblk->func_id, "T2", 2); in alloc_and_prep_cprbmem() 272 memzero_explicit(mem, 2 * (sizeof(struct CPRBX) + paramblen)); in free_cprbmem() 306 u8 subfunc_code[2]; in cca_genseckey() 325 u8 subfunc_code[2]; in cca_genseckey() 339 /* get already prepared memory for 2 cprbs with param block each */ in cca_genseckey() 349 memcpy(preqparm->subfunc_code, "KG", 2); in cca_genseckey() 379 preqparm->lv2.keyid[i].attr = (i == 2 ? 0x30 : 0x10); in cca_genseckey() 448 u8 subfunc_code[2]; in cca_clr2seckey() 466 u8 subfunc_code[2]; in cca_clr2seckey() [all …]
|
/Linux-v6.1/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac1000.h | 38 #define GMAC_INT_DISABLE_PCSAN BIT(2) 90 #define GMAC_RGSMIIIS_SPEED GENMASK(2, 1) 104 #define GMAC_CONTROL_2K 0x08000000 /* IEEE 802.3as 2K packets */ 165 #define GMAC_DEBUG_TRCSTS_TXW 2 173 #define GMAC_DEBUG_TFCSTS_GEN_PAUSE 2 181 #define GMAC_DEBUG_RXFSTS_AT 2 187 #define GMAC_DEBUG_RRCSTS_RSTAT 2 191 #define GMAC_DEBUG_RFCFCSTS_MASK GENMASK(2, 1) 200 #define DMA_BUS_MODE_DSL_SHIFT 2 /* (in DWORDS) */ 207 double_ratio = 0x00004000, /* 2:1 */ [all …]
|
/Linux-v6.1/arch/powerpc/include/asm/book3s/64/ |
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
|
/Linux-v6.1/drivers/media/platform/samsung/s5p-mfc/ |
D | regs-mfc-v7.h | 34 #define MAX_FW_SIZE_V7 (SZ_512K) /* 512KB */ 43 #define MFC_CTX_BUF_SIZE_V7 (30 * SZ_1K) /* 30KB */ 44 #define MFC_H264_DEC_CTX_BUF_SIZE_V7 (2 * SZ_1M) /* 2MB */ 45 #define MFC_OTHER_DEC_CTX_BUF_SIZE_V7 (20 * SZ_1K) /* 20KB */ 46 #define MFC_H264_ENC_CTX_BUF_SIZE_V7 (100 * SZ_1K) /* 100KB */ 47 #define MFC_OTHER_ENC_CTX_BUF_SIZE_V7 (10 * SZ_1K) /* 10KB */ 54 (((w) * 48) + 8192 + ((((w) + 1) / 2) * 128) + 144 + \ 55 ((((((w) * 16) * ((h) * 16)) * 3) / 2) * 4))
|
/Linux-v6.1/Documentation/driver-api/tty/ |
D | moxa-smartio.rst | 11 2. System Requirement 25 - 2 ports multiport board 78 2. System Requirement 110 Device naming when more than 2 boards installed 119 2nd board ttyM8 - ttyM15 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. [all …]
|
/Linux-v6.1/fs/dlm/ |
D | user.c | 58 __u8 unused[2]; 87 static void compat_input(struct dlm_write_request *kb, in compat_input() argument 91 kb->version[0] = kb32->version[0]; in compat_input() 92 kb->version[1] = kb32->version[1]; in compat_input() 93 kb->version[2] = kb32->version[2]; in compat_input() 95 kb->cmd = kb32->cmd; in compat_input() 96 kb->is64bit = kb32->is64bit; in compat_input() 97 if (kb->cmd == DLM_USER_CREATE_LOCKSPACE || in compat_input() 98 kb->cmd == DLM_USER_REMOVE_LOCKSPACE) { in compat_input() 99 kb->i.lspace.flags = kb32->i.lspace.flags; in compat_input() [all …]
|
/Linux-v6.1/arch/s390/mm/ |
D | pgalloc.c | 179 * A 2KB-pgtable is either upper or lower half of a normal page. 181 * 2KB-pgtable. 183 * Whenever possible the parent page for a new 2KB-pgtable is picked 188 * When a parent page gets fully allocated it contains 2KB-pgtables in both 191 * When 2KB-pgtable is freed from to fully allocated parent page that 194 * If 2KB-pgtable is freed from the partially allocated parent page that 202 * for tracking contained 2KB-pgtables and has the following format: 207 * || |+--- upper 2KB-pgtable is allocated 208 * || +---- lower 2KB-pgtable is allocated 209 * |+------- upper 2KB-pgtable is pending for removal [all …]
|
/Linux-v6.1/arch/parisc/ |
D | Kconfig | 143 default 2 233 At the moment, only people willing to use more than 2GB of RAM, 245 bool "4KB" 248 performance, a page size of 16KB is recommended. For best 249 compatibility with 32bit applications, a page size of 4KB should be 253 4KB For best 32bit compatibility 254 16KB For best performance 255 64KB For best performance, might give more overhead. 257 If you don't know what to do, choose 4KB. 260 bool "16KB" [all …]
|
/Linux-v6.1/arch/mips/lib/ |
D | dump_tlb.c | 19 const int field = 2 * sizeof(unsigned long); in dump_tlb_regs() 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() 58 case PM_2M: return "2Mb"; in msk2str() [all …]
|
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgv_sriovmsg.h | 34 * 0 64KB 65KB 66KB 36 * | 64KB | 1KB | 1KB | 53 #define AMD_SRIOV_MSG_FW_VRAM_PF2VF_VER 2 138 uint8_t variant : 2; 156 uint32_t reserved[2]; 163 /* use private key from mailbox 2 to create checksum */ 220 uint32_t reserved[2]; 316 "amd_sriov_msg_vf2pf_info must be " stringification(AMD_SRIOV_MSG_SIZE_KB) " KB"); 320 "amd_sriov_msg_pf2vf_info must be " stringification(AMD_SRIOV_MSG_SIZE_KB) " KB");
|