Lines Matching full:segment
21 /* NOTE: We currently do not have definitions for 16-bit segment, currently
102 * Section 3.4.5 (Segment descriptors)
192 /* segment/LDT/TSS */
199 /* 1=Indicates 64-bit code segment in IA-32e mode */
222 * Full linear address (segment selector+offset), for far jumps/calls
227 /** Far pointer segment/gate selector. */
237 * fields in the segment selector well before that.
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
371 * @param offset Offset within segment
372 * @param segment_selector Segment selector
386 * Initialize an segment descriptor to be a 32-bit IRQ gate
388 * @param sd Segment descriptor memory
389 * @param seg_selector Segment selector of handler
407 * @param sel Segment selector in GDT for desired TSS
416 * Get the TSS segment selector in the GDT for the current IA task
418 * @return Segment selector for current IA task
454 * @return Segment selector in the GDT for the current LDT
468 * @param ldt Segment selector in the GDT for an LDT
479 * You will most likely need to update all the data segment registers
480 * and do a far call to the code segment.
502 * Get the segment selector for the current code segment
504 * @return Segment selector
516 * Get the segment selector for the current data segment
518 * @return Segment selector