ioremap and page table

ckim at etri.re.kr ckim at etri.re.kr
Sun Jul 11 11:33:43 EDT 2021


Hello all,

I'm almost sure but want to check if my understanding is correct.

To use a memory mapped IO, we use functions like request_mem_region and
ioremap, iounmap functions. 

I guess when we call ioremap function, the kernel sets up page table for the
region so that the region becomes non-cacheable, and I don't also have  to
worry about reordering problem. 

Is my understanding correct?

Thanks!

Chan Kim

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20210712/0763dcd3/attachment.html>


More information about the Kernelnewbies mailing list