/linux-6.1.9/arch/powerpc/mm/nohash/ |
D | 8xx.c | 125 WARN_ON(!IS_ALIGNED(offset, SZ_512K) || !IS_ALIGNED(top, SZ_512K)); in mmu_mapin_ram_chunk() 127 for (; p < ALIGN(p, SZ_8M) && p < top; p += SZ_512K, v += SZ_512K) in mmu_mapin_ram_chunk() 131 for (; p < ALIGN_DOWN(top, SZ_512K) && p < top; p += SZ_512K, v += SZ_512K) in mmu_mapin_ram_chunk()
|
/linux-6.1.9/fs/btrfs/tests/ |
D | free-space-tests.c | 222 ret = btrfs_remove_free_space(cache, SZ_512K, 3 * SZ_1M); in test_bitmaps_and_extents() 228 if (test_check_exists(cache, SZ_512K, 3 * SZ_1M)) { in test_bitmaps_and_extents() 439 ret = test_add_free_space_entry(cache, SZ_128M + SZ_512K, in test_steal_space_from_bitmap_to_extent() 440 SZ_128M - SZ_512K, 1); in test_steal_space_from_bitmap_to_extent() 470 if (!test_check_exists(cache, SZ_128M + SZ_512K, SZ_256K)) { in test_steal_space_from_bitmap_to_extent() 508 ret = btrfs_add_free_space(cache, SZ_128M, SZ_512K); in test_steal_space_from_bitmap_to_extent() 514 if (!test_check_exists(cache, SZ_128M, SZ_512K)) { in test_steal_space_from_bitmap_to_extent() 650 ret = test_add_free_space_entry(cache, 0, SZ_128M - SZ_512K, 1); in test_steal_space_from_bitmap_to_extent() 696 if (test_check_exists(cache, SZ_128M - SZ_512K, SZ_512K)) { in test_steal_space_from_bitmap_to_extent() 706 ret = btrfs_add_free_space(cache, SZ_128M - SZ_512K, SZ_512K); in test_steal_space_from_bitmap_to_extent() [all …]
|
/linux-6.1.9/arch/powerpc/include/asm/nohash/32/ |
D | mmu-8xx.h | 248 if (arch_vmap_try_size(addr, end, pfn, max_page_shift, SZ_512K)) in arch_vmap_pte_range_map_size() 249 return SZ_512K; in arch_vmap_pte_range_map_size() 260 if (size >= SZ_512K) in arch_vmap_pte_supported_shift()
|
D | pte-8xx.h | 175 return SZ_512K; in pte_leaf_size()
|
/linux-6.1.9/drivers/gpu/drm/msm/adreno/ |
D | adreno_device.c | 54 .gmem = SZ_512K, 87 .gmem = SZ_512K, 120 .gmem = (SZ_1M + SZ_512K), 131 .gmem = (SZ_1M + SZ_512K), 264 .gmem = SZ_512K, 275 .gmem = SZ_512K, 328 .gmem = SZ_1M + SZ_512K, 340 .gmem = SZ_512K,
|
/linux-6.1.9/arch/arm/mach-s3c/ |
D | mach-hmt.c | 160 .size = SZ_512K, 166 .offset = SZ_512K, 171 .offset = SZ_512K + SZ_256K,
|
/linux-6.1.9/arch/sh/boards/ |
D | board-urquell.c | 98 .size = SZ_512K, 104 .size = SZ_512K,
|
/linux-6.1.9/arch/arm/mach-versatile/ |
D | integrator-hardware.h | 28 #define INTEGRATOR_BOOT_ROM_SIZE SZ_512K 48 #define INTEGRATOR_MBRD_SSRAM_SIZE SZ_512K
|
/linux-6.1.9/tools/include/linux/ |
D | sizes.h | 30 #define SZ_512K 0x00080000 macro
|
/linux-6.1.9/drivers/media/platform/samsung/s5p-mfc/ |
D | regs-mfc-v7.h | 34 #define MAX_FW_SIZE_V7 (SZ_512K) /* 512KB */
|
D | regs-mfc-v8.h | 118 #define MAX_FW_SIZE_V8 (SZ_512K) /* 512KB */
|
/linux-6.1.9/include/linux/ |
D | sizes.h | 30 #define SZ_512K 0x00080000 macro
|
/linux-6.1.9/arch/arm/mach-pxa/ |
D | colibri-pxa3xx.c | 114 .size = SZ_512K,
|
/linux-6.1.9/arch/powerpc/mm/kasan/ |
D | 8xx.c | 65 if (k_cur < ALIGN_DOWN(k_end, SZ_512K)) in kasan_init_region()
|
/linux-6.1.9/arch/arm/mach-omap1/ |
D | board-ams-delta.c | 302 .size = 3 * SZ_1M + SZ_512K }, 304 .offset = 3 * SZ_1M + SZ_512K, 307 .offset = 3 * SZ_1M + SZ_512K + SZ_256K,
|
/linux-6.1.9/arch/arm/mach-davinci/ |
D | board-mityomapl138.c | 353 .size = SZ_512K, 447 .end = DA8XX_AEMIF_CS3_BASE + SZ_512K + 2 * SZ_1K - 1,
|
D | board-da850-evm.c | 73 .size = SZ_512K, 85 .size = SZ_2M + SZ_512K, 156 .size = SZ_512K, 248 .end = DA8XX_AEMIF_CS3_BASE + SZ_512K + 2 * SZ_1K - 1,
|
/linux-6.1.9/drivers/pci/controller/dwc/ |
D | pcie-tegra194-acpi.c | 33 pcie_ecam->dbi_base = cfg->win + SZ_512K; in tegra194_acpi_init()
|
/linux-6.1.9/drivers/net/wireless/ath/ath11k/ |
D | mhi.c | 421 mhi_ctrl->sbl_size = SZ_512K; in ath11k_mhi_register() 422 mhi_ctrl->seg_len = SZ_512K; in ath11k_mhi_register()
|
/linux-6.1.9/arch/arm/mach-orion5x/ |
D | mv2120-setup.c | 29 #define MV2120_NOR_BOOT_SIZE SZ_512K
|
D | rd88f5182-setup.c | 36 #define RD88F5182_NOR_BOOT_SIZE SZ_512K
|
D | db88f5281-setup.c | 37 #define DB88F5281_NOR_BOOT_SIZE SZ_512K
|
D | net2big-setup.c | 38 #define NET2BIG_NOR_BOOT_SIZE SZ_512K
|
/linux-6.1.9/drivers/gpu/drm/etnaviv/ |
D | etnaviv_cmdbuf.c | 16 #define SUBALLOC_SIZE SZ_512K
|
/linux-6.1.9/drivers/mtd/nand/raw/ |
D | nand_hynix.c | 647 memorg->pages_per_eraseblock = (SZ_512K + SZ_256K) / in hynix_nand_decode_id() 649 mtd->erasesize = SZ_512K + SZ_256K; in hynix_nand_decode_id()
|