linux - Does iomem comprehensively list everything that's addressable? -


there address range here that's not listed in /proc/iomem. when tried read in address range, got values, 0x000000ab, indicate there behind address range.

so question title is: iomem comprehensively list that's addressable? there else that's memory-mapped not listed iomem?

the environment issue linux running on custom made board x86 cpu.


Comments

Popular posts from this blog

python - Best design pattern for collection of objects -

go - serving up pdfs using golang -

python - django admin: changing the way a field (w/ relationship to another model) is submitted on a form so that it can be submitted multiple times -