On 08/24/2017 08:58 AM, Pranith Kumar wrote: > +#define CPU_TLB_BITS_MAX 12
Following up on our IRC conversation, host maximums are: aarch64: unlimited (32) arm: 8 (patch exists to increase to 32 for armv7) i386: 32 - CPU_TLB_ENTRY_BITS ia64: unlimited (32) mips: 16 - CPU_TLB_ENTRY_BITS ppc: unlimited (32) s390: unlimited (32) sparc: 12 tci: unlimited (32) r~