| /linux/arch/arm/mach-omap1/ |
| H A 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
|
| H A D | board-osk.c | 396 osk_flash_resource.end += SZ_32M - 1; in osk_init()
|
| H A D | board-sx1.c | 268 .end = OMAP_CS0_PHYS + SZ_32M - 1,
|
| /linux/rust/kernel/ |
| H A D | sizes.rs | 38 pub const SZ_32M: usize = bindings::SZ_32M as usize; constant
|
| /linux/arch/arm/mach-imx/ |
| H A D | mx3x.h | 120 #define MX3x_CS4_SIZE SZ_32M 124 #define MX3x_CS5_SIZE SZ_32M
|
| /linux/tools/testing/memblock/tests/ |
| H A 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/tools/include/linux/ |
| H A D | sizes.h | 37 #define SZ_32M 0x02000000 macro
|
| /linux/arch/nios2/include/asm/ |
| H A 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/arch/loongarch/include/asm/ |
| H A D | addrspace.h | 142 #define PCI_IOSIZE SZ_32M
|
| /linux/arch/sh/boards/ |
| H A D | board-edosk7760.c | 63 .end = 0x00000000 + SZ_32M - 1,
|
| /linux/arch/mips/generic/ |
| H A D | board-ingenic.c | 116 early_init_dt_add_memory_arch(0, SZ_32M); in ingenic_fixup_fdt()
|
| /linux/arch/arm/mach-sa1100/ |
| H A D | assabet.c | 295 DEFINE_RES_MEM(SA1100_CS0_PHYS, SZ_32M), 296 DEFINE_RES_MEM(SA1100_CS1_PHYS, SZ_32M),
|
| H A D | jornada720.c | 360 DEFINE_RES_MEM(SA1100_CS0_PHYS, SZ_32M);
|
| H A D | h3xxx.c | 80 DEFINE_RES_MEM(SA1100_CS0_PHYS, SZ_32M);
|
| H A D | collie.c | 325 DEFINE_RES_MEM(SA1100_CS0_PHYS, SZ_32M),
|
| /linux/arch/powerpc/include/asm/nohash/64/ |
| H A D | pgtable.h | 59 #define FIXADDR_SIZE SZ_32M
|
| /linux/arch/arm/mach-versatile/ |
| H A D | integrator-hardware.h | 45 #define INTEGRATOR_FLASH_SIZE SZ_32M
|
| /linux/drivers/iommu/ |
| H A D | io-pgtable-arm-selftests.c | 158 SZ_16K | SZ_32M, in arm_lpae_do_selftests()
|
| /linux/fs/btrfs/tests/ |
| H A 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/arch/arm64/kvm/ |
| H A D | nested.c | 451 max_size = SZ_32M; in ttl_to_size() 542 else if (sz < SZ_32M) sz = SZ_32M; in get_guest_mapping_ttl() 601 max_size = SZ_32M; in compute_tlb_inval_range()
|
| /linux/drivers/bus/ |
| H A D | imx-weim.c | 118 val = (range.size / SZ_32M) | 1; in imx_weim_gpr_setup()
|
| /linux/drivers/pci/controller/ |
| H A D | pci-ftpci100.c | 143 case SZ_32M: in faraday_res_to_memcfg()
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | pci-sriov.c | 188 if (vf_bar_sz < SZ_32M) { in pnv_pci_ioda_fixup_iov_resources()
|
| /linux/net/sched/ |
| H A D | sch_fq_pie.c | 434 q->memory_limit = SZ_32M; in fq_pie_init()
|
| /linux/fs/btrfs/ |
| H A D | fs.h | 71 #define BTRFS_DIRTY_METADATA_THRESH SZ_32M
|