/linux-6.12.1/arch/arm/mach-omap1/ |
D | tc.h | 43 #define OMAP_CS1A_SIZE SZ_32M 46 #define OMAP_CS1B_SIZE SZ_32M 52 #define OMAP_CS2A_SIZE SZ_32M 55 #define OMAP_CS2B_SIZE SZ_32M
|
/linux-6.12.1/drivers/mtd/spi-nor/ |
D | macronix.c | 79 .size = SZ_32M, 131 .size = SZ_32M, 159 .size = SZ_32M,
|
D | winbond.c | 140 .size = SZ_32M, 191 .size = SZ_32M, 250 .size = SZ_32M,
|
D | micron-st.c | 384 .size = SZ_32M, 391 .size = SZ_32M, 453 .size = SZ_32M, 462 .size = SZ_32M,
|
D | spansion.c | 794 .size = SZ_32M, 801 .size = SZ_32M, 808 .size = SZ_32M, 814 .size = SZ_32M, 915 .size = SZ_32M,
|
/linux-6.12.1/arch/arm/mach-imx/ |
D | mx3x.h | 120 #define MX3x_CS4_SIZE SZ_32M 124 #define MX3x_CS5_SIZE SZ_32M
|
/linux-6.12.1/tools/testing/memblock/tests/ |
D | basic_api.c | 280 .size = SZ_32M in memblock_add_within_check() 1388 .base = SZ_32M, in memblock_remove_overlap_top_check() 1389 .size = SZ_32M in memblock_remove_overlap_top_check() 1393 .size = SZ_32M in memblock_remove_overlap_top_check() 1446 .base = SZ_32M, in memblock_remove_overlap_bottom_check() 1498 .size = SZ_32M in memblock_remove_within_check() 1640 .size = SZ_32M in memblock_remove_overlap_two_check() 1647 .base = SZ_32M, in memblock_remove_overlap_two_check() 1822 .size = SZ_32M in memblock_free_overlap_top_check() 1871 .size = SZ_32M in memblock_free_overlap_bottom_check() [all …]
|
/linux-6.12.1/tools/include/linux/ |
D | sizes.h | 37 #define SZ_32M 0x02000000 macro
|
/linux-6.12.1/arch/powerpc/mm/nohash/ |
D | 8xx.c | 161 if (top > SZ_32M) in mmu_mapin_ram() 209 memblock_set_current_limit(min_t(u64, first_memblock_size, SZ_32M)); in setup_initial_memory_limit()
|
/linux-6.12.1/arch/nios2/include/asm/ |
D | pgtable.h | 28 #define VMALLOC_END (CONFIG_NIOS2_KERNEL_REGION_BASE - SZ_32M - 1) 30 #define MODULES_VADDR (CONFIG_NIOS2_KERNEL_REGION_BASE - SZ_32M)
|
/linux-6.12.1/include/linux/ |
D | sizes.h | 37 #define SZ_32M 0x02000000 macro
|
/linux-6.12.1/arch/arm/include/asm/ |
D | efi.h | 66 #define MAX_UNCOMP_KERNEL_SIZE SZ_32M
|
/linux-6.12.1/arch/loongarch/include/asm/ |
D | addrspace.h | 129 #define PCI_IOSIZE SZ_32M
|
/linux-6.12.1/arch/sh/boards/ |
D | board-edosk7760.c | 63 .end = 0x00000000 + SZ_32M - 1,
|
/linux-6.12.1/arch/mips/generic/ |
D | board-ingenic.c | 116 early_init_dt_add_memory_arch(0, SZ_32M); in ingenic_fixup_fdt()
|
/linux-6.12.1/arch/arm/mach-sa1100/ |
D | assabet.c | 295 DEFINE_RES_MEM(SA1100_CS0_PHYS, SZ_32M), 296 DEFINE_RES_MEM(SA1100_CS1_PHYS, SZ_32M),
|
D | jornada720.c | 360 DEFINE_RES_MEM(SA1100_CS0_PHYS, SZ_32M);
|
D | h3xxx.c | 80 DEFINE_RES_MEM(SA1100_CS0_PHYS, SZ_32M);
|
/linux-6.12.1/fs/btrfs/tests/ |
D | extent-io-tests.c | 595 set_extent_bit(&tree, SZ_32M, SZ_64M - 1, in test_find_first_clear_extent_bit() 604 if (start != SZ_4M || end != SZ_32M - 1) { in test_find_first_clear_extent_bit() 617 if (start != SZ_4M || end != SZ_32M - 1) { in test_find_first_clear_extent_bit()
|
D | free-space-tests.c | 731 ret = btrfs_add_free_space(cache, SZ_32M, 2 * sectorsize); in test_steal_space_from_bitmap_to_extent() 811 if (offset != SZ_32M) { in test_steal_space_from_bitmap_to_extent()
|
/linux-6.12.1/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 59 #define FIXADDR_SIZE SZ_32M
|
/linux-6.12.1/arch/arm/mach-versatile/ |
D | integrator-hardware.h | 45 #define INTEGRATOR_FLASH_SIZE SZ_32M
|
/linux-6.12.1/arch/arm64/kvm/ |
D | nested.c | 378 max_size = SZ_32M; in ttl_to_size() 445 else if (sz < SZ_32M) sz = SZ_32M; in get_guest_mapping_ttl() 504 max_size = SZ_32M; in compute_tlb_inval_range()
|
/linux-6.12.1/drivers/gpu/drm/i915/selftests/ |
D | intel_memory_region.c | 162 const u32 chunk_size = SZ_32M; in igt_mock_reserve() 883 size = max_t(u32, PAGE_SIZE, i915_prandom_u32_max_state(SZ_32M, &prng)); in igt_lmem_create_cleared_cpu() 975 sz = round_up(prandom_u32_state(&prng) % SZ_32M, PAGE_SIZE); in igt_lmem_write_gpu() 1049 sz = round_up(prandom_u32_state(&prng) % SZ_32M, PAGE_SIZE); in igt_lmem_write_cpu()
|
/linux-6.12.1/drivers/staging/sm750fb/ |
D | ddk750_chip.c | 203 data = SZ_32M; break; /* 32 Mega byte */ in ddk750_get_vm_size()
|