| /Linux-v6.1/arch/sh/mm/ |
| D | Kconfig | 41 The page size is not necessarily 4KB. Keep this in mind when 73 def_bool !32BIT 76 config 32BIT 81 bool "Support 32-bit physical addressing through PMB" 83 select 32BIT 87 32-bits through the SH-4A PMB. If this is not set, legacy 159 bool "4kB" 164 bool "8kB" 167 This enables 8kB pages as supported by SH-X2 and later MMUs. 170 bool "16kB" [all …]
|
| /Linux-v6.1/Documentation/admin-guide/cgroup-v1/ |
| D | hugetlb.rst | 34 For a system supporting three hugepage sizes (64k, 32M and 1G), the control 46 hugetlb.64KB.limit_in_bytes 47 hugetlb.64KB.max_usage_in_bytes 48 hugetlb.64KB.numa_stat 49 hugetlb.64KB.usage_in_bytes 50 hugetlb.64KB.failcnt 51 hugetlb.64KB.rsvd.limit_in_bytes 52 hugetlb.64KB.rsvd.max_usage_in_bytes 53 hugetlb.64KB.rsvd.usage_in_bytes 54 hugetlb.64KB.rsvd.failcnt [all …]
|
| /Linux-v6.1/arch/parisc/ |
| D | Kconfig | 156 that can run on all 32-bit PA CPUs (albeit not optimally fast), 238 and slower than the 32bit one. 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 250 selected (the vast majority of 32bit binaries work perfectly fine 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. [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 | 366 keysize = 32; in cca_genseckey() 505 keysize = 32; in cca_clr2seckey() 618 u8 keyattr[32]; in cca_sec2protkey() 621 u8 vp[32]; /* verification pattern */ in cca_sec2protkey() 694 case 16 + 32: in cca_sec2protkey() 699 case 24 + 32: in cca_sec2protkey() 704 case 32 + 32: in cca_sec2protkey() 801 } kb; in cca_gencipherkey() member 816 } kb; in cca_gencipherkey() member 853 /* prepare kb block */ in cca_gencipherkey() [all …]
|
| /Linux-v6.1/arch/powerpc/lib/ |
| D | test-code-patching.c | 68 /* Largest negative relative branch, - 32 MB */ in test_branch_iform() 87 /* Maximum relative negative offset, - 32 MB */ in test_branch_iform() 92 /* Out of range relative negative offset, - 32 MB + 4*/ in test_branch_iform() 96 /* Out of range relative positive offset, + 32 MB */ in test_branch_iform() 151 /* Maximum positive relative conditional branch, + 32 KB - 4B */ in test_branch_bform() 157 /* Largest negative relative conditional branch, - 32 KB */ in test_branch_bform() 179 /* Maximum relative negative offset, - 32 KB */ in test_branch_bform() 184 /* Out of range relative negative offset, - 32 KB + 4*/ in test_branch_bform() 188 /* Out of range relative positive offset, + 32 KB */ in test_branch_bform() 226 /* Maximum negative case, move b . to addr + 32 MB */ in test_translate_branch() [all …]
|
| /Linux-v6.1/arch/ia64/ |
| D | Kconfig | 69 the 32-bit X86 line. The IA-64 Linux project has a home 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 146 majority of IA-32 binaries work perfectly fine with a larger page 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 153 64KB Requires Itanium 2 or newer processor. [all …]
|
| /Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
| D | psp_gfx_if.h | 74 …volatile uint32_t ring_addr_hi; /* +24 bits [63:32] of GPU Virtual of ring buffer (VMID=0) … 124 …ddr_lo; /* bits [31:0] of the GPU Virtual address of the TA binary (must be 4 KB aligned) */ 125 …uint32_t app_phy_addr_hi; /* bits [63:32] of the GPU Virtual address of the TA binar… 127 …f_phy_addr_lo; /* bits [31:0] of the GPU Virtual address of CMD buffer (must be 4 KB aligned) */ 128 …uint32_t cmd_buf_phy_addr_hi; /* bits [63:32] of the GPU Virtual address of CMD buffer */ 129 …_t cmd_buf_len; /* length of the CMD buffer in bytes; must be multiple of 4 KB */ 150 …uf_phy_addr_lo; /* bits [31:0] of GPU Virtual address of the buffer (must be 4 KB aligned) */ 151 uint32_t buf_phy_addr_hi; /* bits [63:32] of GPU Virtual address of the buffer */ 152 …uint32_t buf_size; /* buffer size in bytes (must be multiple of 4 KB and no bi… 165 …e; /* total size of all buffers in the list in bytes (must be multiple of 4 KB) */ [all …]
|
| /Linux-v6.1/arch/loongarch/ |
| D | Kconfig | 131 config 32BIT 178 def_bool 32BIT 223 default 16KB_2LEVEL if 32BIT 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" [all …]
|
| /Linux-v6.1/Documentation/arm64/ |
| D | memory.rst | 9 tables with a 4KB page size and up to 3 levels with a 64KB page size. 12 with the 4KB page configuration, allowing 39-bit (512GB) or 48-bit 14 64KB pages, only 2 levels of translation tables, allowing 42-bit (4TB) 18 only available when running with a 64KB page size and expands the 29 AArch64 Linux memory layout with 4KB pages + 4 levels (48-bit):: 35 [ffff600000000000 ffff7fffffffffff] 32TB [kasan shadow region] 46 AArch64 Linux memory layout with 64KB pages + 3 levels (52-bit with HW support):: 63 Translation table lookup with 4KB pages:: 66 |63 56|55 48|47 40|39 32|31 24|23 16|15 8|7 0| 78 Translation table lookup with 64KB pages:: [all …]
|
| /Linux-v6.1/arch/mips/lib/ |
| 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() 60 case PM_32M: return "32Mb"; in msk2str()
|
| /Linux-v6.1/drivers/misc/habanalabs/include/gaudi2/ |
| D | gaudi2.h | 18 #define MSIX_BAR_SIZE 0x4000ull /* 16KB */ 21 #define CFG_SIZE 0x8000000ull /* 96MB CFG + 32MB DBG*/ 26 #define STM_FLASH_SIZE 0x2000000ull /* 32MB */ 32 #define SCRATCHPAD_SRAM_SIZE 0x10000ull /* 64KB */ 35 #define PCIE_FW_SRAM_SIZE 0x8000 /* 32KB */
|
| /Linux-v6.1/arch/x86/pci/ |
| D | ce4100.c | 45 #define KB (1024) macro 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) 114 DEFINE_REG(8, 1, 0x10, (64*KB), reg_init, reg_read, reg_write) 115 DEFINE_REG(8, 2, 0x10, (64*KB), reg_init, reg_read, reg_write) [all …]
|
| /Linux-v6.1/drivers/misc/habanalabs/include/gaudi/ |
| D | gaudi.h | 19 #define CFG_SIZE 0x4000000 /* 32MB CFG + 32MB DBG*/ 27 #define PSOC_SCRATCHPAD_SIZE 0x10000 /* 64KB */ 30 #define PCIE_FW_SRAM_SIZE 0x8000 /* 32KB */ 37 #define GAUDI_MSI_ENTRIES 32
|
| /Linux-v6.1/Documentation/translations/zh_TW/arm64/ |
| 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-v6.1/Documentation/translations/zh_CN/arm64/ |
| 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-v6.1/tools/testing/selftests/proc/ |
| D | proc-pid-vm.c | 110 #define VADDR (1UL << 32) 117 ((x)>>32)&0xff, ((x)>>40)&0xff, ((x)>>48)&0xff, ((x)>>56)&0xff 122 ((x)>>32)&0xff, ((x)>>40)&0xff, ((x)>>48)&0xff, ((x)>>56)&0xff 389 #define RSS1 "Rss: 4 kB\n" in main() 390 #define RSS2 "Rss: 0 kB\n" in main() 391 #define PSS1 "Pss: 4 kB\n" in main() 392 #define PSS2 "Pss: 0 kB\n" in main() 399 "Size: 4 kB\n", in main() 400 "KernelPageSize: 4 kB\n", in main() 401 "MMUPageSize: 4 kB\n", in main() [all …]
|
| /Linux-v6.1/drivers/w1/slaves/ |
| D | Kconfig | 82 This EEPROM is organized as one page of 32 bytes for random 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-v6.1/Documentation/cdrom/ |
| D | packet-writing.rst | 49 shall implement "true random writes with 2KB granularity", which means 51 2KB on such a disc. For example, it should be possible to do:: 59 host to perform aligned writes at 32KB boundaries. Other drives do 61 writes are not 32KB aligned. 92 device with a 2KB block size, you can put any filesystem you like on
|
| /Linux-v6.1/arch/arm64/boot/dts/xilinx/ |
| D | zynqmp-sm-k26-revA.dts | 93 reg = <0x0 0x80000>; /* 512KB */ 99 reg = <0x80000 0x80000>; /* 512KB */ 105 reg = <0x100000 0x20000>; /* 128KB */ 109 reg = <0x120000 0x20000>; /* 128KB */ 113 reg = <0x140000 0xC0000>; /* 768KB */ 121 reg = <0xF00000 0x80000>; /* 512KB */ 131 reg = <0x1C80000 0x80000>; /* 512KB */ 153 reg = <0x2200000 0x20000>; /* 128KB */ 157 reg = <0x2220000 0x20000>; /* 128KB */ 161 reg = <0x2240000 0x10000>; /* 256B but 64KB sector */ [all …]
|
| /Linux-v6.1/drivers/char/agp/ |
| D | intel-gtt.c | 179 /* i81x does not preallocate the gtt. It's always 64kb in size. */ in i810_setup() 187 intel_private.registers = ioremap(reg_addr, KB(64)); in i810_setup() 344 static const int ddt[4] = { 0, 16, 32, 64 }; in intel_gtt_stolen_size() 357 stolen_size = KB(512); in intel_gtt_stolen_size() 390 stolen_size = MB(32); in intel_gtt_stolen_size() 424 (u64)stolen_size / KB(1), local ? "local" : "stolen"); in intel_gtt_stolen_size() 479 size = KB(128); in i965_gtt_total_entries() 482 size = KB(256); in i965_gtt_total_entries() 485 size = KB(512); in i965_gtt_total_entries() 487 /* GTT pagetable sizes bigger than 512KB are not possible on G33! */ in i965_gtt_total_entries() [all …]
|
| /Linux-v6.1/Documentation/devicetree/bindings/mtd/partitions/ |
| D | redboot-fis.yaml | 14 32 KB in size. 26 device. On a flash memory with 32KB eraseblocks, 0 means the first
|
| /Linux-v6.1/drivers/media/platform/samsung/s5p-mfc/ |
| D | regs-mfc-v8.h | 92 #define MFC_CTX_BUF_SIZE_V8 (36 * SZ_1K) /* 36KB */ 94 #define MFC_OTHER_DEC_CTX_BUF_SIZE_V8 (20 * SZ_1K) /* 20KB */ 95 #define MFC_H264_ENC_CTX_BUF_SIZE_V8 (100 * SZ_1K) /* 100KB */ 96 #define MFC_OTHER_ENC_CTX_BUF_SIZE_V8 (10 * SZ_1K) /* 10KB */ 112 + (DIV_ROUND_UP((mbw) * (mbh), 32) * 16)) 118 #define MAX_FW_SIZE_V8 (SZ_512K) /* 512KB */
|
| /Linux-v6.1/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
| D | hhf.json | 18 …hhf 1: root refcnt [0-9]+.*hh_limit 2048 reset_timeout 40ms admit_bytes 128Kb evict_timeout 1s non… 41 …refcnt [0-9]+ limit 1500p.*hh_limit 2048 reset_timeout 40ms admit_bytes 128Kb evict_timeout 1s non… 64 …fcnt [0-9]+.*quantum 9000b hh_limit 2048 reset_timeout 40ms admit_bytes 128Kb evict_timeout 1s non… 87 …hf 1: root refcnt [0-9]+.*hh_limit 2048 reset_timeout 100ms admit_bytes 128Kb evict_timeout 1s non… 133 …hhf 1: root refcnt [0-9]+.*hh_limit 2048 reset_timeout 40ms admit_bytes 128Kb evict_timeout 500ms … 156 …hhf 1: root refcnt [0-9]+.*hh_limit 2048 reset_timeout 40ms admit_bytes 128Kb evict_timeout 1s non… 164 "id": "32f9", 180 …refcnt [0-9]+ limit 1500p.*hh_limit 2048 reset_timeout 40ms admit_bytes 128Kb evict_timeout 1s non…
|
| /Linux-v6.1/drivers/media/common/b2c2/ |
| D | flexcop-reg.h | 83 FC_SRAM_2_32KB = 0, /* 64KB */ 84 FC_SRAM_1_32KB = 1, /* 32KB - default fow FCII */ 85 FC_SRAM_1_128KB = 2, /* 128KB */ 86 FC_SRAM_1_48KB = 3, /* 48KB - default for FCIII */
|