Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/um/asm/
Dmm_context.h16 #define LDT_PAGES_MAX \ macro
21 ((LDT_PAGES_MAX*sizeof(void *))/LDT_ENTRY_SIZE)
32 struct ldt_entry * pages[LDT_PAGES_MAX];
/linux-6.1.9/arch/x86/um/
Dldt.c250 for (i = LDT_PAGES_MAX-1, order=0; i; i>>=1, order++) in ldt_get_host_info()