Home
last modified time | relevance | path

Searched refs:KB (Results 1 – 25 of 187) sorted by relevance

12345678

/linux/arch/x86/pci/
H A Dce4100.c39 #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_CN/arch/arm64/
H A Dmemory.txt33 页大小为 4KB 的 4 级转换表和页大小为 64KB 的 3 级转换表。
35 AArch64 Linux 使用 3 级或 4 级转换表,其页大小配置为 4KB,对于用户和内核
37 对于页大小为 64KB的配置,仅使用 2 级转换表,有 42-bit (4TB) 的虚拟地址空间,但内存布局相同。
45 AArch64 Linux 在页大小为 4KB,并使用 3 级转换表时的内存布局:
53 AArch64 Linux 在页大小为 4KB,并使用 4 级转换表时的内存布局:
61 AArch64 Linux 在页大小为 64KB,并使用 2 级转换表时的内存布局:
69 AArch64 Linux 在页大小为 64KB,并使用 3 级转换表时的内存布局:
80 4KB 页大小的转换表查找:
95 64KB 页大小的转换表查找:
/linux/Documentation/translations/zh_TW/arch/arm64/
H A Dmemory.txt37 頁大小爲 4KB 的 4 級轉換表和頁大小爲 64KB 的 3 級轉換表。
39 AArch64 Linux 使用 3 級或 4 級轉換表,其頁大小配置爲 4KB,對於用戶和內核
41 對於頁大小爲 64KB的配置,僅使用 2 級轉換表,有 42-bit (4TB) 的虛擬地址空間,但內存佈局相同。
49 AArch64 Linux 在頁大小爲 4KB,並使用 3 級轉換表時的內存佈局:
57 AArch64 Linux 在頁大小爲 4KB,並使用 4 級轉換表時的內存佈局:
65 AArch64 Linux 在頁大小爲 64KB,並使用 2 級轉換表時的內存佈局:
73 AArch64 Linux 在頁大小爲 64KB,並使用 3 級轉換表時的內存佈局:
84 4KB 頁大小的轉換表查找:
99 64KB 頁大小的轉換表查找:
/linux/kernel/
H A Dtsacct.c85 #define KB 1024 macro
86 #define MB (1024*KB)
87 #define KB_MASK (~(KB-1))
97 do_div(stats->coremem, 1000 * KB); in xacct_add_tsk()
99 do_div(stats->virtmem, 1000 * KB); in xacct_add_tsk()
103 stats->hiwater_rss = get_mm_hiwater_rss(mm) * PAGE_SIZE / KB; in xacct_add_tsk()
104 stats->hiwater_vm = get_mm_hiwater_vm(mm) * PAGE_SIZE / KB; in xacct_add_tsk()
121 #undef KB
/linux/lib/lz4/
H A Dlz4hc_compress.c64 hc4->nextToUpdate = 64 * KB; in LZ4HC_init()
65 hc4->base = start - 64 * KB; in LZ4HC_init()
67 hc4->dictBase = start - 64 * KB; in LZ4HC_init()
68 hc4->dictLimit = 64 * KB; in LZ4HC_init()
69 hc4->lowLimit = 64 * KB; in LZ4HC_init()
110 const U32 lowLimit = (hc4->lowLimit + 64 * KB > (U32)(ip - base)) in LZ4HC_InsertAndFindBestMatch()
112 : (U32)(ip - base) - (64 * KB - 1); in LZ4HC_InsertAndFindBestMatch()
182 const U32 lowLimit = (hc4->lowLimit + 64 * KB > (U32)(ip - base)) in LZ4HC_InsertAndGetWiderMatch()
184 : (U32)(ip - base) - (64 * KB - 1); in LZ4HC_InsertAndGetWiderMatch()
631 if (dictSize > 64 * KB) { in LZ4_loadDictHC()
[all...]
H A Dlz4_compress.c42 static const int LZ4_64Klimit = ((64 * KB) + (MFLIMIT - 1));
794 if ((dictEnd - p) > 64 * KB) in LZ4_loadDict()
795 p = dictEnd - 64 * KB; in LZ4_loadDict()
796 dict->currentOffset += 64 * KB; in LZ4_loadDict()
818 U32 const delta = LZ4_dict->currentOffset - 64 * KB; in LZ4_renormDictT()
828 LZ4_dict->currentOffset = 64 * KB; in LZ4_renormDictT()
829 if (LZ4_dict->dictSize > 64 * KB) in LZ4_renormDictT()
830 LZ4_dict->dictSize = 64 * KB; in LZ4_renormDictT()
840 if ((U32)dictSize > 64 * KB) { in LZ4_saveDict()
841 /* useless to define a dictionary > 64 * KB */ in LZ4_saveDict()
[all...]
/linux/Documentation/admin-guide/cgroup-v1/
H A Dhugetlb.rst46 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
/linux/arch/arm/boot/dts/aspeed/
H A Dfacebook-bmc-flash-layout-128.dtsi10 * u-boot partition: 896KB.
18 * u-boot environment variables: 64KB.
26 * image metadata partition (64KB), used by Facebook internal
H A Dopenbmc-flash-layout-128.dtsi9 reg = <0x0 0xe0000>; // 896KB
14 reg = <0xe0000 0x20000>; // 128KB
H A Dopenbmc-flash-layout-64.dtsi12 reg = <0x0 0xe0000>; // 896KB
17 reg = <0xe0000 0x20000>; // 128KB
H A Dopenbmc-flash-layout-64-alt.dtsi12 reg = <0x0 0xe0000>; // 896KB
17 reg = <0xe0000 0x20000>; // 128KB
/linux/arch/powerpc/boot/dts/fsl/
H A Dp1021rdb-pc.dtsi46 /* 256KB for Vitesse 7385 Switch firmware */
53 /* 256KB for DTB Image */
72 /* 256KB for QE ucode firmware*/
80 /* 512KB for u-boot Bootloader Image */
81 /* 512KB for u-boot Environment Variables */
158 /* 512KB for u-boot Bootloader Image */
165 /* 512KB for DTB Image */
H A Dp2020rdb.dts46 /* 256KB for Vitesse 7385 Switch firmware */
53 /* 256KB for DTB Image */
74 /* 512KB for u-boot Bootloader Image */
75 /* 512KB for u-boot Environment Variables */
159 /* 512KB for u-boot Bootloader Image */
166 /* 512KB for DTB Image */
H A Dp1024rdb.dtsi46 /* 256KB for Vitesse 7385 Switch firmware */
53 /* 256KB for DTB Image */
72 /* 512KB for u-boot Bootloader Image */
73 /* 512KB for u-boot Environment Variables */
137 /* 512KB for u-boot Bootloader Image */
144 /* 512KB for DTB Image */
H A Dp2020rdb-pc.dtsi46 /* 256KB for Vitesse 7385 Switch firmware */
53 /* 256KB for DTB Image */
72 /* 512KB for u-boot Bootloader Image */
73 /* 512KB for u-boot Environment Variables */
159 /* 512KB for u-boot Bootloader Image */
166 /* 512KB for DTB Image */
H A Dp1020rdb.dtsi46 /* 256KB for Vitesse 7385 Switch firmware */
53 /* 256KB for DTB Image */
74 /* 512KB for u-boot Bootloader Image */
75 /* 512KB for u-boot Environment Variables */
156 /* 512KB for u-boot Bootloader Image */
163 /* 512KB for DTB Image */
H A Dp1020rdb-pc.dtsi46 /* 256KB for Vitesse 7385 Switch firmware */
53 /* 256KB for DTB Image */
72 /* 512KB for u-boot Bootloader Image */
73 /* 512KB for u-boot Environment Variables */
159 /* 512KB for u-boot Bootloader Image */
166 /* 512KB for DTB Image*/
/linux/drivers/char/agp/
H A Dintel-gtt.c187 intel_private.registers = ioremap(reg_addr, KB(64)); in i810_setup()
357 stolen_size = KB(512); 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()
489 size = KB(1024); in i965_gtt_total_entries()
492 size = KB(2048); in i965_gtt_total_entries()
495 size = KB(1024 + 512); in i965_gtt_total_entries()
500 size = KB(512); in i965_gtt_total_entries()
[all …]
H A Dagp.h157 #define KB(x) ((x) * 1024) macro
158 #define MB(x) (KB (KB (x)))
159 #define GB(x) (MB (KB (x)))
/linux/arch/arm/mm/
H A Dproc-arm740.S86 ldr r3, =(CONFIG_DRAM_SIZE >> 12) @ size of RAM (must be >= 4KB)
87 mov r4, #10 @ 11 is the minimum (4KB)
96 ldr r3, =(CONFIG_FLASH_SIZE >> 12) @ size of FLASH (must be >= 4KB)
100 mov r4, #10 @ 11 is the minimum (4KB)
/linux/arch/arm/boot/dts/marvell/
H A Darmada-370-synology-ds213j.dts278 reg = <0x00000000 0x000c0000>; /* 768KB */
283 reg = <0x000c0000 0x002d0000>; /* 2880KB */
288 reg = <0x00390000 0x00440000>; /* 4250KB */
293 reg = <0x007d0000 0x00010000>; /* 64KB */
298 reg = <0x007e0000 0x00010000>; /* 64KB */
303 reg = <0x007f0000 0x00010000>; /* 64KB */
H A Darmada-xp-synology-ds414.dts295 reg = <0x00000000 0x000d0000>; /* 832KB */
300 reg = <0x000d0000 0x002d0000>; /* 2880KB */
305 reg = <0x003a0000 0x00430000>; /* 4250KB */
310 reg = <0x007d0000 0x00010000>; /* 64KB */
315 reg = <0x007e0000 0x00010000>; /* 64KB */
320 reg = <0x007f0000 0x00010000>; /* 64KB */
/linux/Documentation/cdrom/
H A Dpacket-writing.rst49 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/Documentation/translations/zh_CN/admin-guide/
H A Dbootconfig.rst243 当前最大的配置大小是32KB,关键字总数(不是键值条目)必须少于1024个节点。
246 在大多数情况下,配置项的数量将少于100个条目,小于8KB,因此这应该足够了。如果
247 节点数超过1024,解析器将返回错误,即使文件大小小于32KB。(请注意,此最大尺寸
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dbootconfig.rst243 當前最大的配置大小是32KB,關鍵字總數(不是鍵值條目)必須少於1024個節點。
246 在大多數情況下,配置項的數量將少於100個條目,小於8KB,因此這應該足夠了。如果
247 節點數超過1024,解析器將返回錯誤,即使文件大小小於32KB。(請注意,此最大尺寸

12345678