Searched refs:PTR_ALIGN (Results 26 - 50 of 142) sorted by relevance

123456

/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddbring.c59 ptr_aligned = PTR_ALIGN(ptr_unaligned, ring->buf_align);
359 handler_data.data = PTR_ALIGN(vaddr_unalign,
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddbring.c30 ptr_aligned = PTR_ALIGN(ptr_unaligned, ring->buf_align);
318 handler_data.data = PTR_ALIGN(vaddr_unalign,
/linux-master/drivers/scsi/cxlflash/
H A Dcommon.h177 return PTR_ALIGN(scsi_cmd_priv(sc), __alignof__(struct afu_cmd));
/linux-master/arch/x86/crypto/
H A Daegis128-aesni-glue.c138 ctx = PTR_ALIGN(ctx, __alignof__(struct aegis_ctx));
H A Daesni-intel_glue.c86 return PTR_ALIGN(addr, AESNI_ALIGN);
661 struct gcm_context_data *data = PTR_ALIGN((void *)databuf, AESNI_ALIGN);
817 u8 *iv = PTR_ALIGN(&ivbuf[0], AESNI_ALIGN);
845 u8 *iv = PTR_ALIGN(&ivbuf[0], AESNI_ALIGN);
1329 u8 *iv = PTR_ALIGN(&ivbuf[0], AESNI_ALIGN);
1346 u8 *iv = PTR_ALIGN(&ivbuf[0], AESNI_ALIGN);
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_lib.c36 cmdq->dma = PTR_ALIGN(cmdq->unalign_dma, align_bytes);
/linux-master/crypto/
H A Dxctr.c83 u8 *keystream = PTR_ALIGN(tmp + 0, alignmask + 1);
H A Djitterentropy-testing.c201 tmp_aligned = PTR_ALIGN(tmp, sizeof(u32));
H A Ddrbg.c1300 drbg->V = PTR_ALIGN(drbg->Vbuf, ret + 1);
1306 drbg->C = PTR_ALIGN(drbg->Cbuf, ret + 1);
1325 drbg->scratchpad = PTR_ALIGN(drbg->scratchpadbuf, ret + 1);
1793 drbg->outscratchpad = (u8 *)PTR_ALIGN(drbg->outscratchpadbuf,
H A Dgcm.c89 return (void *)PTR_ALIGN((u8 *)aead_request_ctx(req), align + 1);
726 u8 *iv = PTR_ALIGN((u8 *)(subreq + 1) + crypto_aead_reqsize(child),
931 u8 *iv = PTR_ALIGN((u8 *)(rctx + 1) + crypto_aead_reqsize(ctx->child),
/linux-master/include/crypto/internal/
H A Dskcipher.h252 return PTR_ALIGN(skcipher_request_ctx(req), align);
H A Dhash.h203 return PTR_ALIGN(ahash_request_ctx(req), align);
/linux-master/drivers/soc/qcom/
H A Dsmd-rpm.c187 buf = PTR_ALIGN(buf + 2 * sizeof(u32) + msg_length, 4);
/linux-master/arch/loongarch/kernel/
H A Drelocate.c74 const typeof(hash) *ptr = PTR_ALIGN(area, sizeof(hash));
/linux-master/drivers/misc/
H A Dpci_endpoint_test.c420 src_phys_addr = PTR_ALIGN(orig_src_phys_addr, alignment);
452 dst_phys_addr = PTR_ALIGN(orig_dst_phys_addr, alignment);
557 phys_addr = PTR_ALIGN(orig_phys_addr, alignment);
655 phys_addr = PTR_ALIGN(orig_phys_addr, alignment);
/linux-master/include/crypto/
H A Dalgapi.h192 return PTR_ALIGN(crypto_tfm_ctx(tfm), align);
/linux-master/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c533 h_req = PTR_ALIGN(tmp, hpre_align_sz());
547 h_req = PTR_ALIGN(tmp, hpre_align_sz());
598 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, hpre_align_sz());
801 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, hpre_align_sz());
849 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, hpre_align_sz());
1512 h_req = PTR_ALIGN(tmp, hpre_align_sz());
1593 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, hpre_align_sz());
1824 h_req = PTR_ALIGN(tmp, hpre_align_sz());
1945 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, hpre_align_sz());
/linux-master/drivers/crypto/
H A Dpadlock-aes.c219 u8 *tmp = PTR_ALIGN(&buf[0], PADLOCK_ALIGNMENT);
233 u8 *tmp = PTR_ALIGN(&buf[0], PADLOCK_ALIGNMENT);
/linux-master/drivers/crypto/nx/
H A Dnx-common-powernv.c464 wmem = PTR_ALIGN(workmem, WORKMEM_ALIGN);
568 wmem = PTR_ALIGN(workmem, WORKMEM_ALIGN);
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi_sis.c315 base_struct = PTR_ALIGN(base_struct_unaligned,
/linux-master/drivers/net/ethernet/nxp/
H A Dlpc_eth.c533 tbuff = PTR_ALIGN(pldat->dma_buff_base_v, 16);
542 tbuff = PTR_ALIGN(tbuff, 16);
550 tbuff = PTR_ALIGN(tbuff, 16);
554 tbuff = PTR_ALIGN(tbuff, 16);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dmmu_rb.c55 h = PTR_ALIGN(free_ptr, cache_line_size());
/linux-master/arch/mips/kernel/
H A Drelocate.c197 const typeof(hash) *ptr = PTR_ALIGN(area, sizeof(hash));
/linux-master/arch/x86/kernel/
H A Ddumpstack.c221 stack = PTR_ALIGN(stack, sizeof(long));
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dce.c1446 PTR_ALIGN(src_ring->shadow_base_unaligned,
1487 PTR_ALIGN(src_ring->base_addr_owner_space_unaligned,
1544 PTR_ALIGN(src_ring->base_addr_owner_space_unaligned,
1601 PTR_ALIGN(dest_ring->base_addr_owner_space_unaligned,
1647 PTR_ALIGN(dest_ring->base_addr_owner_space_unaligned,

Completed in 245 milliseconds

123456