/openbmc/linux/fs/btrfs/tests/ |
H A D | free-space-tests.c | 27 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() 97 ret = test_add_free_space_entry(cache, 0, SZ_4M, 1); in test_bitmaps() 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() 114 ret = test_add_free_space_entry(cache, 0, SZ_4M, 1); in test_bitmaps() 134 SZ_4M, 1); in test_bitmaps() 171 ret = test_add_free_space_entry(cache, SZ_4M, SZ_1M, 1); in test_bitmaps_and_extents() [all …]
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | iomap.h | 110 #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
|
/openbmc/linux/arch/arm/mach-orion5x/ |
H A D | kurobox_pro-setup.c | 54 .size = SZ_4M, 57 .offset = SZ_4M, 61 .offset = SZ_4M + SZ_64M, 62 .size = SZ_256M - (SZ_4M + SZ_64M),
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | nand_ids.c | 49 SZ_16K, SZ_8K, SZ_4M, 0, 6, 1280, NAND_ECC_INFO(40, SZ_1K) }, 52 SZ_16K, SZ_8K, SZ_4M, 0, 6, 1280, NAND_ECC_INFO(40, SZ_1K) }, 59 SZ_16K, SZ_8K, SZ_4M, NAND_NEED_SCRAMBLING, 6, 1664,
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_ids.c | 63 SZ_16K, SZ_8K, SZ_4M, 0, 6, 1280, NAND_ECC_INFO(40, SZ_1K) }, 74 SZ_16K, SZ_8K, SZ_4M, NAND_NEED_SCRAMBLING, 6, 1664,
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | efi.h | 38 return IS_ENABLED(CONFIG_64BIT) ? SZ_2M : SZ_4M; in efi_get_kimg_min_align()
|
/openbmc/u-boot/include/linux/ |
H A D | sizes.h | 37 #define SZ_4M 0x00400000 macro
|
/openbmc/linux/tools/include/linux/ |
H A D | sizes.h | 34 #define SZ_4M 0x00400000 macro
|
/openbmc/u-boot/include/configs/ |
H A D | mt7623.h | 26 #define CONFIG_SYS_MALLOC_LEN SZ_4M
|
H A D | mt7629.h | 26 #define CONFIG_SYS_MALLOC_LEN SZ_4M
|
H A D | bcm28155_ap.h | 23 #define CONFIG_SYS_MALLOC_LEN SZ_4M /* see armv7/start.S. */
|
H A D | bcm23550_w1d.h | 24 #define CONFIG_SYS_MALLOC_LEN SZ_4M /* see armv7/start.S. */
|
H A D | rpi.h | 54 #define CONFIG_SYS_MALLOC_LEN SZ_4M
|
H A D | tegra-common-post.h | 14 #define CONFIG_SYS_MALLOC_LEN (SZ_4M + \
|
H A D | devkit3250.h | 80 #define CONFIG_SYS_FLASH_SIZE SZ_4M
|
H A D | corvus.h | 102 SZ_4M, 0x1000)
|
H A D | taurus.h | 129 ROUND(3 * CONFIG_ENV_SIZE + SZ_4M, 0x1000)
|
/openbmc/linux/include/linux/ |
H A D | sizes.h | 34 #define SZ_4M 0x00400000 macro
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | efi.h | 66 return round_down(image_addr, SZ_4M) + SZ_512M; in efi_get_max_initrd_addr()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | alternative.c | 100 BUG_ON(offset < -SZ_4M || offset >= SZ_4M); in recompute_jump()
|
/openbmc/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_io.h | 22 #define HINIC_DB_SIZE SZ_4M
|
/openbmc/linux/fs/adfs/ |
H A D | dir_fplus.c | 27 !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()
|
/openbmc/linux/arch/powerpc/include/asm/nohash/32/ |
H A D | hugetlb-8xx.h | 22 unsigned long idx = (addr & (SZ_4M - 1)) >> PAGE_SHIFT; in hugepte_offset()
|
/openbmc/linux/arch/sh/boards/ |
H A D | board-urquell.c | 110 .size = SZ_4M,
|
/openbmc/linux/drivers/hwtracing/ptt/ |
H A D | hisi_ptt.h | 67 #define HISI_PTT_TRACE_BUF_SIZE SZ_4M
|