As you might know it is possible to list all the mapped physical addresses and their respected virtual addresses for user space applications using /proc/$pid/maps
Is there any way to do the same and find virtual addresses of all mapped physical addresses, mapped by ioremap() in kernel space? (Assuming that we can run code in kernel space.)