/Linux-v6.6/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
|
D | board-osk.c | 396 osk_flash_resource.end += SZ_32M - 1; in osk_init()
|
D | board-sx1.c | 268 .end = OMAP_CS0_PHYS + SZ_32M - 1,
|
/Linux-v6.6/tools/testing/memblock/tests/ |
D | basic_api.c | 280 .size = SZ_32M in memblock_add_within_check() 1130 .base = SZ_32M, in memblock_remove_overlap_top_check() 1131 .size = SZ_32M in memblock_remove_overlap_top_check() 1135 .size = SZ_32M in memblock_remove_overlap_top_check() 1188 .base = SZ_32M, in memblock_remove_overlap_bottom_check() 1240 .size = SZ_32M in memblock_remove_within_check() 1382 .size = SZ_32M in memblock_remove_overlap_two_check() 1389 .base = SZ_32M, in memblock_remove_overlap_two_check() 1564 .size = SZ_32M in memblock_free_overlap_top_check() 1613 .size = SZ_32M in memblock_free_overlap_bottom_check() [all …]
|
/Linux-v6.6/arch/arm/mach-imx/ |
D | mx3x.h | 120 #define MX3x_CS4_SIZE SZ_32M 124 #define MX3x_CS5_SIZE SZ_32M
|
/Linux-v6.6/tools/include/linux/ |
D | sizes.h | 37 #define SZ_32M 0x02000000 macro
|
/Linux-v6.6/arch/powerpc/mm/nohash/ |
D | 8xx.c | 159 if (top > SZ_32M) in mmu_mapin_ram() 200 memblock_set_current_limit(min_t(u64, first_memblock_size, SZ_32M)); in setup_initial_memory_limit()
|
/Linux-v6.6/include/linux/ |
D | sizes.h | 37 #define SZ_32M 0x02000000 macro
|
/Linux-v6.6/arch/arm/include/asm/ |
D | efi.h | 53 #define MAX_UNCOMP_KERNEL_SIZE SZ_32M
|
/Linux-v6.6/arch/loongarch/include/asm/ |
D | addrspace.h | 124 #define PCI_IOSIZE SZ_32M
|
/Linux-v6.6/arch/sh/boards/ |
D | board-edosk7760.c | 63 .end = 0x00000000 + SZ_32M - 1,
|
/Linux-v6.6/arch/mips/generic/ |
D | board-ingenic.c | 116 early_init_dt_add_memory_arch(0, SZ_32M); in ingenic_fixup_fdt()
|
/Linux-v6.6/arch/powerpc/kernel/ |
D | module.c | 111 unsigned long limit = (unsigned long)_etext - SZ_32M; in module_alloc()
|
/Linux-v6.6/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);
|
D | collie.c | 325 DEFINE_RES_MEM(SA1100_CS0_PHYS, SZ_32M),
|
/Linux-v6.6/fs/btrfs/tests/ |
D | extent-io-tests.c | 575 set_extent_bit(&tree, SZ_32M, SZ_64M - 1, in test_find_first_clear_extent_bit() 584 if (start != SZ_4M || end != SZ_32M - 1) { in test_find_first_clear_extent_bit() 597 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-v6.6/arch/arm/mach-ep93xx/ |
D | edb93xx.c | 46 ep93xx_register_flash(4, EP93XX_CS6_PHYS_BASE, SZ_32M); in edb93xx_register_flash()
|
/Linux-v6.6/arch/arm/mach-versatile/ |
D | integrator-hardware.h | 45 #define INTEGRATOR_FLASH_SIZE SZ_32M
|
/Linux-v6.6/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-v6.6/drivers/staging/sm750fb/ |
D | ddk750_chip.c | 203 data = SZ_32M; break; /* 32 Mega byte */ in ddk750_get_vm_size()
|
/Linux-v6.6/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 59 #define FIXADDR_SIZE SZ_32M
|
/Linux-v6.6/arch/arm64/include/asm/ |
D | memory.h | 54 #define FIXADDR_TOP (VMEMMAP_START - SZ_32M)
|