Searched refs:ALIGN (Results 51 - 75 of 1192) sorted by relevance

1234567891011>>

/linux-master/arch/arm/include/asm/
H A Dvmlinux.lds.h43 . = ALIGN(4); \
102 . = ALIGN(4); \
108 . = ALIGN(8); \
154 __itcm_start = ALIGN(4); \
159 . = ALIGN(4); \
168 . = ALIGN(4); \
/linux-master/arch/arm64/kernel/vdso/
H A Dvdso.lds.S44 . = ALIGN(16);
51 . = ALIGN(4);
58 .rela.dyn : ALIGN(8) { *(.rela .rela*) }
/linux-master/drivers/crypto/caam/
H A Dkey_gen.h36 return ALIGN(split_key_len(hash), 16);
/linux-master/lib/
H A Diommu-helper.c22 start = ALIGN(shift + index, boundary_size) - shift;
/linux-master/tools/testing/memblock/linux/
H A Dmmzone.h25 #define pageblock_align(pfn) ALIGN((pfn), pageblock_nr_pages)
/linux-master/drivers/media/platform/chips-media/wave5/
H A Dwave5.h11 #define WAVE5_SUBSAMPLED_ONE_SIZE(_w, _h) (ALIGN((_w) / 4, 16) * ALIGN((_h) / 4, 8))
12 #define WAVE5_SUBSAMPLED_ONE_SIZE_AVC(_w, _h) (ALIGN((_w) / 4, 32) * ALIGN((_h) / 4, 4))
/linux-master/arch/s390/kernel/vdso32/
H A Dvdso32.lds.S31 . = ALIGN(16);
51 .rela.dyn ALIGN(8) : { *(.rela.dyn) }
52 .got ALIGN(8) : { *(.got .toc) }
53 .got.plt ALIGN(8) : { *(.got.plt) }
/linux-master/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S31 . = ALIGN(16);
51 .rela.dyn ALIGN(8) : { *(.rela.dyn) }
52 .got ALIGN(8) : { *(.got .toc) }
53 .got.plt ALIGN(8) : { *(.got.plt) }
/linux-master/drivers/media/platform/qcom/venus/
H A Dhelpers.c22 #define NUM_MBS_720P (((ALIGN(1280, 16)) >> 4) * ((ALIGN(736, 16)) >> 4))
23 #define NUM_MBS_4K (((ALIGN(4096, 16)) >> 4) * ((ALIGN(2304, 16)) >> 4))
951 y_stride = ALIGN(width, 128);
952 uv_stride = ALIGN(width, 128);
953 y_sclines = ALIGN(height, 32);
954 uv_sclines = ALIGN(((height + 1) >> 1), 16);
960 return ALIGN(size, SZ_4K);
971 y_meta_stride = ALIGN(DIV_ROUND_U
[all...]
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_a0_internal.h83 (ALIGN(AQ_CFG_SKB_FRAGS_MAX + 1U, AQ_HW_RXD_MULTIPLE))
85 (ALIGN(AQ_CFG_SKB_FRAGS_MAX + 1U, AQ_HW_TXD_MULTIPLE))
/linux-master/include/scsi/
H A Dscsi_transport.h60 t->target_private_offset = ALIGN(t->target_size, sizeof(void *));
67 t->device_private_offset = ALIGN(t->device_size, sizeof(void *));
/linux-master/arch/um/kernel/
H A Ddyn.lds.S21 . = ALIGN(4096); /* Init code and data */
25 . = ALIGN(PAGE_SIZE);
85 . = ALIGN(PAGE_SIZE);
87 . = ALIGN(PAGE_SIZE);
109 . = ALIGN(32 / 8);
119 . = ALIGN(KERNEL_STACK_SIZE);
168 . = ALIGN(32 / 8);
169 . = ALIGN(32 / 8);
/linux-master/arch/xtensa/kernel/
H A Dvmlinux.lds.S66 . = ALIGN(4); \
94 . = ALIGN(PAGE_SIZE);
135 . = ALIGN(16);
150 . = ALIGN(PAGE_SIZE);
162 . = ALIGN(0x4);
167 . = ALIGN(16);
230 . = ALIGN(4);
336 . = ALIGN(PAGE_SIZE);
/linux-master/arch/powerpc/include/asm/
H A Dfixmap.h49 FIX_EARLY_DEBUG_BASE = FIX_EARLY_DEBUG_TOP+(ALIGN(SZ_128K, PAGE_SIZE)/PAGE_SIZE)-1,
84 #define FIXMAP_ALIGNED_SIZE (ALIGN(FIXADDR_TOP, PGDIR_SIZE) - \
/linux-master/arch/riscv/kernel/vdso/
H A Dvdso.lds.S45 . = ALIGN(16);
48 . = ALIGN(4);
/linux-master/include/linux/
H A Dpageblock-flags.h56 #define pageblock_align(pfn) ALIGN((pfn), pageblock_nr_pages)
59 #define pageblock_end_pfn(pfn) ALIGN((pfn) + 1, pageblock_nr_pages)
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dlsfw.c123 lsfw->bootloader_size = ALIGN(desc->bootloader_size, 256);
126 lsfw->app_size = ALIGN(desc->app_size, 256);
134 lsfw->ucode_size = ALIGN(lsfw->app_resident_data_offset, 256) +
199 lsfw->bootloader_size = ALIGN(desc->bootloader_size, 256);
202 lsfw->app_size = ALIGN(desc->app_size, 256);
212 lsfw->ucode_size = ALIGN(lsfw->app_resident_data_offset, 256) + lsfw->bootloader_size;
286 lsfw->bootloader_size = ALIGN(desc->code_size, 256);
292 lsfw->app_resident_code_size = ALIGN(inst->size, 256);
294 lsfw->app_resident_data_size = ALIGN(data->size, 256);
310 lsfw->ucode_size = ALIGN(lsf
[all...]
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr_v5.c74 enc_ref_y_size = ALIGN(ctx->img_width, S5P_FIMV_NV12MT_HALIGN)
75 * ALIGN(ctx->img_height, S5P_FIMV_NV12MT_VALIGN);
76 enc_ref_y_size = ALIGN(enc_ref_y_size, S5P_FIMV_NV12MT_SALIGN);
79 enc_ref_c_size = ALIGN(ctx->img_width,
81 * ALIGN(ctx->img_height >> 1,
83 enc_ref_c_size = ALIGN(enc_ref_c_size,
86 guard_width = ALIGN(ctx->img_width + 16,
88 guard_height = ALIGN((ctx->img_height >> 1) + 4,
90 enc_ref_c_size = ALIGN(guard_width * guard_height,
102 ALIGN(S5P_FIMV_DEC_NB_IP_SIZ
[all...]
/linux-master/arch/sparc/kernel/
H A Diommu_common.h26 #define IO_PAGE_ALIGN(addr) ALIGN(addr, IO_PAGE_SIZE)
/linux-master/drivers/crypto/qce/
H A Ddma.h28 ALIGN(sizeof(struct qce_result_dump), QCE_BAM_BURST_SIZE)
/linux-master/sound/pci/ctxfi/
H A Dctvmem.h31 #define CT_PAGE_ALIGN(addr) ALIGN(addr, CT_PAGE_SIZE)
/linux-master/arch/x86/entry/vdso/vdso32/
H A Dsystem_call.S14 ALIGN
/linux-master/arch/s390/boot/
H A Ddecompressor.c66 #define decompress_offset ALIGN((unsigned long)_end + BOOT_HEAP_SIZE, PAGE_SIZE)
/linux-master/arch/nios2/kernel/
H A Dvmlinux.lds.S43 . = ALIGN(PAGE_SIZE);
/linux-master/tools/testing/selftests/bpf/
H A Dtrace_helpers.h8 #define ALIGN(x, a) __ALIGN_MASK(x, (typeof(x))(a)-1) macro

Completed in 380 milliseconds

1234567891011>>