summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
diff options
context:
space:
mode:
authorAlexey Kardashevskiy2013-08-28 10:37:43 +0200
committerBenjamin Herrenschmidt2013-10-11 08:24:40 +0200
commit8e0a1611cb891e72a9affc4a8ee4795c634896a6 (patch)
tree05c7376a7be9a41de27ac60a6b412807c0f09adb /arch/powerpc/sysdev
parentpowerpc: Prepare to support kernel handling of IOMMU map/unmap (diff)
downloadkernel-qcow2-linux-8e0a1611cb891e72a9affc4a8ee4795c634896a6.tar.gz
kernel-qcow2-linux-8e0a1611cb891e72a9affc4a8ee4795c634896a6.tar.xz
kernel-qcow2-linux-8e0a1611cb891e72a9affc4a8ee4795c634896a6.zip
powerpc: add real mode support for dma operations on powernv
The existing TCE machine calls (tce_build and tce_free) only support virtual mode as they call __raw_writeq for TCE invalidation what fails in real mode. This introduces tce_build_rm and tce_free_rm real mode versions which do mostly the same but use "Store Doubleword Caching Inhibited Indexed" instruction for TCE invalidation. This new feature is going to be utilized by real mode support of VFIO. Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/sysdev')
0 files changed, 0 insertions, 0 deletions