Reputation: 2061
When we say that a device is memory mapped,
Upvotes: 0
Views: 573
Reputation: 1690
Roughly,
/proc/<pid>/maps
to see all memory-mapped files and devices.For further reading, I suggest the Memory Mapping and DMA chapter from Linux Device Drivers, this FAQ, and this stackoverflow question.
Upvotes: 1