Home
last modified time | relevance | path

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

/arch/x86/um/
Dldt.c142 if (!ldt->entry_count) in read_ldt()
152 if (ldt->entry_count <= LDT_DIRECT_ENTRIES) { in read_ldt()
162 for (i=0; i<ldt->entry_count/LDT_ENTRIES_PER_PAGE && bytecount; in read_ldt()
240 ldt->entry_count = 1; in write_ldt()
244 if (ldt_info.entry_number >= ldt->entry_count && in write_ldt()
246 for (i=ldt->entry_count/LDT_ENTRIES_PER_PAGE; in write_ldt()
267 ldt->entry_count = (i + 1) * LDT_ENTRIES_PER_PAGE; in write_ldt()
270 if (ldt->entry_count <= ldt_info.entry_number) in write_ldt()
271 ldt->entry_count = ldt_info.entry_number + 1; in write_ldt()
273 if (ldt->entry_count <= LDT_DIRECT_ENTRIES) in write_ldt()
[all …]
/arch/ia64/kernel/
Desi.c78 for (i = 0; i < systab->entry_count; i++) { in esi_init()
114 for (i = 0; i < esi_systab->entry_count; i++) { in ia64_esi_call()
166 for (i = 0; i < esi_systab->entry_count; i++) { in ia64_esi_call_phys()
Dsal.c333 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/hp/sim/boot/
Dfw-emu.c312 sal_systab->entry_count = 1; in sys_fw_init()
/arch/ia64/sn/kernel/
Dsetup.c177 for (j = 0; j < sal_systab->entry_count; j++) { in early_sn_setup()
/arch/ia64/include/asm/
Dsal.h133 u16 entry_count; /* # of entries in variable portion */ member