Home
last modified time | relevance | path

Searched refs:entry_count (Results 1 – 5 of 5) sorted by relevance

/arch/x86/um/
Dldt.c62 if (!ldt->entry_count) in read_ldt()
69 if (ldt->entry_count <= LDT_DIRECT_ENTRIES) { in read_ldt()
79 for (i=0; i<ldt->entry_count/LDT_ENTRIES_PER_PAGE && bytecount; in read_ldt()
155 if (ldt_info.entry_number >= ldt->entry_count && in write_ldt()
157 for (i=ldt->entry_count/LDT_ENTRIES_PER_PAGE; in write_ldt()
178 ldt->entry_count = (i + 1) * LDT_ENTRIES_PER_PAGE; in write_ldt()
181 if (ldt->entry_count <= ldt_info.entry_number) in write_ldt()
182 ldt->entry_count = ldt_info.entry_number + 1; in write_ldt()
184 if (ldt->entry_count <= LDT_DIRECT_ENTRIES) in write_ldt()
326 new_mm->arch.ldt.entry_count = 0; in init_new_ldt()
[all …]
/arch/ia64/kernel/
Desi.c79 for (i = 0; i < systab->entry_count; i++) { in esi_init()
115 for (i = 0; i < esi_systab->entry_count; i++) { in ia64_esi_call()
167 for (i = 0; i < esi_systab->entry_count; i++) { in ia64_esi_call_phys()
Dsal.c327 for (i = 0; i < systab->entry_count; i++) { in ia64_sal_init()
/arch/x86/um/asm/
Dmm_context.h29 int entry_count; member
/arch/ia64/include/asm/
Dsal.h135 u16 entry_count; /* # of entries in variable portion */ member