Home
last modified time | relevance | path

Searched refs:LDT_PAGES_MAX (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/um/asm/
H A 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];
/kernel/linux/linux-6.6/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];
/kernel/linux/linux-5.10/arch/x86/um/
H A Dldt.c250 for (i = LDT_PAGES_MAX-1, order=0; i; i>>=1, order++) in ldt_get_host_info()
/kernel/linux/linux-6.6/arch/x86/um/
H A Dldt.c250 for (i = LDT_PAGES_MAX-1, order=0; i; i>>=1, order++) in ldt_get_host_info()

Completed in 2 milliseconds