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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dldt.h18 #define LDT_ENTRIES_PER_PAGE \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Dldt.c162 for (i=0; i<ldt->entry_count/LDT_ENTRIES_PER_PAGE && bytecount;
246 for (i=ldt->entry_count/LDT_ENTRIES_PER_PAGE;
247 i*LDT_ENTRIES_PER_PAGE <= ldt_info.entry_number;
267 ldt->entry_count = (i + 1) * LDT_ENTRIES_PER_PAGE;
276 ldt_p = ldt->u.pages[ldt_info.entry_number/LDT_ENTRIES_PER_PAGE] +
277 ldt_info.entry_number%LDT_ENTRIES_PER_PAGE;
465 i = from_mm->ldt.entry_count / LDT_ENTRIES_PER_PAGE;
492 i = mm->ldt.entry_count / LDT_ENTRIES_PER_PAGE;

Completed in 43 milliseconds