/linux-6.6.21/arch/arm/mach-omap1/ |
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-6.6.21/arch/powerpc/mm/nohash/ |
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-6.6.21/fs/btrfs/tests/ |
D | extent-io-tests.c | 186 test_start = SZ_64M; in test_find_delalloc() 575 set_extent_bit(&tree, SZ_32M, SZ_64M - 1, in test_find_first_clear_extent_bit() 607 set_extent_bit(&tree, SZ_64M, SZ_64M + SZ_8M - 1, CHUNK_ALLOCATED, NULL); in test_find_first_clear_extent_bit() 608 find_first_clear_extent_bit(&tree, SZ_64M + SZ_1M, &start, &end, in test_find_first_clear_extent_bit() 611 if (start != SZ_64M || end != SZ_64M + SZ_8M - 1) { in test_find_first_clear_extent_bit() 617 find_first_clear_extent_bit(&tree, SZ_64M - SZ_8M, &start, &end, in test_find_first_clear_extent_bit() 624 if (start != SZ_64M || end != SZ_64M + SZ_8M - 1) { in test_find_first_clear_extent_bit() 635 if (start != SZ_64M + SZ_8M || end != -1) { in test_find_first_clear_extent_bit()
|
D | extent-map-tests.c | 966 .physical_start = SZ_64M - SZ_4M, in btrfs_test_extent_map() 971 {SZ_64M - SZ_4M, SZ_64M - SZ_4M + SZ_256M}, in btrfs_test_extent_map()
|
/linux-6.6.21/arch/arm/mach-s3c/ |
D | map-s3c64xx.h | 54 #define S3C64XX_SZ_ONENAND0_BUF (SZ_64M) 60 #define S3C64XX_SZ_ONENAND1_BUF (SZ_64M)
|
/linux-6.6.21/arch/arm/mach-orion5x/ |
D | kurobox_pro-setup.c | 58 .size = SZ_64M, 61 .offset = SZ_4M + SZ_64M, 62 .size = SZ_256M - (SZ_4M + SZ_64M),
|
/linux-6.6.21/tools/include/linux/ |
D | sizes.h | 38 #define SZ_64M 0x04000000 macro
|
/linux-6.6.21/fs/btrfs/ |
D | discard.h | 13 #define BTRFS_ASYNC_DISCARD_DEFAULT_MAX_SIZE (SZ_64M)
|
/linux-6.6.21/include/linux/ |
D | sizes.h | 38 #define SZ_64M 0x04000000 macro
|
/linux-6.6.21/arch/sh/boards/mach-sdk7786/ |
D | fpga.c | 34 for (area = PA_AREA0; area < PA_AREA7; area += SZ_64M) { in sdk7786_fpga_probe()
|
D | sram.c | 44 phys = (area << 26) + SZ_64M - SZ_4K; in fpga_sram_init()
|
/linux-6.6.21/drivers/staging/sm750fb/ |
D | ddk750_chip.c | 188 return SZ_64M; in ddk750_get_vm_size() 205 data = SZ_64M; break; /* 64 Mega byte */ in ddk750_get_vm_size()
|
/linux-6.6.21/arch/mips/alchemy/common/ |
D | prom.c | 95 memsize = SZ_64M; /* minimum memsize is 64MB RAM */ in prom_init()
|
/linux-6.6.21/tools/testing/memblock/tests/ |
D | basic_api.c | 1082 .base = SZ_64M, in memblock_remove_absent_check() 1185 .size = SZ_64M in memblock_remove_overlap_bottom_check() 1385 .base = SZ_64M, in memblock_remove_overlap_two_check() 1386 .size = SZ_64M in memblock_remove_overlap_two_check() 1390 .size = SZ_64M in memblock_remove_overlap_two_check() 1812 .base = SZ_64M, in memblock_free_overlap_two_check() 1813 .size = SZ_64M in memblock_free_overlap_two_check() 1817 .size = SZ_64M in memblock_free_overlap_two_check()
|
/linux-6.6.21/arch/arm/mach-pxa/ |
D | gumstix.c | 48 .end = SZ_64M - 1,
|
/linux-6.6.21/arch/loongarch/include/asm/ |
D | processor.h | 46 #define VDSO_RANDOMIZE_SIZE (TASK_IS_32BIT_ADDR ? SZ_1M : SZ_64M)
|
/linux-6.6.21/arch/arm/mach-ep93xx/ |
D | vision_ep9307.c | 278 ep93xx_register_flash(2, EP93XX_CS6_PHYS_BASE, SZ_64M); in vision_init_machine()
|
/linux-6.6.21/arch/mips/include/asm/ |
D | processor.h | 71 #define VDSO_RANDOMIZE_SIZE (TASK_IS_32BIT_ADDR ? SZ_1M : SZ_64M)
|
/linux-6.6.21/drivers/pci/controller/ |
D | pci-ixp4xx.c | 403 if (resource_size(res) != SZ_64M) { in ixp4xx_pci_parse_map_ranges() 453 if (resource_size(res) != SZ_64M) { in ixp4xx_pci_parse_map_dma_ranges()
|
D | pci-ftpci100.c | 146 case SZ_64M: in faraday_res_to_memcfg()
|
/linux-6.6.21/drivers/gpu/drm/gud/ |
D | gud_drv.c | 564 if (max_buffer_size > SZ_64M) in gud_probe() 565 max_buffer_size = SZ_64M; in gud_probe()
|
/linux-6.6.21/drivers/gpu/drm/i915/gt/ |
D | selftest_migrate.c | 21 SZ_64M, 893 SZ_64M in perf_clear_blt() 976 SZ_64M in perf_copy_blt()
|
/linux-6.6.21/arch/sh/drivers/pci/ |
D | pci-sh7780.c | 42 .end = 0x10000000 + SZ_64M - 1,
|
D | pcie-sh7786.c | 56 .end = 0x10000000 + SZ_64M - 1,
|
/linux-6.6.21/arch/mips/kernel/ |
D | setup.c | 452 #define CRASH_ALIGN SZ_64M
|