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

/freebsd-11-stable/contrib/gdb/gdb/
H A Dgo32-nat.c1504 long ldt_entry = -1L; local
1514 ldt_entry = parse_and_eval_long (arg);
1515 if (ldt_entry < 0
1516 || (ldt_entry & 4) == 0
1517 || (ldt_entry & 3) != (cpl & 3))
1518 error ("Invalid LDT entry 0x%03lx.", (unsigned long)ldt_entry);
1553 if (ldt_entry >= 0)
1555 if (ldt_entry > limit)
1557 (unsigned long)ldt_entry, limit);
1559 display_descriptor (ldt_descr.stype, base, ldt_entry /
[all...]
H A Dprocfs.c2936 static struct ssd *ldt_entry = NULL; local
2944 if (ldt_entry == NULL)
2945 ldt_entry = (struct ssd *) xmalloc (sizeof (struct ssd));
2958 while (read (fd, ldt_entry, sizeof (struct ssd)) == sizeof (struct ssd))
2960 if (ldt_entry->sel == 0 &&
2961 ldt_entry->bo == 0 &&
2962 ldt_entry->acc1 == 0 &&
2963 ldt_entry->acc2 == 0)
2966 if (ldt_entry->sel == key)
2967 return ldt_entry;
[all...]

Completed in 83 milliseconds