Home
last modified time | relevance | path

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

/include/vdso/
A Dalign.h11 #define PTR_ALIGN(p, a) ((typeof(p))ALIGN((unsigned long)(p), (a))) macro
/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()
A Dskcipher.h211 return PTR_ALIGN(skcipher_request_ctx(req), align); in skcipher_request_ctx_dma()
A Dhash.h243 return PTR_ALIGN(ahash_request_ctx(req), align); in ahash_request_ctx_dma()
/include/crypto/
A Dalgapi.h184 return PTR_ALIGN(crypto_tfm_ctx(tfm), align); in crypto_tfm_ctx_align()
/include/net/libeth/
A Dxdp.h859 addr = PTR_ALIGN(addr, sizeof(dma_addr_t)); in __libeth_xdp_xmit_frame_dma()

Completed in 16 milliseconds