Skip to content
  • David Woodhouse's avatar
    dma-debug: add function to dump dma mappings · ac26c18b
    David Woodhouse authored
    
    
    This adds a function to dump the DMA mappings that the debugging code is
    aware of -- either for a single device, or for _all_ devices.
    
    This can be useful for debugging -- sticking a call to it in the DMA
    page fault handler, for example, to see if the faulting address _should_
    be mapped or not, and hence work out whether it's IOMMU bugs we're
    seeing, or driver bugs.
    
    Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
    ac26c18b