Home
last modified time | relevance | path

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

1234

/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
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
22 - 1KiB
23 - 2KiB
24 - 4KiB
25 - 64KiB
84 - 1KiB
85 - 2KiB
86 - 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) | | |…
/Linux-v4.19/tools/perf/arch/x86/util/
Dintel-bts.c33 #define KiB(x) ((x) * 1024) macro
35 #define KiB_MASK(x) (KiB(x) - 1)
156 opts->auxtrace_mmap_pages = KiB(128) / page_size; in intel_bts_recording_options()
158 opts->mmap_pages = KiB(256) / page_size; in intel_bts_recording_options()
162 opts->mmap_pages = KiB(256) / page_size; in intel_bts_recording_options()
193 opts->auxtrace_mmap_pages = KiB(128) / page_size; in intel_bts_recording_options()
195 opts->mmap_pages = KiB(256) / page_size; in intel_bts_recording_options()
205 min_sz = KiB(4); in intel_bts_recording_options()
207 min_sz = KiB(8); in intel_bts_recording_options()
Dintel-pt.c38 #define KiB(x) ((x) * 1024) macro
40 #define KiB_MASK(x) (KiB(x) - 1)
603 opts->auxtrace_mmap_pages = KiB(128) / page_size; in intel_pt_recording_options()
605 opts->mmap_pages = KiB(256) / page_size; in intel_pt_recording_options()
609 opts->mmap_pages = KiB(256) / page_size; in intel_pt_recording_options()
645 opts->auxtrace_mmap_pages = KiB(128) / page_size; in intel_pt_recording_options()
647 opts->mmap_pages = KiB(256) / page_size; in intel_pt_recording_options()
657 min_sz = KiB(4); in intel_pt_recording_options()
659 min_sz = KiB(8); in intel_pt_recording_options()
/Linux-v4.19/arch/arm/boot/dts/
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 */
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 */
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.dtsi257 reg = <0 0x80000>; /* 512KiB */
261 reg = <0x80000 0x1C0000>; /* 1792KiB */
265 reg = <0x240000 0x40000>; /* 256KiB */
269 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.dts378 reg = <0x000000 0x040000>; /* 256 KiB */
410 reg = <2 0 0x80000>; /* 512 KiB SRAM on IS62WV25616 */
464 reg = <0x000000 0x040000>; /* 256 KiB */
/Linux-v4.19/Documentation/arm/
Dtcm.txt6 This is usually just a few (4-64) KiB of RAM inside the ARM
13 The size of DTCM or ITCM is minimum 4KiB so the typical
14 minimum configuration is 4KiB ITCM and 4KiB DTCM.
40 on, supporting a maximum of 32KiB of ITCM and 32KiB of DTCM.
43 TCMs in two separate banks, so for example an 8KiB ITCM is divided
44 into two 4KiB banks with its own control registers. The idea is to
/Linux-v4.19/tools/perf/arch/arm64/util/
Darm-spe.c23 #define KiB(x) ((x) * 1024) macro
95 opts->auxtrace_mmap_pages = KiB(128) / page_size; in arm_spe_recording_options()
97 opts->mmap_pages = KiB(256) / page_size; in arm_spe_recording_options()
104 size_t min_sz = KiB(8); in arm_spe_recording_options()
/Linux-v4.19/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-v4.19/Documentation/arm/Samsung-S3C24XX/
DNAND.txt17 The driver is capable of handling NAND flash with a 2KiB page
21 each 256 byte block in an 2KiB page. This means that more than
/Linux-v4.19/drivers/mtd/nand/onenand/
DKconfig61 of 4KiB. Plane1 has only even blocks such as block0, block2, block4
63 So MTD regards it as 4KiB page size and 256KiB block size
/Linux-v4.19/tools/perf/arch/arm/util/
Dcs-etm.c113 KiB(128) / page_size; in cs_etm_recording_options()
115 opts->mmap_pages = KiB(256) / page_size; in cs_etm_recording_options()
119 opts->mmap_pages = KiB(256) / page_size; in cs_etm_recording_options()
165 opts->auxtrace_mmap_pages = KiB(128) / page_size; in cs_etm_recording_options()
167 opts->mmap_pages = KiB(256) / page_size; in cs_etm_recording_options()
174 unsigned int max_page = (KiB(128) / page_size); in cs_etm_recording_options()
/Linux-v4.19/Documentation/translations/zh_CN/arm/
DBooting120 建议放在 RAM 的头 16KiB 中。
132 dtb 必须置于内核自解压不会覆盖的内存区。建议将其放置于 RAM 的头 16KiB
/Linux-v4.19/drivers/mtd/spi-nor/
DKconfig24 to erasing whole blocks (32/64 KiB).
27 64 KiB block instead of 16 × 4 KiB sectors.
30 4096 B erase size (e.g. UBIFS requires 15 KiB as a minimum).
/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/misc/
Dbrcm,kona-smc.txt14 reg = <0x3404c000 0x400>; //1 KiB in SRAM
/Linux-v4.19/tools/perf/util/
Dcs-etm.h59 #define KiB(x) ((x) * 1024) macro
/Linux-v4.19/Documentation/mtd/nand/
Dpxa3xx-nand.txt12 larger pages, I/O operations on 4 KiB and 8 KiB pages is done with a set of
23 buffer with this layout (in the 4 KiB page case):
/Linux-v4.19/Documentation/devicetree/bindings/sram/
Drenesas,smp-sram.txt11 The full physical (bus) address must be aligned to a 256 KiB boundary.

1234