Searched refs:PTR_ALIGN (Results 51 - 75 of 142) sorted by relevance

123456

/linux-master/net/ipv4/
H A Desp4.c71 return PTR_ALIGN(tmp, __alignof__(struct esp_output_extra));
77 PTR_ALIGN((u8 *)tmp + extralen,
85 req = (void *)PTR_ALIGN(iv + crypto_aead_ivsize(aead),
H A Dah4.c57 req = (void *)PTR_ALIGN(icv + crypto_ahash_digestsize(ahash),
/linux-master/net/ipv6/
H A Desp6.c88 return PTR_ALIGN(tmp, __alignof__(struct esp_output_extra));
94 PTR_ALIGN((u8 *)tmp + seqhilen,
102 req = (void *)PTR_ALIGN(iv + crypto_aead_ivsize(aead),
H A Dah6.c86 req = (void *)PTR_ALIGN(icv + crypto_ahash_digestsize(ahash),
/linux-master/drivers/soc/fsl/qbman/
H A Dqman_test_stash.c228 frame_ptr = PTR_ALIGN(__frame_ptr, 64);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dgen7_renderclear.c123 u32 *end = PTR_ALIGN(bc->end, align);
/linux-master/crypto/
H A Dcts.c72 return PTR_ALIGN((u8 *)(rctx + 1) + crypto_skcipher_reqsize(child),
H A Dccm.c67 return (void *)PTR_ALIGN((u8 *)aead_request_ctx(req), align + 1);
610 u8 *iv = PTR_ALIGN((u8 *)(subreq + 1) + crypto_aead_reqsize(child),
/linux-master/arch/arm64/kernel/
H A Dmte.c592 uaddr = PTR_ALIGN(uaddr, MTE_GRANULE_SIZE);
/linux-master/drivers/mtd/nand/raw/atmel/
H A Dpmecc.c371 user->partial_syn = (s16 *)PTR_ALIGN(user + 1, sizeof(u16));
375 user->mu = (s32 *)PTR_ALIGN(user->smu +
/linux-master/drivers/i2c/busses/
H A Di2c-ismt.c329 u8 *dma_buffer = PTR_ALIGN(&priv->buffer[0], 16);
406 u8 *dma_buffer = PTR_ALIGN(&priv->buffer[0], 16);
/linux-master/drivers/crypto/nx/
H A Dnx-common-pseries.c339 workmem = PTR_ALIGN(wmem, WORKMEM_ALIGN);
469 workmem = PTR_ALIGN(wmem, WORKMEM_ALIGN);
H A Dnx-842.c198 dskip = (int)(PTR_ALIGN(dst, c->alignment) - dst);
/linux-master/drivers/dma/qcom/
H A Dqcom_adm.c427 cple = PTR_ALIGN(async_desc->cpl, ADM_DESC_ALIGN);
428 desc = PTR_ALIGN(cple + 1, ADM_DESC_ALIGN);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddp.c278 ring->vaddr = PTR_ALIGN(ring->vaddr_unaligned, HAL_RING_BASE_ALIGN);
632 desc_bank[i].vaddr = PTR_ALIGN(desc_bank[i].vaddr_unaligned,
/linux-master/drivers/media/platform/st/sti/c8sectpfe/
H A Dc8sectpfe-core.c472 tsin->back_buffer_aligned = PTR_ALIGN(tsin->back_buffer_aligned, FEI_ALIGNMENT);
505 tsin->pid_buffer_aligned = PTR_ALIGN(tsin->pid_buffer_aligned, PID_TABLE_SIZE);
/linux-master/lib/
H A Dvsprintf.c3073 str = PTR_ALIGN(str, sizeof(u32)); \
3082 str = PTR_ALIGN(str, sizeof(type)); \
3191 return (u32 *)(PTR_ALIGN(str, sizeof(u32))) - bin_buf;
3234 args = PTR_ALIGN(args, sizeof(u32)); \
3238 args = PTR_ALIGN(args, sizeof(type)); \
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c226 PTR_ALIGN(kpp_request_ctx(req), 64);
705 PTR_ALIGN(akcipher_request_ctx(req), 64);
839 PTR_ALIGN(akcipher_request_ctx(req), 64);
/linux-master/arch/arm/common/
H A DbL_switcher.c127 stack = PTR_ALIGN(stack, L1_CACHE_BYTES);
/linux-master/lib/crypto/
H A Dgf128mul.c200 be128 *p = PTR_ALIGN(&array[0], 2 * sizeof(be128));
/linux-master/lib/zlib_inflate/
H A Dinflate.c85 state->window = PTR_ALIGN(&WS(strm)->working_window[0], PAGE_SIZE);
/linux-master/drivers/virt/
H A Dfsl_hypervisor.c246 sg_list = PTR_ALIGN(sg_list_unaligned, sizeof(struct fh_sg_list));
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc.h475 *data_align = PTR_ALIGN(data, ENETC_CBD_DATA_MEM_ALIGN);
/linux-master/arch/x86/kernel/
H A Dunwind_orc.c63 sp = PTR_ALIGN(stack_info.next_sp, sizeof(long))) {
/linux-master/drivers/soc/fsl/dpio/
H A Ddpio-service.c673 ret->vaddr = PTR_ALIGN(ret->alloced_addr, 64);

Completed in 289 milliseconds

123456