Hi All, I am implementing a technique, where depending on the thread ID, I would like to reserve a certain range of virtual addresses (when the thread calls a malloc). I am using SE mode. I see that mmap needs to be changed to take into this info? How do I go about it? Adding a pseudo instruction is also fine with me, i.e., in my benchmark code, I will use a new pseudo instruction to allocate virtual address range depending on the thread ID. Any pointers would be of great help.
Thank you, Navin
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
