Searched refs:ARTPEC_CACHE_LINE_MAX (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/axis/ |
H A D | artpec6_crypto.c | 35 #define ARTPEC_CACHE_LINE_MAX 32 macro 226 /* buf is aligned to ARTPEC_CACHE_LINE_MAX and 227 * holds up to ARTPEC_CACHE_LINE_MAX bytes data. 785 2 * ARTPEC_CACHE_LINE_MAX; in artpec6_crypto_alloc_bounce() 792 bbuf->buf = PTR_ALIGN(base, ARTPEC_CACHE_LINE_MAX); in artpec6_crypto_alloc_bounce() 839 if (!IS_ALIGNED(addr, ARTPEC_CACHE_LINE_MAX)) { in artpec6_crypto_setup_sg_descrs_in() 841 ALIGN(addr, ARTPEC_CACHE_LINE_MAX) - in artpec6_crypto_setup_sg_descrs_in() 846 } else if (chunk < ARTPEC_CACHE_LINE_MAX) { in artpec6_crypto_setup_sg_descrs_in() 852 chunk = chunk & ~(ARTPEC_CACHE_LINE_MAX-1); in artpec6_crypto_setup_sg_descrs_in() 2905 ac->pad_buffer = devm_kzalloc(&pdev->dev, 2 * ARTPEC_CACHE_LINE_MAX, in artpec6_crypto_probe() [all...] |
/kernel/linux/linux-6.6/drivers/crypto/axis/ |
H A D | artpec6_crypto.c | 36 #define ARTPEC_CACHE_LINE_MAX 32 macro 227 /* buf is aligned to ARTPEC_CACHE_LINE_MAX and 228 * holds up to ARTPEC_CACHE_LINE_MAX bytes data. 786 2 * ARTPEC_CACHE_LINE_MAX; in artpec6_crypto_alloc_bounce() 793 bbuf->buf = PTR_ALIGN(base, ARTPEC_CACHE_LINE_MAX); in artpec6_crypto_alloc_bounce() 840 if (!IS_ALIGNED(addr, ARTPEC_CACHE_LINE_MAX)) { in artpec6_crypto_setup_sg_descrs_in() 842 ALIGN(addr, ARTPEC_CACHE_LINE_MAX) - in artpec6_crypto_setup_sg_descrs_in() 847 } else if (chunk < ARTPEC_CACHE_LINE_MAX) { in artpec6_crypto_setup_sg_descrs_in() 853 chunk = chunk & ~(ARTPEC_CACHE_LINE_MAX-1); in artpec6_crypto_setup_sg_descrs_in() 2906 ac->pad_buffer = devm_kzalloc(&pdev->dev, 2 * ARTPEC_CACHE_LINE_MAX, in artpec6_crypto_probe() [all...] |
Completed in 10 milliseconds