I am trying to implement wide SIMD-like load/store operations, and I found
that some TLB flags are set based on memory request size. Those ArmFlags
are defined in arch/arm/tlb.hh and it seems like the maximum supported size
is 64 bytes (AlignOctWord).

1. I'd like to add flags for other sizes, but I could not find out where
these flags are used. Any pointers?

2. Besides these TLB flags, what other things should be modified
(considering all requests are smaller than or equal to cache line and
aligned)?

Thanks,
Amin
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to