remarkable-linux/crypto/async_tx
Dan Williams 04ce9ab385 async_xor: permit callers to pass in a 'dma/page scribble' region
async_xor() needs space to perform dma and page address conversions.  In
most cases the code can simply reuse the struct page * array because the
size of the native pointer matches the size of a dma/page address.  In
order to support archs where sizeof(dma_addr_t) is larger than
sizeof(struct page *), or to preserve the input parameters, we utilize a
memory region passed in by the caller.

Since the code is now prepared to handle the case where it cannot
perform address conversions on the stack, we no longer need the
!HIGHMEM64G dependency in drivers/dma/Kconfig.

[ Impact: don't clobber input buffers for address conversions ]

Reviewed-by: Andre Noll <maan@systemlinux.org>
Acked-by: Maciej Sosnowski <maciej.sosnowski@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
2009-06-03 14:22:28 -07:00
..
async_memcpy.c async_tx: structify submission arguments, add scribble 2009-06-03 14:07:35 -07:00
async_memset.c async_tx: structify submission arguments, add scribble 2009-06-03 14:07:35 -07:00
async_tx.c async_tx: structify submission arguments, add scribble 2009-06-03 14:07:35 -07:00
async_xor.c async_xor: permit callers to pass in a 'dma/page scribble' region 2009-06-03 14:22:28 -07:00
Kconfig
Makefile