Setting Registers for Arria 10

Hi - once I have an image for Arria 10, how can I read/write the registers described in the following link?

https://www.intel.com/content/www/us/en/programmable/hps/arria-10/hps.html#topic/sfo1429889205804.html

Thanks,
Gustavo

In Linux, memory is devided into user space and kernel space.
So, if you want access the physical address(register), you can write your device driver.
And you can also write application that access physical address via virtual address.(using mmap() function)