/linux-6.1.9/fs/btrfs/tests/ |
D | free-space-tests.c | 432 ret = test_add_free_space_entry(cache, SZ_128M - SZ_256K, SZ_128K, 0); in test_steal_space_from_bitmap_to_extent() 466 if (!test_check_exists(cache, SZ_128M - SZ_256K, SZ_128K)) { in test_steal_space_from_bitmap_to_extent() 552 ret = btrfs_add_free_space(cache, SZ_128M - SZ_128K, SZ_128K); in test_steal_space_from_bitmap_to_extent() 558 if (!test_check_exists(cache, SZ_128M - SZ_128K, SZ_128K)) { in test_steal_space_from_bitmap_to_extent() 643 ret = test_add_free_space_entry(cache, SZ_128M + SZ_128K, SZ_128K, 0); in test_steal_space_from_bitmap_to_extent() 674 if (!test_check_exists(cache, SZ_128M + SZ_128K, SZ_128K)) { in test_steal_space_from_bitmap_to_extent() 742 ret = btrfs_add_free_space(cache, SZ_128M, SZ_128K); in test_steal_space_from_bitmap_to_extent() 748 if (!test_check_exists(cache, SZ_128M, SZ_128K)) { in test_steal_space_from_bitmap_to_extent()
|
/linux-6.1.9/arch/sh/boards/ |
D | board-espt.c | 23 .size = (2 * SZ_128K), 28 .size = (20 * SZ_128K),
|
/linux-6.1.9/arch/arm/kernel/ |
D | vmlinux-xip.lds.S | 103 . = ALIGN(SZ_128K); 196 ASSERT(!(_exiprom & (SZ_128K - 1)), "XIP end address may cause MPU programming issues")
|
/linux-6.1.9/arch/arm/mach-omap1/ |
D | board-sx1.c | 231 .size = SZ_128K, 238 .size = SZ_128K, 245 .size = SZ_2M - 2 * SZ_128K,
|
D | board-innovator.c | 61 .size = SZ_128K, 68 .size = SZ_128K, 82 .size = SZ_16M - SZ_2M - 2 * SZ_128K,
|
D | omap7xx.h | 45 #define OMAP7XX_DSPREG_SIZE SZ_128K
|
D | board-perseus2.c | 91 .size = SZ_128K, 98 .size = SZ_128K,
|
D | board-fsample.c | 134 .size = SZ_128K, 141 .size = SZ_128K,
|
D | board-h3.c | 100 .size = SZ_128K, 107 .size = SZ_128K,
|
D | board-h2.c | 97 .size = SZ_128K, 104 .size = SZ_128K,
|
/linux-6.1.9/arch/arm/mach-s3c/ |
D | mach-anubis.c | 137 .size = SZ_128K, 142 .size = SZ_4M - SZ_128K, 143 .offset = SZ_128K,
|
D | mach-osiris.c | 151 .size = SZ_128K, 156 .size = SZ_4M - SZ_128K, 157 .offset = SZ_128K,
|
D | mach-mini2440.c | 280 .size = SZ_128K, 289 .offset = SZ_256K + SZ_128K, 293 .offset = SZ_256K + SZ_128K + 0x00500000,
|
/linux-6.1.9/drivers/gpu/drm/msm/adreno/ |
D | adreno_device.c | 43 .gmem = SZ_128K, 76 .gmem = SZ_128K, 142 .gmem = (SZ_128K + SZ_8K), 160 .gmem = (SZ_128K + SZ_8K), 314 .gmem = SZ_1M + SZ_128K,
|
/linux-6.1.9/arch/mips/include/asm/mach-loongson64/ |
D | spaces.h | 10 #define PCI_IOBASE _AC(0xc000000000000000 + SZ_128K, UL)
|
/linux-6.1.9/fs/btrfs/ |
D | compression.h | 24 #define BTRFS_MAX_COMPRESSED (SZ_128K) 28 #define BTRFS_MAX_UNCOMPRESSED (SZ_128K)
|
/linux-6.1.9/drivers/mtd/nand/raw/ |
D | nand_ids.c | 31 SZ_2K, SZ_128, SZ_128K, 0, 8, 64, NAND_ECC_INFO(1, SZ_512), }, 60 SZ_2K, SZ_512, SZ_128K, 0, 5, 128, NAND_ECC_INFO(8, SZ_512) },
|
/linux-6.1.9/tools/include/linux/ |
D | sizes.h | 28 #define SZ_128K 0x00020000 macro
|
/linux-6.1.9/include/linux/ |
D | sizes.h | 28 #define SZ_128K 0x00020000 macro
|
/linux-6.1.9/drivers/gpu/drm/i915/gem/ |
D | i915_gem_stolen.h | 37 #define I915_GEM_STOLEN_BIAS SZ_128K
|
/linux-6.1.9/arch/arm/mach-davinci/ |
D | common.h | 75 #define SRAM_SIZE SZ_128K
|
/linux-6.1.9/kernel/dma/ |
D | pool.c | 196 unsigned long pages = totalram_pages() / (SZ_1G / SZ_128K); in dma_atomic_pool_init() 198 atomic_pool_size = max_t(size_t, pages << PAGE_SHIFT, SZ_128K); in dma_atomic_pool_init()
|
/linux-6.1.9/arch/powerpc/mm/kasan/ |
D | book3s_32.c | 24 if (k_size < SZ_128K) in kasan_init_region()
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | fixmap.h | 61 FIX_EARLY_DEBUG_BASE = FIX_EARLY_DEBUG_TOP+(ALIGN(SZ_128K, PAGE_SIZE)/PAGE_SIZE)-1,
|
/linux-6.1.9/arch/arm/mach-lpc32xx/ |
D | common.c | 33 #define LPC32XX_IRAM_BANK_SIZE SZ_128K
|