Home
last modified time | relevance | path

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

123

/linux-6.15/fs/btrfs/tests/
H 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 …]
/linux-6.15/drivers/mtd/spi-nor/
H A Deon.c15 .size = SZ_4M,
28 .size = SZ_4M,
37 .size = SZ_4M,
52 .size = SZ_4M,
H A Desmt.c15 .size = SZ_4M,
21 .size = SZ_4M,
H A Datmel.c177 .size = SZ_4M,
203 .size = SZ_4M,
210 .size = SZ_4M,
243 .size = SZ_4M,
H A Dissi.c71 .size = SZ_4M,
91 .size = SZ_4M,
111 .size = SZ_4M,
H A Dwinbond.c183 .size = SZ_4M,
203 .size = SZ_4M,
257 .size = SZ_4M,
291 .size = SZ_4M,
320 .size = SZ_4M,
H A Dmicron-st.c263 .size = SZ_4M,
300 .size = SZ_4M,
325 .size = SZ_4M,
339 .size = SZ_4M,
348 .size = SZ_4M,
366 .size = SZ_4M,
433 .size = SZ_4M,
H A Dgigadevice.c46 .size = SZ_4M,
70 .size = SZ_4M,
H A Dmacronix.c98 .size = SZ_4M,
157 .size = SZ_4M,
215 .size = SZ_4M,
225 .size = SZ_4M,
H A Dintel.c20 .size = SZ_4M,
/linux-6.15/arch/arm/mach-omap2/
H 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-6.15/arch/arm/mach-orion5x/
H A Dkurobox_pro-setup.c54 .size = SZ_4M,
57 .offset = SZ_4M,
61 .offset = SZ_4M + SZ_64M,
62 .size = SZ_256M - (SZ_4M + SZ_64M),
/linux-6.15/drivers/mtd/nand/raw/
H A Dnand_ids.c49 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,
/linux-6.15/arch/riscv/include/asm/
H A Defi.h38 return IS_ENABLED(CONFIG_64BIT) ? SZ_2M : SZ_4M; in efi_get_kimg_min_align()
/linux-6.15/tools/include/linux/
H A Dsizes.h34 #define SZ_4M 0x00400000 macro
/linux-6.15/drivers/gpu/drm/xe/regs/
H A Dxe_reg_defs.h23 #define XE_REG_ADDR_MAX SZ_4M
/linux-6.15/arch/loongarch/kernel/
H A Dalternative.c100 BUG_ON(offset < -SZ_4M || offset >= SZ_4M); in recompute_jump()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_wopcm.c53 #define DGFX_WOPCM_SIZE SZ_4M
55 #define MTL_WOPCM_SIZE SZ_4M
H A Dxe_mmio.c97 xe_mmio_init(&tile->mmio, tile, xe->mmio.regs + id * tile_mmio_size, SZ_4M); in mmio_multi_tile_setup()
137 xe_mmio_init(&root_tile->mmio, root_tile, xe->mmio.regs, SZ_4M); in xe_mmio_probe_early()
/linux-6.15/include/linux/
H A Dsizes.h38 #define SZ_4M 0x00400000 macro
/linux-6.15/arch/arm/include/asm/
H A Defi.h79 return round_down(image_addr, SZ_4M) + SZ_512M; in efi_get_max_initrd_addr()
/linux-6.15/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_io.h22 #define HINIC_DB_SIZE SZ_4M
/linux-6.15/fs/adfs/
H 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-6.15/arch/powerpc/mm/kasan/
H A D8xx.c17 for (k_cur = k_start; k_cur != k_end; k_cur = k_next, pmd++, block += SZ_4M) { in kasan_init_shadow_8M()
/linux-6.15/arch/sh/boards/
H A Dboard-urquell.c110 .size = SZ_4M,

123