Lines Matching full:descriptor
101 * Section 7.2.2 (TSS Descriptor)
213 * IA manual calls this a 'pseudo descriptor'.
240 * segment descriptor, you will either need to do the assignment at runtime
366 * Properly set the segment descriptor segment and offset
370 * @param sd Segment descriptor
386 * Initialize an segment descriptor to be a 32-bit IRQ gate
388 * @param sd Segment descriptor memory
391 * @param dpl descriptor privilege level
430 * Get the current global descriptor table
432 * @param gdt Pointer to memory to receive GDT pseudo descriptor information
441 * Get the current interrupt descriptor table
443 * @param idt Pointer to memory to receive IDT pseudo descriptor information
452 * Get the current local descriptor table (LDT)
466 * Set the local descriptor table for the current IA Task
477 * Set the global descriptor table
482 * @param gdt Pointer to GDT pseudo descriptor.
491 * Set the interrupt descriptor table
493 * @param idt Pointer to IDT pseudo descriptor.