Home
last modified time | relevance | path

Searched refs:KiB (Results 1 – 25 of 82) sorted by relevance

1234

/Linux-v5.4/Documentation/filesystems/ext4/
Dblocks.rst7 sectors between 1KiB and 64KiB, and the number of sectors must be an
10 4KiB. You may experience mounting problems if block size is greater than
11 page size (i.e. 64KiB blocks on a i386 which only has 4KiB memory
24 - 1KiB
25 - 2KiB
26 - 4KiB
27 - 64KiB
86 - 1KiB
87 - 2KiB
88 - 4KiB
[all …]
Dblockmap.rst8 …ct block: (file blocks 12 to (``$block_size`` / 4) + 11, or 12 to 1035 if 4KiB blocks) …
13 …block_size`` / 4) | Direct map to (``$block_size`` / 4) blocks (1024 if 4KiB blocks) | …
16 …block_size`` / 4) ^ 2 + (``$block_size`` / 4) + 11, or 1036 to 1049611 if 4KiB blocks) …
21 …k_size`` / 4) | Map to (``$block_size`` / 4) indirect blocks (1024 if 4KiB blocks) …
26 …block_size`` / 4) | Direct map to (``$block_size`` / 4) blocks (1024 if 4KiB blocks) | | …
30 …``$block_size`` / 4) ^ 2 + (``$block_size`` / 4) + 12, or 1049612 to 1074791436 if 4KiB blocks) |
35 …` / 4) | Map to (``$block_size`` / 4) double indirect blocks (1024 if 4KiB blocks) …
40 …k_size`` / 4) | Map to (``$block_size`` / 4) indirect blocks (1024 if 4KiB blocks) …
45 …block_size`` / 4) | Direct map to (``$block_size`` / 4) blocks (1024 if 4KiB blocks) | | |…
Doverview.rst11 ``block_size_in_bytes``. With the default block size of 4KiB, each group
/Linux-v5.4/tools/perf/arch/x86/util/
Dintel-bts.c28 #define KiB(x) ((x) * 1024) macro
30 #define KiB_MASK(x) (KiB(x) - 1)
151 opts->auxtrace_mmap_pages = KiB(128) / page_size; in intel_bts_recording_options()
153 opts->mmap_pages = KiB(256) / page_size; in intel_bts_recording_options()
157 opts->mmap_pages = KiB(256) / page_size; in intel_bts_recording_options()
188 opts->auxtrace_mmap_pages = KiB(128) / page_size; in intel_bts_recording_options()
190 opts->mmap_pages = KiB(256) / page_size; in intel_bts_recording_options()
200 min_sz = KiB(4); in intel_bts_recording_options()
202 min_sz = KiB(8); in intel_bts_recording_options()
Dintel-pt.c33 #define KiB(x) ((x) * 1024) macro
35 #define KiB_MASK(x) (KiB(x) - 1)
632 opts->auxtrace_mmap_pages = KiB(128) / page_size; in intel_pt_recording_options()
634 opts->mmap_pages = KiB(256) / page_size; in intel_pt_recording_options()
638 opts->mmap_pages = KiB(256) / page_size; in intel_pt_recording_options()
674 opts->auxtrace_mmap_pages = KiB(128) / page_size; in intel_pt_recording_options()
676 opts->mmap_pages = KiB(256) / page_size; in intel_pt_recording_options()
686 min_sz = KiB(4); in intel_pt_recording_options()
688 min_sz = KiB(8); in intel_pt_recording_options()
/Linux-v5.4/arch/arm/boot/dts/
Dlpc4357.dtsi26 reg = <0x10000000 0x8000>; /* 32 KiB local SRAM */
31 reg = <0x10080000 0xa000>; /* 32 + 8 KiB local SRAM */
36 reg = <0x20000000 0x10000>; /* 4 x 16 KiB AHB SRAM */
Dlpc4350.dtsi26 reg = <0x10000000 0x20000>; /* 96 + 32 KiB local SRAM */
31 reg = <0x10080000 0x12000>; /* 64 + 8 KiB local SRAM */
36 reg = <0x20000000 0x10000>; /* 4 x 16 KiB AHB SRAM */
Darmada-385-linksys-rango.dts97 reg = <0x200000 0x20000>; /* 128KiB */
102 reg = <0x220000 0x40000>; /* 256KiB */
107 reg = <0x7e0000 0x40000>; /* 256KiB */
113 reg = <0x820000 0x1e0000>; /* 1920KiB */
Domap3-overo-base.dtsi254 reg = <0 0x80000>; /* 512KiB */
258 reg = <0x80000 0x1C0000>; /* 1792KiB */
262 reg = <0x240000 0x40000>; /* 256KiB */
266 reg = <0x280000 0x800000>; /* 8192KiB */
Darmada-385-linksys-caiman.dts89 reg = <0x200000 0x40000>; /* 256KiB */
94 reg = <0x240000 0x40000>; /* 256KiB */
Darmada-385-linksys-cobra.dts89 reg = <0x200000 0x40000>; /* 256KiB */
94 reg = <0x240000 0x40000>; /* 256KiB */
Darmada-385-linksys-shelby.dts89 reg = <0x200000 0x40000>; /* 256KiB */
94 reg = <0x240000 0x40000>; /* 256KiB */
Dlpc4350-hitex-eval.dts376 reg = <0x000000 0x040000>; /* 256 KiB */
408 reg = <2 0 0x80000>; /* 512 KiB SRAM on IS62WV25616 */
462 reg = <0x000000 0x040000>; /* 256 KiB */
/Linux-v5.4/Documentation/arm/
Dtcm.rst8 This is usually just a few (4-64) KiB of RAM inside the ARM
15 The size of DTCM or ITCM is minimum 4KiB so the typical
16 minimum configuration is 4KiB ITCM and 4KiB DTCM.
42 on, supporting a maximum of 32KiB of ITCM and 32KiB of DTCM.
45 TCMs in two separate banks, so for example an 8KiB ITCM is divided
46 into two 4KiB banks with its own control registers. The idea is to
/Linux-v5.4/tools/perf/arch/arm64/util/
Darm-spe.c26 #define KiB(x) ((x) * 1024) macro
98 opts->auxtrace_mmap_pages = KiB(128) / page_size; in arm_spe_recording_options()
100 opts->mmap_pages = KiB(256) / page_size; in arm_spe_recording_options()
107 size_t min_sz = KiB(8); in arm_spe_recording_options()
/Linux-v5.4/Documentation/ABI/stable/
Dsysfs-devices-system-xen_memory54 As target above, except the value is in KiB.
61 Current size (in KiB) of this domain's memory
69 Amount (in KiB) of high memory in the balloon.
76 Amount (in KiB) of low (or normal) memory in the
/Linux-v5.4/Documentation/arm/samsung-s3c24xx/
Dnand.rst18 The driver is capable of handling NAND flash with a 2KiB page
22 each 256 byte block in an 2KiB page. This means that more than
/Linux-v5.4/drivers/mtd/nand/onenand/
DKconfig62 of 4KiB. Plane1 has only even blocks such as block0, block2, block4
64 So MTD regards it as 4KiB page size and 256KiB block size
/Linux-v5.4/drivers/mtd/spi-nor/
DKconfig19 to erasing whole blocks (32/64 KiB).
22 64 KiB block instead of 16 × 4 KiB sectors.
25 4096 B erase size (e.g. UBIFS requires 15 KiB as a minimum).
/Linux-v5.4/Documentation/translations/zh_CN/arm/
DBooting120 建议放在 RAM 的头 16KiB 中。
132 dtb 必须置于内核自解压不会覆盖的内存区。建议将其放置于 RAM 的头 16KiB
/Linux-v5.4/tools/perf/arch/arm/util/
Dcs-etm.c310 KiB(128) / page_size; in cs_etm_recording_options()
312 opts->mmap_pages = KiB(256) / page_size; in cs_etm_recording_options()
316 opts->mmap_pages = KiB(256) / page_size; in cs_etm_recording_options()
362 opts->auxtrace_mmap_pages = KiB(128) / page_size; in cs_etm_recording_options()
364 opts->mmap_pages = KiB(256) / page_size; in cs_etm_recording_options()
371 unsigned int max_page = (KiB(128) / page_size); in cs_etm_recording_options()
/Linux-v5.4/Documentation/filesystems/nfs/
Drpc-server-gss.txt52 A) It can handle tokens that are no bigger than 2KiB
55 beyond 64KiB in size due to various authorization extensions attacked to
62 back to the kernel (4KiB).
/Linux-v5.4/Documentation/devicetree/bindings/misc/
Dbrcm,kona-smc.txt14 reg = <0x3404c000 0x400>; //1 KiB in SRAM
/Linux-v5.4/Documentation/admin-guide/
Dperf-security.rst199 is set to 516 KiB, then a user process is provided with 516 KiB * 8 =
200 4128 KiB of memory above the RLIMIT_MEMLOCK limit (ulimit -l) for
203 required to manually distribute the available 4128 KiB between the
206 allocates all available 4128 KiB and the other processes will fail to
/Linux-v5.4/Documentation/devicetree/bindings/sram/
Drenesas,smp-sram.txt11 The full physical (bus) address must be aligned to a 256 KiB boundary.

1234