Home
last modified time | relevance | path

Searched refs:SZ_64M (Results 1 – 25 of 29) sorted by relevance

12

/linux/arch/arm/mach-omap1/
H A Dtc.h37 #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 Dkaslr_booke.c264 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 Dsizes.rs40 pub const SZ_64M: usize = bindings::SZ_64M as usize; constant
/linux/arch/arm/mach-s3c/
H A Dmap-s3c64xx.h54 #define S3C64XX_SZ_ONENAND0_BUF (SZ_64M)
60 #define S3C64XX_SZ_ONENAND1_BUF (SZ_64M)
/linux/arch/arm/mach-orion5x/
H A Dkurobox_pro-setup.c58 .size = SZ_64M,
61 .offset = SZ_4M + SZ_64M,
62 .size = SZ_256M - (SZ_4M + SZ_64M),
/linux/tools/include/linux/
H A Dsizes.h38 #define SZ_64M 0x04000000 macro
/linux/fs/btrfs/
H A Ddiscard.h14 #define BTRFS_ASYNC_DISCARD_DEFAULT_MAX_SIZE (SZ_64M)
/linux/arch/sh/boards/mach-sdk7786/
H A Dfpga.c34 for (area = PA_AREA0; area < PA_AREA7; area += SZ_64M) { in sdk7786_fpga_probe()
H A Dsram.c44 phys = (area << 26) + SZ_64M - SZ_4K; in fpga_sram_init()
/linux/arch/mips/alchemy/common/
H A Dprom.c96 memsize = SZ_64M; /* minimum memsize is 64MB RAM */ in prom_init()
/linux/arch/arm/mach-pxa/
H A Dgumstix.c50 .end = SZ_64M - 1,
H A Dspitz.c1132 memblock_add(0xa0000000, SZ_64M); in spitz_fixup()
/linux/tools/testing/memblock/tests/
H A Dbasic_api.c1340 .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 Dprocessor.h46 #define VDSO_RANDOMIZE_SIZE (TASK_IS_32BIT_ADDR ? SZ_1M : SZ_64M)
/linux/arch/mips/include/asm/
H A Dprocessor.h71 #define VDSO_RANDOMIZE_SIZE (TASK_IS_32BIT_ADDR ? SZ_1M : SZ_64M)
/linux/fs/btrfs/tests/
H A Dextent-map-tests.c1102 .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 Dpci-sh7780.c42 .end = 0x10000000 + SZ_64M - 1,
H A Dpcie-sh7786.c56 .end = 0x10000000 + SZ_64M - 1,
/linux/drivers/pci/controller/
H A Dpci-ftpci100.c146 case SZ_64M: in faraday_res_to_memcfg()
H A Dpci-v3-semi.c638 case SZ_64M: in v3_get_dma_range_config()
/linux/arch/mips/kernel/
H A Dsetup.c446 #define CRASH_ALIGN SZ_64M
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_bo.c382 #define XE_BO_SHRINK_SIZE ((unsigned long)SZ_64M)
/linux/arch/sh/mm/
H A Dpmb.c60 { .size = SZ_64M, .flag = PMB_SZ_64M, },
/linux/drivers/gpu/drm/msm/adreno/
H A Da8xx_gpu.c529 gmem_range_min = SZ_64M; in hw_init()
/linux/drivers/gpu/drm/xe/
H A Dxe_gt_sriov_pf_config.c394 pf_get_ggtt_alignment(gt) : SZ_64M; in pf_get_min_spare_ggtt()
712 return SZ_64M - SZ_8M; in pf_profile_fair_ggtt()

12