My newbie question is on request_mem_region() used to define RAM-mapped area. Assuming the call returns success, does it mean the memory region becomes available for read/write access for every process in the system? (Here I'm talking about the system without VM, i.e. we can directly address the memory). If yes, what are the ways to control the access to the area?
Thanks, Mark.