| /linux/arch/arm/mach-omap1/ |
| H A D | tc.h | 37 #define OMAP_CS0_SIZE SZ_64M 40 #define OMAP_CS1_SIZE SZ_64M 49 #define OMAP_CS2_SIZE SZ_64M 58 #define OMAP_CS3_SIZE SZ_64M
|
| /linux/arch/powerpc/mm/nohash/ |
| H A D | kaslr_booke.c | 264 offset = memstart_addr + index * SZ_64M + offset; in kaslr_legal_offset() 265 start = memstart_addr + index * SZ_64M; in kaslr_legal_offset() 315 if (linear_sz < SZ_64M) in kaslr_choose_location() 339 index %= linear_sz / SZ_64M; in kaslr_choose_location() 342 offset = random % (SZ_64M - kernel_sz); in kaslr_choose_location() 371 if (offset >= SZ_64M) { in kaslr_early_init() 372 tlb_virt = round_down(kernstart_virt_addr, SZ_64M); in kaslr_early_init() 373 tlb_phys = round_down(kernstart_addr, SZ_64M); in kaslr_early_init()
|
| /linux/rust/kernel/ |
| H A D | sizes.rs | 40 pub const SZ_64M: usize = bindings::SZ_64M as usize; constant
|
| /linux/arch/arm/mach-s3c/ |
| H A D | map-s3c64xx.h | 54 #define S3C64XX_SZ_ONENAND0_BUF (SZ_64M) 60 #define S3C64XX_SZ_ONENAND1_BUF (SZ_64M)
|
| /linux/arch/arm/mach-orion5x/ |
| H A D | kurobox_pro-setup.c | 58 .size = SZ_64M, 61 .offset = SZ_4M + SZ_64M, 62 .size = SZ_256M - (SZ_4M + SZ_64M),
|
| /linux/tools/include/linux/ |
| H A D | sizes.h | 38 #define SZ_64M 0x04000000 macro
|
| /linux/fs/btrfs/ |
| H A D | discard.h | 14 #define BTRFS_ASYNC_DISCARD_DEFAULT_MAX_SIZE (SZ_64M)
|
| /linux/arch/sh/boards/mach-sdk7786/ |
| H A D | fpga.c | 34 for (area = PA_AREA0; area < PA_AREA7; area += SZ_64M) { in sdk7786_fpga_probe()
|
| H A D | sram.c | 44 phys = (area << 26) + SZ_64M - SZ_4K; in fpga_sram_init()
|
| /linux/arch/mips/alchemy/common/ |
| H A D | prom.c | 96 memsize = SZ_64M; /* minimum memsize is 64MB RAM */ in prom_init()
|
| /linux/arch/arm/mach-pxa/ |
| H A D | gumstix.c | 50 .end = SZ_64M - 1,
|
| H A D | spitz.c | 1132 memblock_add(0xa0000000, SZ_64M); in spitz_fixup()
|
| /linux/tools/testing/memblock/tests/ |
| H A D | basic_api.c | 1340 .base = SZ_64M, in memblock_remove_absent_check() 1443 .size = SZ_64M in memblock_remove_overlap_bottom_check() 1643 .base = SZ_64M, in memblock_remove_overlap_two_check() 1644 .size = SZ_64M in memblock_remove_overlap_two_check() 1648 .size = SZ_64M in memblock_remove_overlap_two_check() 2070 .base = SZ_64M, in memblock_free_overlap_two_check() 2071 .size = SZ_64M in memblock_free_overlap_two_check() 2075 .size = SZ_64M in memblock_free_overlap_two_check()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | processor.h | 46 #define VDSO_RANDOMIZE_SIZE (TASK_IS_32BIT_ADDR ? SZ_1M : SZ_64M)
|
| /linux/arch/mips/include/asm/ |
| H A D | processor.h | 71 #define VDSO_RANDOMIZE_SIZE (TASK_IS_32BIT_ADDR ? SZ_1M : SZ_64M)
|
| /linux/fs/btrfs/tests/ |
| H A D | extent-map-tests.c | 1102 .physical_start = SZ_64M - SZ_4M, in btrfs_test_extent_map() 1107 {SZ_64M - SZ_4M, SZ_64M - SZ_4M + SZ_256M}, in btrfs_test_extent_map()
|
| /linux/arch/sh/drivers/pci/ |
| H A D | pci-sh7780.c | 42 .end = 0x10000000 + SZ_64M - 1,
|
| H A D | pcie-sh7786.c | 56 .end = 0x10000000 + SZ_64M - 1,
|
| /linux/drivers/pci/controller/ |
| H A D | pci-ftpci100.c | 146 case SZ_64M: in faraday_res_to_memcfg()
|
| H A D | pci-v3-semi.c | 638 case SZ_64M: in v3_get_dma_range_config()
|
| /linux/arch/mips/kernel/ |
| H A D | setup.c | 446 #define CRASH_ALIGN SZ_64M
|
| /linux/drivers/gpu/drm/xe/tests/ |
| H A D | xe_bo.c | 382 #define XE_BO_SHRINK_SIZE ((unsigned long)SZ_64M)
|
| /linux/arch/sh/mm/ |
| H A D | pmb.c | 60 { .size = SZ_64M, .flag = PMB_SZ_64M, },
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | a8xx_gpu.c | 529 gmem_range_min = SZ_64M; in hw_init()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_gt_sriov_pf_config.c | 394 pf_get_ggtt_alignment(gt) : SZ_64M; in pf_get_min_spare_ggtt() 712 return SZ_64M - SZ_8M; in pf_profile_fair_ggtt()
|