Searched refs:SZ_128K (Results 1 – 25 of 66) sorted by relevance
123
| /Linux-v5.4/fs/btrfs/tests/ |
| D | free-space-tests.c | 434 ret = test_add_free_space_entry(cache, SZ_128M - SZ_256K, SZ_128K, 0); in test_steal_space_from_bitmap_to_extent() 468 if (!test_check_exists(cache, SZ_128M - SZ_256K, SZ_128K)) { in test_steal_space_from_bitmap_to_extent() 554 ret = btrfs_add_free_space(cache, SZ_128M - SZ_128K, SZ_128K); in test_steal_space_from_bitmap_to_extent() 560 if (!test_check_exists(cache, SZ_128M - SZ_128K, SZ_128K)) { in test_steal_space_from_bitmap_to_extent() 645 ret = test_add_free_space_entry(cache, SZ_128M + SZ_128K, SZ_128K, 0); in test_steal_space_from_bitmap_to_extent() 676 if (!test_check_exists(cache, SZ_128M + SZ_128K, SZ_128K)) { in test_steal_space_from_bitmap_to_extent() 744 ret = btrfs_add_free_space(cache, SZ_128M, SZ_128K); in test_steal_space_from_bitmap_to_extent() 750 if (!test_check_exists(cache, SZ_128M, SZ_128K)) { in test_steal_space_from_bitmap_to_extent()
|
| /Linux-v5.4/arch/arm/mach-davinci/ |
| D | board-sffsdr.c | 43 .offset = 32 * SZ_128K, 44 .size = 16 * SZ_128K, /* 2 Mb */ 50 .size = 256 * SZ_128K, /* 32 Mb */
|
| D | board-neuros-osd2.c | 58 #define NAND_BLOCK_SIZE SZ_128K
|
| D | board-da830-evm.c | 243 .size = SZ_128K, 250 .size = SZ_128K,
|
| /Linux-v5.4/arch/sh/boards/ |
| D | board-espt.c | 23 .size = (2 * SZ_128K), 28 .size = (20 * SZ_128K),
|
| /Linux-v5.4/arch/arm/kernel/ |
| D | vmlinux-xip.lds.S | 103 . = ALIGN(SZ_128K); 198 ASSERT(!(_exiprom & (SZ_128K - 1)), "XIP end address may cause MPU programming issues")
|
| /Linux-v5.4/fs/btrfs/ |
| D | compression.h | 22 #define BTRFS_MAX_COMPRESSED (SZ_128K) 24 #define BTRFS_MAX_UNCOMPRESSED (SZ_128K)
|
| /Linux-v5.4/arch/arm/mach-omap1/ |
| D | board-sx1.c | 233 .size = SZ_128K, 240 .size = SZ_128K, 247 .size = SZ_2M - 2 * SZ_128K,
|
| D | board-innovator.c | 63 .size = SZ_128K, 70 .size = SZ_128K, 84 .size = SZ_16M - SZ_2M - 2 * SZ_128K,
|
| D | board-perseus2.c | 92 .size = SZ_128K, 99 .size = SZ_128K,
|
| D | board-fsample.c | 134 .size = SZ_128K, 141 .size = SZ_128K,
|
| D | board-h2.c | 95 .size = SZ_128K, 102 .size = SZ_128K,
|
| D | board-h3.c | 102 .size = SZ_128K, 109 .size = SZ_128K,
|
| D | board-osk.c | 77 .size = SZ_128K, 84 .size = SZ_128K,
|
| /Linux-v5.4/arch/arm/mach-s3c24xx/ |
| D | mach-anubis.c | 145 .size = SZ_128K, 150 .size = SZ_4M - SZ_128K, 151 .offset = SZ_128K,
|
| D | mach-osiris.c | 159 .size = SZ_128K, 164 .size = SZ_4M - SZ_128K, 165 .offset = SZ_128K,
|
| D | mach-mini2440.c | 264 .size = SZ_128K, 273 .offset = SZ_256K + SZ_128K, 277 .offset = SZ_256K + SZ_128K + 0x00500000,
|
| /Linux-v5.4/tools/include/linux/ |
| D | sizes.h | 28 #define SZ_128K 0x00020000 macro
|
| /Linux-v5.4/arch/arm/mach-omap1/include/mach/ |
| D | omap7xx.h | 45 #define OMAP7XX_DSPREG_SIZE SZ_128K
|
| D | omap1510.h | 43 #define OMAP1510_DSPREG_SIZE SZ_128K
|
| D | omap16xx.h | 43 #define OMAP16XX_DSPREG_SIZE SZ_128K
|
| /Linux-v5.4/include/linux/ |
| D | sizes.h | 28 #define SZ_128K 0x00020000 macro
|
| /Linux-v5.4/arch/arm/mach-davinci/include/mach/ |
| D | common.h | 94 #define SRAM_SIZE SZ_128K
|
| /Linux-v5.4/arch/arm/mach-lpc32xx/ |
| D | common.c | 33 #define LPC32XX_IRAM_BANK_SIZE SZ_128K
|
| /Linux-v5.4/drivers/gpu/drm/msm/adreno/ |
| D | adreno_device.c | 37 .gmem = SZ_128K, 70 .gmem = SZ_128K,
|
123