| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | a3xx_catalog.c | 20 .gmem = SZ_128K, 42 .gmem = SZ_128K, 53 .gmem = SZ_128K,
|
| H A D | a5xx_catalog.c | 21 .gmem = (SZ_128K + SZ_8K), 34 .gmem = (SZ_128K + SZ_8K), 52 .gmem = (SZ_128K + SZ_8K),
|
| H A D | a2xx_catalog.c | 32 .gmem = SZ_128K,
|
| /linux/fs/btrfs/tests/ |
| H A 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/drivers/mtd/spi-nor/ |
| H A D | everspin.c | 26 .size = SZ_128K, 27 .sector_size = SZ_128K,
|
| H A D | issi.c | 59 .size = SZ_128K,
|
| /linux/arch/loongarch/kernel/ |
| H A D | inst.c | 388 if ((imm & 3) || imm < -SZ_128K || imm >= SZ_128K) { in larch_insn_gen_beq() 402 if ((imm & 3) || imm < -SZ_128K || imm >= SZ_128K) { in larch_insn_gen_bne() 416 if ((imm & 3) || imm < -SZ_128K || imm >= SZ_128K) { in larch_insn_gen_jirl()
|
| H A D | alternative.c | 120 BUG_ON(offset < -SZ_128K || offset >= SZ_128K); in recompute_jump()
|
| /linux/arch/sh/boards/ |
| H A D | board-espt.c | 23 .size = (2 * SZ_128K), 28 .size = (20 * SZ_128K),
|
| /linux/rust/kernel/ |
| H A D | sizes.rs | 22 pub const SZ_128K: usize = bindings::SZ_128K as usize; constant
|
| /linux/arch/arm/kernel/ |
| H A D | vmlinux-xip.lds.S | 102 . = ALIGN(SZ_128K); 195 ASSERT(!(_exiprom & (SZ_128K - 1)), "XIP end address may cause MPU programming issues")
|
| /linux/arch/arm/mach-omap1/ |
| H A D | board-sx1.c | 232 .size = SZ_128K, 239 .size = SZ_128K, 246 .size = SZ_2M - 2 * SZ_128K,
|
| H A D | board-osk.c | 80 .size = SZ_128K, 87 .size = SZ_128K,
|
| H A D | hardware.h | 232 #define OMAP1_DSPREG_SIZE SZ_128K
|
| H A D | board-palmte.c | 110 .offset = SZ_128K,
|
| /linux/arch/mips/include/asm/mach-loongson64/ |
| H A D | spaces.h | 10 #define PCI_PORT_BASE _AC(0xc000000000000000 + SZ_128K, UL)
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | nand_ids.c | 31 SZ_2K, SZ_128, SZ_128K, 0, 8, 64, NAND_ECC_INFO(1, SZ_512), }, 63 SZ_2K, SZ_512, SZ_128K, 0, 5, 128, NAND_ECC_INFO(8, SZ_512) },
|
| /linux/tools/include/linux/ |
| H A D | sizes.h | 28 #define SZ_128K 0x00020000 macro
|
| /linux/sound/soc/intel/avs/ |
| H A D | cldma.h | 13 #define AVS_CL_DEFAULT_BUFFER_SIZE SZ_128K
|
| /linux/arch/arm/mach-davinci/ |
| H A D | common.h | 65 #define SRAM_SIZE SZ_128K
|
| /linux/arch/powerpc/include/asm/ |
| H A D | rtas-work-area.h | 25 RTAS_WORK_AREA_MAX_ALLOC_SZ = SZ_128K,
|
| H A D | fixmap.h | 49 FIX_EARLY_DEBUG_BASE = FIX_EARLY_DEBUG_TOP+(ALIGN(SZ_128K, PAGE_SIZE)/PAGE_SIZE)-1,
|
| /linux/arch/powerpc/mm/kasan/ |
| H A D | book3s_32.c | 24 if (k_size < SZ_128K) in kasan_init_region()
|
| /linux/kernel/dma/ |
| H A D | pool.c | 202 unsigned long pages = totalram_pages() / (SZ_1G / SZ_128K); in dma_atomic_pool_init() 204 atomic_pool_size = max_t(size_t, pages << PAGE_SHIFT, SZ_128K); in dma_atomic_pool_init()
|
| /linux/arch/arm/mach-lpc32xx/ |
| H A D | common.c | 33 #define LPC32XX_IRAM_BANK_SIZE SZ_128K
|