Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/um/
H A Dldt.c69 if (ldt->entry_count <= LDT_DIRECT_ENTRIES) { in read_ldt()
70 size = LDT_ENTRY_SIZE*LDT_DIRECT_ENTRIES; in read_ldt()
156 ldt_info.entry_number >= LDT_DIRECT_ENTRIES) { in write_ldt()
176 sizeof(entry0)*(LDT_DIRECT_ENTRIES-1)); in write_ldt()
184 if (ldt->entry_count <= LDT_DIRECT_ENTRIES) in write_ldt()
338 if (from_mm->arch.ldt.entry_count <= LDT_DIRECT_ENTRIES) in init_new_ldt()
367 if (mm->arch.ldt.entry_count > LDT_DIRECT_ENTRIES) { in free_ldt()
/openbmc/linux/arch/x86/um/asm/
H A Dmm_context.h18 #define LDT_DIRECT_ENTRIES \ macro
31 struct ldt_entry entries[LDT_DIRECT_ENTRIES];