Home
last modified time | relevance | path

Searched refs:SZ_128K (Results 1 – 25 of 77) sorted by relevance

1234

/linux/fs/btrfs/tests/
H A Dfree-space-tests.c432 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/gpu/drm/msm/adreno/
H A Da3xx_catalog.c19 .gmem = SZ_128K,
41 .gmem = SZ_128K,
52 .gmem = SZ_128K,
H A Da5xx_catalog.c20 .gmem = (SZ_128K + SZ_8K),
33 .gmem = (SZ_128K + SZ_8K),
51 .gmem = (SZ_128K + SZ_8K),
H A Da2xx_catalog.c31 .gmem = SZ_128K,
/linux/rust/kernel/
H A Dsizes.rs22 pub const SZ_128K: usize = bindings::SZ_128K as usize; constant
/linux/drivers/mtd/spi-nor/
H A Deverspin.c26 .size = SZ_128K,
27 .sector_size = SZ_128K,
H A Dmicron-st.c166 .sector_size = SZ_128K,
176 .sector_size = SZ_128K,
248 .size = SZ_128K,
280 .size = SZ_128K,
313 .size = SZ_128K,
/linux/arch/sh/boards/
H A Dboard-espt.c23 .size = (2 * SZ_128K),
28 .size = (20 * SZ_128K),
/linux/arch/arm/kernel/
H A Dvmlinux-xip.lds.S102 . = ALIGN(SZ_128K);
195 ASSERT(!(_exiprom & (SZ_128K - 1)), "XIP end address may cause MPU programming issues")
/linux/arch/arm/mach-omap1/
H A Dboard-sx1.c232 .size = SZ_128K,
239 .size = SZ_128K,
246 .size = SZ_2M - 2 * SZ_128K,
H A Dboard-osk.c80 .size = SZ_128K,
87 .size = SZ_128K,
/linux/drivers/mtd/nand/raw/
H A Dnand_ids.c31 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/fs/btrfs/
H A Dcompression.h34 #define BTRFS_MAX_COMPRESSED (SZ_128K)
39 #define BTRFS_MAX_UNCOMPRESSED (SZ_128K)
/linux/arch/mips/include/asm/mach-loongson64/
H A Dspaces.h10 #define PCI_IOBASE _AC(0xc000000000000000 + SZ_128K, UL)
/linux/tools/include/linux/
H A Dsizes.h28 #define SZ_128K 0x00020000 macro
/linux/sound/soc/intel/avs/
H A Dcldma.h13 #define AVS_CL_DEFAULT_BUFFER_SIZE SZ_128K
/linux/arch/arm/mach-davinci/
H A Dcommon.h65 #define SRAM_SIZE SZ_128K
/linux/arch/powerpc/include/asm/
H A Drtas-work-area.h25 RTAS_WORK_AREA_MAX_ALLOC_SZ = SZ_128K,
H A Dfixmap.h49 FIX_EARLY_DEBUG_BASE = FIX_EARLY_DEBUG_TOP+(ALIGN(SZ_128K, PAGE_SIZE)/PAGE_SIZE)-1,
/linux/arch/loongarch/kernel/
H A Dalternative.c119 BUG_ON(offset < -SZ_128K || offset >= SZ_128K); in recompute_jump()
H A Dinst.c330 if ((imm & 3) || imm < -SZ_128K || imm >= SZ_128K) { in larch_insn_gen_jirl()
/linux/kernel/dma/
H A Dpool.c196 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/include/linux/
H A Dsizes.h28 #define SZ_128K 0x00020000 macro
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_stolen.h39 #define I915_GEM_STOLEN_BIAS SZ_128K
/linux/arch/powerpc/mm/kasan/
H A Dbook3s_32.c24 if (k_size < SZ_128K) in kasan_init_region()

1234