| /linux/tools/perf/pmu-events/arch/arm64/freescale/imx94/sys/ |
| H A D | metrics.json | 5 … imx9_ddr0@eddrtq_pm_wr_beat_filt\\,axi_mask\\=0x000\\,axi_id\\=0x000@ ) * 32 / duration_time) / (… 13 … imx9_ddr0@eddrtq_pm_wr_beat_filt\\,axi_mask\\=0x000\\,axi_id\\=0x000@ ) * 32 / duration_time) / (… 21 "MetricExpr": "( imx9_ddr0@eddrtq_pm_rd_beat_filt0\\,axi_mask\\=0x000\\,axi_id\\=0x000@ ) * 32", 22 "ScaleUnit": "9.765625e-4KB", 29 "MetricExpr": "( imx9_ddr0@eddrtq_pm_wr_beat_filt\\,axi_mask\\=0x000\\,axi_id\\=0x000@ ) * 32", 30 "ScaleUnit": "9.765625e-4KB", 37 "MetricExpr": "( imx9_ddr0@eddrtq_pm_rd_beat_filt1\\,axi_mask\\=0x3fc\\,axi_id\\=0x000@ ) * 32", 38 "ScaleUnit": "9.765625e-4KB", 45 "MetricExpr": "( imx9_ddr0@eddrtq_pm_wr_beat_filt\\,axi_mask\\=0x3fc\\,axi_id\\=0x000@ ) * 32", 46 "ScaleUnit": "9.765625e-4KB", [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." 52 …"BriefDescription": "This event counts operations that cause a TLB access to the L1I in 32MB 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." 87 …"BriefDescription": "This event counts operations that cause a TLB access to the L1D in 32MB 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." 122 …"BriefDescription": "This event counts operations that cause a TLB refill of the L1I in 32MB page." 142 … "BriefDescription": "This event counts operations that cause a TLB refill of the L1D in 4KB page." [all …]
|
| /linux/arch/loongarch/ |
| H A D | Kconfig | 92 select GENERIC_ATOMIC64 if 32BIT 226 config 32BIT 227 bool "32-bit kernel" 229 Select this option if you want to build a 32-bit kernel. 238 if 32BIT 241 prompt "32-bit kernel sub-type" 243 config 32BIT_REDUCED 244 bool "32-bit kernel for LA32R" 246 Select this option if you want to build a 32-bit kernel for 249 config 32BIT_STANDARD [all …]
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | psp_gfx_if.h | 74 …volatile uint32_t ring_addr_hi; /* +24 bits [63:32] of GPU Virtual of ring buffer (VMID=0) … 133 …ddr_lo; /* bits [31:0] of the GPU Virtual address of the TA binary (must be 4 KB aligned) */ 134 …uint32_t app_phy_addr_hi; /* bits [63:32] of the GPU Virtual address of the TA binar… 136 …f_phy_addr_lo; /* bits [31:0] of the GPU Virtual address of CMD buffer (must be 4 KB aligned) */ 137 …uint32_t cmd_buf_phy_addr_hi; /* bits [63:32] of the GPU Virtual address of CMD buffer */ 138 …_t cmd_buf_len; /* length of the CMD buffer in bytes; must be multiple of 4 KB */ 159 …uf_phy_addr_lo; /* bits [31:0] of GPU Virtual address of the buffer (must be 4 KB aligned) */ 160 uint32_t buf_phy_addr_hi; /* bits [63:32] of GPU Virtual address of the buffer */ 161 …uint32_t buf_size; /* buffer size in bytes (must be multiple of 4 KB and no bi… 174 …e; /* total size of all buffers in the list in bytes (must be multiple of 4 KB) */ [all …]
|
| /linux/drivers/s390/crypto/ |
| H A D | zcrypt_ep11misc.c | 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() 158 return kb->wkvp; in ep11_kb_wkvp() [all …]
|
| /linux/arch/sh/mm/ |
| H A D | Kconfig | 47 The page size is not necessarily 4KB. Keep this in mind when 81 def_bool !32BIT 84 config 32BIT 89 bool "Support 32-bit physical addressing through PMB" 91 select 32BIT 95 32-bits through the SH-4A PMB. If this is not set, legacy 165 bool "64kB" 169 bool "256kB" 199 bool "Enable 32KB cache size for SH7705"
|
| /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() 60 case PM_32M: return "32Mb"; in msk2str()
|
| /linux/drivers/accel/habanalabs/include/gaudi2/ |
| H A 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/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) 108 DEFINE_REG(8, 1, 0x10, (64*KB), reg_init, reg_read, reg_write) 109 DEFINE_REG(8, 2, 0x10, (64*KB), reg_init, reg_read, reg_write) [all …]
|
| /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/drivers/accel/habanalabs/include/gaudi/ |
| H A 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/drivers/w1/slaves/ |
| H A 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/tools/perf/pmu-events/arch/arm64/freescale/imx93/sys/ |
| H A D | metrics.json | 5 …@ - imx9_ddr0@ddrc_pm_4@ - imx9_ddr0@ddrc_pm_6@ - imx9_ddr0@ddrc_pm_8@ ) * 32 )) / duration_time) … 14 "ScaleUnit": "9.765625e-4KB", 21 … imx9_ddr0@ddrc_pm_2@ - imx9_ddr0@ddrc_pm_4@ - imx9_ddr0@ddrc_pm_6@ - imx9_ddr0@ddrc_pm_8@ ) * 32", 22 "ScaleUnit": "9.765625e-4KB",
|
| /linux/tools/testing/selftests/proc/ |
| H A D | proc-pid-vm.c | 115 #define VADDR (1UL << 32) 122 ((x)>>32)&0xff, ((x)>>40)&0xff, ((x)>>48)&0xff, ((x)>>56)&0xff 127 ((x)>>32)&0xff, ((x)>>40)&0xff, ((x)>>48)&0xff, ((x)>>56)&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/Documentation/devicetree/bindings/mtd/partitions/ |
| H A D | redboot-fis.yaml | 14 32 KB in size. 28 device. On a flash memory with 32KB eraseblocks, 0 means the first
|
| /linux/include/linux/ |
| H A D | pe.h | 53 #define IMAGE_FILE_MACHINE_ALPHA_OLD 0x0183 /* DEC Alpha AXP 32-bit (old images) */ 54 #define IMAGE_FILE_MACHINE_ALPHA 0x0184 /* DEC Alpha AXP 32-bit */ 55 #define IMAGE_FILE_MACHINE_ALPHA64 0x0284 /* DEC Alpha AXP 64-bit (with 8kB page size) */ 73 #define IMAGE_FILE_MACHINE_IA64 0x0200 /* Intel IA-64 (with 8kB page size) */ 74 #define IMAGE_FILE_MACHINE_LOONGARCH32 0x6232 /* LoongArch 32-bit processor family */ 76 #define IMAGE_FILE_MACHINE_M32R 0x9041 /* Mitsubishi M32R 32-bit Little-Endian */ 81 #define IMAGE_FILE_MACHINE_MPPC_601 0x0601 /* PowerPC 32-bit Big-Endian */ 84 #define IMAGE_FILE_MACHINE_POWERPC 0x01f0 /* PowerPC 32-bit Little-Endian */ 85 #define IMAGE_FILE_MACHINE_POWERPCFP 0x01f1 /* PowerPC 32-bit with FPU Little-Endian */ 89 #define IMAGE_FILE_MACHINE_R4000 0x0166 /* MIPS III Little-Endian (with 1kB or 4kB page size) */ [all …]
|
| /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 */ 115 + (DIV_ROUND_UP((mbw) * (mbh), 32) * 16)) 121 #define MAX_FW_SIZE_V8 (SZ_512K) /* 512KB */
|
| /linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
| 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… 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… 150 "id": "32f9", 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/drivers/media/common/b2c2/ |
| H A 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 */
|
| /linux/arch/powerpc/boot/dts/ |
| H A D | xcalibur1501.dts | 33 d-cache-line-size = <32>; // 32 bytes 34 i-cache-line-size = <32>; // 32 bytes 35 d-cache-size = <0x8000>; // L1, 32K 36 i-cache-size = <0x8000>; // L1, 32K 46 d-cache-line-size = <32>; // 32 bytes 47 i-cache-line-size = <32>; // 32 bytes 48 d-cache-size = <0x8000>; // L1, 32K 49 i-cache-size = <0x8000>; // L1, 32K 92 reg = <0x7f00000 0x40000>; /* 256 KB */ 96 reg = <0x7f40000 0x40000>; /* 256 KB */ [all …]
|
| H A D | xpedite5301.dts | 34 d-cache-line-size = <32>; // 32 bytes 35 i-cache-line-size = <32>; // 32 bytes 36 d-cache-size = <0x8000>; // L1, 32K 37 i-cache-size = <0x8000>; // L1, 32K 47 d-cache-line-size = <32>; // 32 bytes 48 i-cache-line-size = <32>; // 32 bytes 49 d-cache-size = <0x8000>; // L1, 32K 50 i-cache-size = <0x8000>; // L1, 32K 92 reg = <0x7f00000 0x40000>; /* 256 KB */ 96 reg = <0x7f40000 0x40000>; /* 256 KB */ [all …]
|
| H A D | xpedite5370.dts | 32 d-cache-line-size = <32>; // 32 bytes 33 i-cache-line-size = <32>; // 32 bytes 34 d-cache-size = <0x8000>; // L1, 32K 35 i-cache-size = <0x8000>; // L1, 32K 45 d-cache-line-size = <32>; // 32 bytes 46 i-cache-line-size = <32>; // 32 bytes 47 d-cache-size = <0x8000>; // L1, 32K 48 i-cache-size = <0x8000>; // L1, 32K 90 reg = <0x7f00000 0x40000>; /* 256 KB */ 94 reg = <0x7f40000 0x40000>; /* 256 KB */ [all …]
|
| /linux/arch/arm/boot/dts/aspeed/ |
| H A D | openbmc-flash-layout-128.dtsi | 9 reg = <0x0 0xe0000>; // 896KB 14 reg = <0xe0000 0x20000>; // 128KB 29 reg = <0x6000000 0x2000000>; // 32MB
|
| H A D | openbmc-flash-layout-64.dtsi | 12 reg = <0x0 0xe0000>; // 896KB 17 reg = <0xe0000 0x20000>; // 128KB 27 reg = <0xa00000 0x2000000>; // 32MB
|