Home
last modified time | relevance | path

Searched refs:PTR_ALIGN (Results 1 – 25 of 144) sorted by relevance

123456

/linux/arch/x86/kernel/
A Dunwind_guess.c42 state->sp = PTR_ALIGN(info->next_sp, sizeof(long)); in unwind_next_frame()
57 state->sp = PTR_ALIGN(first_frame, sizeof(long)); in __unwind_start()
A Dunwind_frame.c48 for (sp = PTR_ALIGN(state->orig_sp, sizeof(long)); sp; in unwind_dump()
49 sp = PTR_ALIGN(stack_info.next_sp, sizeof(long))) { in unwind_dump()
/linux/lib/
A Dearlycpio.c111 dptr = PTR_ALIGN(p + ch[C_NAMESIZE], 4); in find_cpio_data()
112 nptr = PTR_ALIGN(dptr + ch[C_FILESIZE], 4); in find_cpio_data()
/linux/arch/powerpc/crypto/
A Daes-gcm-p10-glue.c145 unsigned char *aclen = PTR_ALIGN((void *)len_ac, PPC_ALIGN); in finish_tag()
206 struct gcm_ctx *gctx = PTR_ALIGN((void *)databuf, PPC_ALIGN); in p10_aes_gcm_crypt()
208 struct Hash_ctx *hash = PTR_ALIGN((void *)hashbuf, PPC_ALIGN); in p10_aes_gcm_crypt()
216 unsigned char *iv = PTR_ALIGN((void *)ivbuf, PPC_ALIGN); in p10_aes_gcm_crypt()
/linux/drivers/crypto/
A Dpadlock-sha.c80 char *result = PTR_ALIGN(&buf[0], PADLOCK_ALIGNMENT); in padlock_sha1_finup()
141 char *result = PTR_ALIGN(&buf[0], PADLOCK_ALIGNMENT); in padlock_sha256_finup()
289 u8 *dst = PTR_ALIGN(&buf[0], PADLOCK_ALIGNMENT); in padlock_sha1_update_nano()
373 u8 *dst = PTR_ALIGN(&buf[0], PADLOCK_ALIGNMENT); in padlock_sha256_update_nano()
/linux/include/linux/
A Dalign.h11 #define PTR_ALIGN(p, a) ((typeof(p))ALIGN((unsigned long)(p), (a))) macro
/linux/crypto/
A Dctr.c35 u8 *keystream = PTR_ALIGN(tmp + 0, alignmask + 1); in crypto_ctr_crypt_final()
83 u8 *keystream = PTR_ALIGN(tmp + 0, alignmask + 1); in crypto_ctr_crypt_inplace()
197 (void *)PTR_ALIGN((u8 *)skcipher_request_ctx(req), align + 1); in crypto_rfc3686_crypt()
A Dskcipher.c192 data = PTR_ALIGN(&p->buffer[0], walk->alignmask + 1); in skcipher_walk_complete()
272 walk->dst.virt.addr = PTR_ALIGN(buffer, alignmask + 1); in skcipher_next_slow()
423 iv = PTR_ALIGN(walk->buffer, alignmask + 1); in skcipher_copy_iv()
665 ivs = PTR_ALIGN(ivs, crypto_skcipher_alignmask(tfm) + 1); in crypto_lskcipher_export()
678 ivs = PTR_ALIGN(ivs, crypto_skcipher_alignmask(tfm) + 1); in crypto_lskcipher_import()
/linux/drivers/iio/common/st_sensors/
A Dst_sensors_buffer.c36 buf = PTR_ALIGN(buf, storage_bytes); in st_sensors_get_buffer_element()
/linux/arch/x86/platform/efi/
A Defi_64.c610 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_variable()
642 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable()
672 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_set_variable_nonblocking()
703 efi_guid_t *vnd = PTR_ALIGN((efi_guid_t *)buf, sizeof(*vnd)); in efi_thunk_get_next_variable()
/linux/drivers/net/ethernet/amd/pds_core/
A Dcore.c244 q_base = PTR_ALIGN(qcq->q_base, PDS_PAGE_SIZE); in pdsc_qcq_alloc()
248 cq_base = PTR_ALIGN(q_base + in pdsc_qcq_alloc()
265 q_base = PTR_ALIGN(qcq->q_base, PDS_PAGE_SIZE); in pdsc_qcq_alloc()
278 cq_base = PTR_ALIGN(qcq->cq_base, PDS_PAGE_SIZE); in pdsc_qcq_alloc()
/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
A Dchcr_common.h73 p = PTR_ALIGN(pos, 8); in chcr_copy_to_txd()
/linux/include/crypto/internal/
A Dakcipher.h43 return PTR_ALIGN(akcipher_request_ctx(req), align); in akcipher_request_ctx_dma()
A Dkpp.h60 return PTR_ALIGN(kpp_request_ctx(req), align); in kpp_request_ctx_dma()
A Daead.h80 return PTR_ALIGN(aead_request_ctx(req), align); in aead_request_ctx_dma()
/linux/drivers/char/hw_random/
A Dvia-rng.c91 u32 *via_rng_datum = (u32 *)PTR_ALIGN(&buf[0], PADLOCK_ALIGNMENT); in via_rng_data_present()
/linux/drivers/net/wireless/ath/ath12k/
A Ddbring.c30 ptr_aligned = PTR_ALIGN(ptr_unaligned, ring->buf_align); in ath12k_dbring_bufs_replenish()
318 handler_data.data = PTR_ALIGN(vaddr_unalign, in ath12k_dbring_buffer_release_event()
/linux/drivers/crypto/marvell/octeontx2/
A Dotx2_cptlf.h171 iq->vaddr = PTR_ALIGN(iq->vaddr, OTX2_CPT_INST_Q_ALIGNMENT); in otx2_cpt_alloc_instruction_queues()
172 iq->dma_addr = PTR_ALIGN(iq->dma_addr, in otx2_cpt_alloc_instruction_queues()
/linux/drivers/misc/
A Dpci_endpoint_test.c441 src_phys_addr = PTR_ALIGN(orig_src_phys_addr, alignment); in pci_endpoint_test_copy()
473 dst_phys_addr = PTR_ALIGN(orig_dst_phys_addr, alignment); in pci_endpoint_test_copy()
578 phys_addr = PTR_ALIGN(orig_phys_addr, alignment); in pci_endpoint_test_write()
676 phys_addr = PTR_ALIGN(orig_phys_addr, alignment); in pci_endpoint_test_read()
/linux/drivers/crypto/hisilicon/hpre/
A Dhpre_crypto.c533 h_req = PTR_ALIGN(tmp, hpre_align_sz()); in hpre_msg_request_set()
547 h_req = PTR_ALIGN(tmp, hpre_align_sz()); in hpre_msg_request_set()
600 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, hpre_align_sz()); in hpre_dh_compute_value()
803 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, hpre_align_sz()); in hpre_rsa_enc()
851 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, hpre_align_sz()); in hpre_rsa_dec()
1514 h_req = PTR_ALIGN(tmp, hpre_align_sz()); in hpre_ecdh_msg_request_set()
1595 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, hpre_align_sz()); in hpre_ecdh_compute_value()
1826 h_req = PTR_ALIGN(tmp, hpre_align_sz()); in hpre_curve25519_msg_request_set()
1947 struct hpre_asym_request *hpre_req = PTR_ALIGN(tmp, hpre_align_sz()); in hpre_curve25519_compute_value()
/linux/arch/s390/hypfs/
A Dhypfs_diag.c181 d204 = PTR_ALIGN(base + sizeof(d204->hdr), PAGE_SIZE) - sizeof(d204->hdr); in dbfs_d204_create()
/linux/drivers/bluetooth/
A Dbtrsi.c78 skb_pull(skb, PTR_ALIGN(skb->data, in rsi_hci_send_pkt()
/linux/drivers/infiniband/ulp/isert/
A Dib_isert.h103 return PTR_ALIGN(desc->buf + ISER_HEADERS_LEN, 512) - ISER_HEADERS_LEN; in isert_get_iser_hdr()
/linux/drivers/net/wireless/ath/ath11k/
A Ddbring.c59 ptr_aligned = PTR_ALIGN(ptr_unaligned, ring->buf_align); in ath11k_dbring_bufs_replenish()
359 handler_data.data = PTR_ALIGN(vaddr_unalign, in ath11k_dbring_buffer_release_event()
/linux/drivers/crypto/stm32/
A Dstm32-crc32.c181 if (d8 != PTR_ALIGN(d8, sizeof(u32))) { in burst_update()
185 while (d8 != PTR_ALIGN(d8, sizeof(u32)) && length) { in burst_update()

Completed in 44 milliseconds

123456