Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/um/
Dldt.c72 for (i=0; i<ldt->entry_count/LDT_ENTRIES_PER_PAGE && bytecount; in read_ldt()
150 for (i=ldt->entry_count/LDT_ENTRIES_PER_PAGE; in write_ldt()
151 i*LDT_ENTRIES_PER_PAGE <= ldt_info.entry_number; in write_ldt()
171 ldt->entry_count = (i + 1) * LDT_ENTRIES_PER_PAGE; in write_ldt()
180 ldt_p = ldt->u.pages[ldt_info.entry_number/LDT_ENTRIES_PER_PAGE] + in write_ldt()
181 ldt_info.entry_number%LDT_ENTRIES_PER_PAGE; in write_ldt()
335 i = from_mm->arch.ldt.entry_count / LDT_ENTRIES_PER_PAGE; in init_new_ldt()
361 i = mm->arch.ldt.entry_count / LDT_ENTRIES_PER_PAGE; in free_ldt()
/linux-4.1.27/arch/x86/um/asm/
Dmm_context.h18 #define LDT_ENTRIES_PER_PAGE \ macro