Hi, I was writing an OS that can run on RISC-V FS mode in gem5. I want to make certain address ranges uncacheable (for some memory mapped devices). RISCV page table entries doesn't provide any flags to achieve this. The proper way to do this in RISCV seems to be using PMA (Physical Memory Attributes), but I couldn't find any implementations of PMA in gem5. Is PMA implemented for RISCV in gem5 ? Is this the right approach to solve this problem ? Can anybody give me any ideas to solve this problem ? It will be great if anyone can provide some ideas.
Thanks, Deepak Mohan _______________________________________________ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s