Home
last modified time | relevance | path

Searched refs:LDT_PAGES_MAX (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/um/asm/
H A Dmm_context.h14 #define LDT_PAGES_MAX \ macro
19 ((LDT_PAGES_MAX*sizeof(void *))/LDT_ENTRY_SIZE)
30 struct ldt_entry * pages[LDT_PAGES_MAX];
/openbmc/linux/arch/x86/um/
H A Dldt.c250 for (i = LDT_PAGES_MAX-1, order=0; i; i>>=1, order++) in ldt_get_host_info()