LDT_PAGES_MAX      21 arch/x86/um/asm/mm_context.h 	((LDT_PAGES_MAX*sizeof(void *))/LDT_ENTRY_SIZE)
LDT_PAGES_MAX      32 arch/x86/um/asm/mm_context.h 		struct ldt_entry * pages[LDT_PAGES_MAX];
LDT_PAGES_MAX     248 arch/x86/um/ldt.c 	for (i = LDT_PAGES_MAX-1, order=0; i; i>>=1, order++)