Home
last modified time | relevance | path

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

/openbmc/linux/crypto/async_tx/
H A Dasync_memcpy.c32 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset, in async_memcpy() function
93 EXPORT_SYMBOL_GPL(async_memcpy);
H A DMakefile3 obj-$(CONFIG_ASYNC_MEMCPY) += async_memcpy.o
H A Dasync_raid6_recov.c248 tx = async_memcpy(dp, g, dp_off, g_off, bytes, submit); in __2data_recov_5()
548 tx = async_memcpy(p, g, p_off, g_off, bytes, submit); in async_raid6_datap_recov()
/openbmc/linux/include/linux/
H A Dasync_tx.h182 async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset,
/openbmc/linux/Documentation/crypto/
H A Dasync-tx-api.rst179 tx = async_memcpy(copy_dest, copy_src, 0, 0, copy_len, &submit);
267 crypto/async_tx/async_memcpy.c:
/openbmc/linux/drivers/md/
H A Draid5-ppl.c196 tx = async_memcpy(sh->ppl_page, srcs[0], 0, 0, PAGE_SIZE, in ops_run_partial_parity()
H A Draid5.c1430 tx = async_memcpy(*page, bio_page, page_offset + poff, in async_copy_data()
1433 tx = async_memcpy(bio_page, *page, b_offset, in async_copy_data()
1605 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_compute5()
2136 tx = async_memcpy(xor_dest, xor_srcs[0], off_dest, off_srcs[0], in ops_run_reconstruct5()
4656 tx = async_memcpy(sh2->dev[dd_idx].page, in handle_stripe_expansion()
/openbmc/qemu/tests/data/qobject/
H A Dqdict.txt1086 async_memcpy.c: 3227