Home
last modified time | relevance | path

Searched refs:SZ_4M (Results 1 – 25 of 64) sorted by relevance

123

/linux/fs/btrfs/tests/
A Dfree-space-tests.c27 ret = btrfs_add_free_space(cache, 0, SZ_4M); in test_extents()
33 ret = btrfs_remove_free_space(cache, 0, SZ_4M); in test_extents()
39 if (test_check_exists(cache, 0, SZ_4M)) { in test_extents()
45 ret = btrfs_add_free_space(cache, 0, SZ_4M); in test_extents()
103 ret = btrfs_remove_free_space(cache, 0, SZ_4M); in test_bitmaps()
109 if (test_check_exists(cache, 0, SZ_4M)) { in test_bitmaps()
134 SZ_4M, 1); in test_bitmaps()
207 if (test_check_exists(cache, SZ_4M, SZ_1M)) { in test_bitmaps_and_extents()
236 ret = test_add_free_space_entry(cache, SZ_4M, SZ_4M, 1); in test_bitmaps_and_extents()
254 if (test_check_exists(cache, 3 * SZ_1M, SZ_4M)) { in test_bitmaps_and_extents()
[all …]
A Dextent-map-tests.c564 .physical_start = SZ_64M - SZ_4M, in btrfs_test_extent_map()
569 {SZ_64M - SZ_4M, SZ_64M - SZ_4M + SZ_256M}, in btrfs_test_extent_map()
571 .mapped_logical= {SZ_4G + SZ_4M} in btrfs_test_extent_map()
A Dextent-io-tests.c455 set_extent_bits(&tree, SZ_1M, SZ_4M - 1, in test_find_first_clear_extent_bit()
477 if (start != SZ_4M || end != SZ_32M - 1) { in test_find_first_clear_extent_bit()
490 if (start != SZ_4M || end != SZ_32M - 1) { in test_find_first_clear_extent_bit()
/linux/arch/arm/mach-s3c/
A Dmach-anubis.c58 .length = SZ_4M,
63 .length = SZ_4M,
124 .size = SZ_4M - SZ_16K,
129 .offset = SZ_4M,
130 .size = SZ_32M - SZ_4M,
147 .size = SZ_4M - SZ_128K,
152 .offset = SZ_4M,
153 .size = SZ_32M - SZ_4M,
A Dmach-osiris.c138 .size = SZ_4M - SZ_16K,
143 .offset = SZ_4M,
144 .size = SZ_32M - SZ_4M,
161 .size = SZ_4M - SZ_128K,
166 .offset = SZ_4M,
167 .size = SZ_32M - SZ_4M,
A Dcommon-smdk-s3c24xx.c144 .offset = SZ_4M,
145 .size = SZ_4M,
155 .size = SZ_4M,
A Dmach-smdk2443.c50 .length = SZ_4M,
60 .length = SZ_4M,
A Dmach-smdk2440.c53 .length = SZ_4M,
63 .length = SZ_4M,
A Dmach-smdk2416.c63 .length = SZ_4M,
73 .length = SZ_4M,
A Dmach-otom.c71 [0] = DEFINE_RES_MEM(S3C2410_CS0, SZ_4M),
A Dmach-bast.c216 .size = SZ_4M - SZ_16K,
221 .offset = SZ_4M,
/linux/arch/arm/mach-omap2/
A Diomap.h110 #define L4_34XX_SIZE SZ_4M /* 1MB of 128MB used, want 1MB sect */
119 #define L4_WK_AM33XX_SIZE SZ_4M /* 1MB of 128MB used, want 1MB sect */
166 #define L4_44XX_SIZE SZ_4M
171 #define L4_PER_44XX_SIZE SZ_4M
188 #define L4_54XX_SIZE SZ_4M
196 #define L4_PER_54XX_SIZE SZ_4M
/linux/arch/arm/mach-orion5x/
A Dkurobox_pro-setup.c57 .size = SZ_4M,
60 .offset = SZ_4M,
64 .offset = SZ_4M + SZ_64M,
65 .size = SZ_256M - (SZ_4M + SZ_64M),
A Dts78xx-setup.c216 .size = SZ_4M,
220 .size = SZ_4M,
/linux/drivers/mtd/nand/raw/
A Dnand_ids.c49 SZ_16K, SZ_8K, SZ_4M, 0, 6, 1280, NAND_ECC_INFO(40, SZ_1K) },
56 SZ_16K, SZ_8K, SZ_4M, NAND_NEED_SCRAMBLING, 6, 1664,
/linux/tools/include/linux/
A Dsizes.h34 #define SZ_4M 0x00400000 macro
/linux/include/linux/
A Dsizes.h34 #define SZ_4M 0x00400000 macro
/linux/arch/arm/include/asm/
A Defi.h75 return round_down(image_addr, SZ_4M) + SZ_512M; in efi_get_max_initrd_addr()
/linux/drivers/firmware/efi/libstub/
A Driscv-stub.c21 #define MIN_KIMG_ALIGN SZ_4M
/linux/fs/adfs/
A Ddir_fplus.c27 !size || size & 2047 || size > SZ_4M) in adfs_fplus_validate_header()
52 if (len > SZ_4M / sizeof(struct adfs_bigdirentry) || in adfs_fplus_validate_header()
/linux/arch/arm/mach-pxa/
A Dcolibri-pxa3xx.c121 .size = SZ_4M,
/linux/drivers/net/ethernet/huawei/hinic/
A Dhinic_hw_io.h22 #define HINIC_DB_SIZE SZ_4M
/linux/arch/powerpc/include/asm/nohash/32/
A Dhugetlb-8xx.h22 unsigned long idx = (addr & (SZ_4M - 1)) >> PAGE_SHIFT; in hugepte_offset()
/linux/arch/arm/mach-sa1100/
A Dshannon.c57 DEFINE_RES_MEM(SA1100_CS0_PHYS, SZ_4M);
/linux/arch/sh/boards/
A Dboard-urquell.c110 .size = SZ_4M,

Completed in 35 milliseconds

123