Searched refs:LDT_ENTRIES_PER_PAGE (Results 1 – 2 of 2) sorted by relevance
72 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()
18 #define LDT_ENTRIES_PER_PAGE \ macro