/openbmc/linux/include/asm-generic/ |
H A D | dma-mapping.h | diff 356da6d0cde3323236977fce54c1f9612a742036 Thu Dec 06 15:39:32 CST 2018 Christoph Hellwig <hch@lst.de> dma-mapping: bypass indirect calls for dma-direct
Avoid expensive indirect calls in the fast path DMA mapping operations by directly calling the dma_direct_* ops if we are using the directly mapped DMA operations.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Tony Luck <tony.luck@intel.com>
|
/openbmc/linux/arch/arm/mm/ |
H A D | dma-mapping-nommu.c | diff 356da6d0cde3323236977fce54c1f9612a742036 Thu Dec 06 15:39:32 CST 2018 Christoph Hellwig <hch@lst.de> dma-mapping: bypass indirect calls for dma-direct
Avoid expensive indirect calls in the fast path DMA mapping operations by directly calling the dma_direct_* ops if we are using the directly mapped DMA operations.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Tony Luck <tony.luck@intel.com>
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | dma-mapping.c | diff 356da6d0cde3323236977fce54c1f9612a742036 Thu Dec 06 15:39:32 CST 2018 Christoph Hellwig <hch@lst.de> dma-mapping: bypass indirect calls for dma-direct
Avoid expensive indirect calls in the fast path DMA mapping operations by directly calling the dma_direct_* ops if we are using the directly mapped DMA operations.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Tony Luck <tony.luck@intel.com>
|
/openbmc/linux/include/linux/ |
H A D | dma-direct.h | diff 356da6d0cde3323236977fce54c1f9612a742036 Thu Dec 06 15:39:32 CST 2018 Christoph Hellwig <hch@lst.de> dma-mapping: bypass indirect calls for dma-direct
Avoid expensive indirect calls in the fast path DMA mapping operations by directly calling the dma_direct_* ops if we are using the directly mapped DMA operations.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Tony Luck <tony.luck@intel.com>
|
H A D | dma-mapping.h | diff 356da6d0cde3323236977fce54c1f9612a742036 Thu Dec 06 15:39:32 CST 2018 Christoph Hellwig <hch@lst.de> dma-mapping: bypass indirect calls for dma-direct
Avoid expensive indirect calls in the fast path DMA mapping operations by directly calling the dma_direct_* ops if we are using the directly mapped DMA operations.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Tony Luck <tony.luck@intel.com>
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | dma-mapping.h | diff 356da6d0cde3323236977fce54c1f9612a742036 Thu Dec 06 15:39:32 CST 2018 Christoph Hellwig <hch@lst.de> dma-mapping: bypass indirect calls for dma-direct
Avoid expensive indirect calls in the fast path DMA mapping operations by directly calling the dma_direct_* ops if we are using the directly mapped DMA operations.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Tony Luck <tony.luck@intel.com>
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | dma-mapping.h | diff 356da6d0cde3323236977fce54c1f9612a742036 Thu Dec 06 15:39:32 CST 2018 Christoph Hellwig <hch@lst.de> dma-mapping: bypass indirect calls for dma-direct
Avoid expensive indirect calls in the fast path DMA mapping operations by directly calling the dma_direct_* ops if we are using the directly mapped DMA operations.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Tony Luck <tony.luck@intel.com>
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | dma-mapping.h | diff 356da6d0cde3323236977fce54c1f9612a742036 Thu Dec 06 15:39:32 CST 2018 Christoph Hellwig <hch@lst.de> dma-mapping: bypass indirect calls for dma-direct
Avoid expensive indirect calls in the fast path DMA mapping operations by directly calling the dma_direct_* ops if we are using the directly mapped DMA operations.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Tony Luck <tony.luck@intel.com>
|
/openbmc/linux/kernel/dma/ |
H A D | mapping.c | diff 356da6d0cde3323236977fce54c1f9612a742036 Thu Dec 06 15:39:32 CST 2018 Christoph Hellwig <hch@lst.de> dma-mapping: bypass indirect calls for dma-direct
Avoid expensive indirect calls in the fast path DMA mapping operations by directly calling the dma_direct_* ops if we are using the directly mapped DMA operations.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Tony Luck <tony.luck@intel.com>
|
H A D | direct.c | diff 356da6d0cde3323236977fce54c1f9612a742036 Thu Dec 06 15:39:32 CST 2018 Christoph Hellwig <hch@lst.de> dma-mapping: bypass indirect calls for dma-direct
Avoid expensive indirect calls in the fast path DMA mapping operations by directly calling the dma_direct_* ops if we are using the directly mapped DMA operations.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Tony Luck <tony.luck@intel.com>
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | setup.c | diff 356da6d0cde3323236977fce54c1f9612a742036 Thu Dec 06 15:39:32 CST 2018 Christoph Hellwig <hch@lst.de> dma-mapping: bypass indirect calls for dma-direct
Avoid expensive indirect calls in the fast path DMA mapping operations by directly calling the dma_direct_* ops if we are using the directly mapped DMA operations.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Tony Luck <tony.luck@intel.com>
|
/openbmc/linux/arch/arc/mm/ |
H A D | cache.c | diff 356da6d0cde3323236977fce54c1f9612a742036 Thu Dec 06 15:39:32 CST 2018 Christoph Hellwig <hch@lst.de> dma-mapping: bypass indirect calls for dma-direct
Avoid expensive indirect calls in the fast path DMA mapping operations by directly calling the dma_direct_* ops if we are using the directly mapped DMA operations.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Tony Luck <tony.luck@intel.com>
|
/openbmc/linux/arch/ia64/hp/common/ |
H A D | sba_iommu.c | diff 356da6d0cde3323236977fce54c1f9612a742036 Thu Dec 06 15:39:32 CST 2018 Christoph Hellwig <hch@lst.de> dma-mapping: bypass indirect calls for dma-direct
Avoid expensive indirect calls in the fast path DMA mapping operations by directly calling the dma_direct_* ops if we are using the directly mapped DMA operations.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Tony Luck <tony.luck@intel.com>
|
/openbmc/linux/arch/arm64/mm/ |
H A D | dma-mapping.c | diff 356da6d0cde3323236977fce54c1f9612a742036 Thu Dec 06 15:39:32 CST 2018 Christoph Hellwig <hch@lst.de> dma-mapping: bypass indirect calls for dma-direct
Avoid expensive indirect calls in the fast path DMA mapping operations by directly calling the dma_direct_* ops if we are using the directly mapped DMA operations.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Tony Luck <tony.luck@intel.com>
|
/openbmc/linux/arch/x86/kernel/ |
H A D | pci-dma.c | diff 356da6d0cde3323236977fce54c1f9612a742036 Thu Dec 06 15:39:32 CST 2018 Christoph Hellwig <hch@lst.de> dma-mapping: bypass indirect calls for dma-direct
Avoid expensive indirect calls in the fast path DMA mapping operations by directly calling the dma_direct_* ops if we are using the directly mapped DMA operations.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Tony Luck <tony.luck@intel.com>
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_drv.c | diff 356da6d0cde3323236977fce54c1f9612a742036 Thu Dec 06 15:39:32 CST 2018 Christoph Hellwig <hch@lst.de> dma-mapping: bypass indirect calls for dma-direct
Avoid expensive indirect calls in the fast path DMA mapping operations by directly calling the dma_direct_* ops if we are using the directly mapped DMA operations.
Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Jesper Dangaard Brouer <brouer@redhat.com> Tested-by: Tony Luck <tony.luck@intel.com>
|