Searched refs:ldt_info (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/sys-i386/
H A Dldt.c211 struct user_desc ldt_info; local
216 if (bytecount != sizeof(ldt_info))
219 if (copy_from_user(&ldt_info, ptr, sizeof(ldt_info)))
223 if (ldt_info.entry_number >= LDT_ENTRIES)
225 if (ldt_info.contents == 3) {
228 if (ldt_info.seg_not_present == 0)
235 err = write_ldt_entry(mm_idp, func, &ldt_info, &addr, 1);
244 if (ldt_info.entry_number >= ldt->entry_count &&
245 ldt_info
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/sys-i386/
H A Dldt.c211 struct user_desc ldt_info; local
216 if (bytecount != sizeof(ldt_info))
219 if (copy_from_user(&ldt_info, ptr, sizeof(ldt_info)))
223 if (ldt_info.entry_number >= LDT_ENTRIES)
225 if (ldt_info.contents == 3) {
228 if (ldt_info.seg_not_present == 0)
235 err = write_ldt_entry(mm_idp, func, &ldt_info, &addr, 1);
244 if (ldt_info.entry_number >= ldt->entry_count &&
245 ldt_info
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Dldt.c198 struct user_desc ldt_info; local
201 if (bytecount != sizeof(ldt_info))
204 if (copy_from_user(&ldt_info, ptr, sizeof(ldt_info)))
208 if (ldt_info.entry_number >= LDT_ENTRIES)
210 if (ldt_info.contents == 3) {
213 if (ldt_info.seg_not_present == 0)
218 if (ldt_info.entry_number >= mm->context.size) {
220 ldt_info.entry_number + 1, 1);
226 if (ldt_info
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/
H A Dldt.c198 struct user_desc ldt_info; local
201 if (bytecount != sizeof(ldt_info))
204 if (copy_from_user(&ldt_info, ptr, sizeof(ldt_info)))
208 if (ldt_info.entry_number >= LDT_ENTRIES)
210 if (ldt_info.contents == 3) {
213 if (ldt_info.seg_not_present == 0)
218 if (ldt_info.entry_number >= mm->context.size) {
220 ldt_info.entry_number + 1, 1);
226 if (ldt_info
[all...]

Completed in 143 milliseconds