ARM page sizes
Posted: Sat Apr 27, 2013 1:37 am
I've been thinking about the design of the page mapping code for my ARM kernel, and I'm trying to decide if I should make use of all four of the available pages sizes or just use the largest and smallest sizes. As I understand it, the only real advantage of the middle page sizes is that they allow the processor to use TLB slots more efficiently than if the pages were mapped using the smallest size. Is this likely to have much of an effect on performance?