Searched refs:PTR_ALIGN (Results 1 – 8 of 8) sorted by relevance
11 #define PTR_ALIGN(p, a) ((typeof(p))ALIGN((unsigned long)(p), (a))) macro
43 return PTR_ALIGN(akcipher_request_ctx(req), align); in akcipher_request_ctx_dma()
60 return PTR_ALIGN(kpp_request_ctx(req), align); in kpp_request_ctx_dma()
80 return PTR_ALIGN(aead_request_ctx(req), align); in aead_request_ctx_dma()
211 return PTR_ALIGN(skcipher_request_ctx(req), align); in skcipher_request_ctx_dma()
243 return PTR_ALIGN(ahash_request_ctx(req), align); in ahash_request_ctx_dma()
184 return PTR_ALIGN(crypto_tfm_ctx(tfm), align); in crypto_tfm_ctx_align()
859 addr = PTR_ALIGN(addr, sizeof(dma_addr_t)); in __libeth_xdp_xmit_frame_dma()
Completed in 16 milliseconds