1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/crypto/hisilicon
Hui Tang 4cda2f4a0e crypto: hisilicon/qm - optimize the barrier operation
A 'dma_wmb' barrier is enough to guarantee previous writes
before accessing by acc device in the outer shareable domain.

A 'smp_wmb' barrier is enough to guarantee previous writes
before accessing by other cpus in the inner shareble domain.

Signed-off-by: Hui Tang <tanghui20@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2022-04-08 16:13:30 +08:00
..
hpre hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driver 2022-03-15 11:34:09 -06:00
sec crypto: hisilicon/sec - use the correct print format 2021-04-16 21:16:33 +10:00
sec2 VFIO updates for v5.18-rc1 2022-03-24 12:35:59 -07:00
trng crypto: hisilicon/trng - add version to adapt new algorithm 2021-04-16 21:16:31 +10:00
zip hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driver 2022-03-15 11:34:09 -06:00
Kconfig crypto: hisilicon/hpre - fix Kconfig 2021-03-26 20:15:57 +11:00
Makefile crypto: hisilicon/trng - add HiSilicon TRNG driver support 2020-11-27 17:13:43 +11:00
qm.c crypto: hisilicon/qm - optimize the barrier operation 2022-04-08 16:13:30 +08:00
sgl.c crypto: hisilicon/qm: Move the QM header to include/linux 2022-03-15 11:34:08 -06:00