On Tue, Apr 28, 2015 at 4:01 PM, Andy Lutomirski <luto@xxxxxxxxxxxxxx> wrote: > > The reason I thought of PCIDs this way is that 12 bits isn't nearly > enough to get away with allocating each mm its own PCID. Not even close. And really, we've already done this for other architectures. On alpha, the number of bits in the pcid is model-specific, but it was something like 6 for the ones I used. That's plenty. Also, I don't think Intel actually does 12 bits of pcid. What they do is to hash the 12 bits down to something smaller (like two or three bits in the actual TLB data structure), and then the CPU basically invalidates any pcid's that alias (have a small 4- or 8-entry array saying that "this hash was used for this 12-bit pcid). So there's actually *another* level of dynamic mapping going on below the software interface. Linus -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>