Home | History | Annotate | Download | only in BootSector

Lines Matching refs:GDT_BASE

366         leal    GDT_BASE(%ebx), %eax        # EAX=PHYSICAL address of gdt

589 gdtr: .long GDT_END - GDT_BASE - 1 # GDT limit
597 GDT_BASE:
599 .equ NULL_SEL, .-GDT_BASE # Selector [0x0]
608 .equ LINEAR_SEL, .-GDT_BASE # Selector [0x8]
617 .equ LINEAR_CODE_SEL, .-GDT_BASE # Selector [0x10]
626 .equ SYS_DATA_SEL, .-GDT_BASE # Selector [0x18]
635 .equ SYS_CODE_SEL, .-GDT_BASE # Selector [0x20]
644 .equ SPARE3_SEL, .-GDT_BASE # Selector [0x28]
655 .equ SYS_DATA64_SEL, .-GDT_BASE # Selector [0x30]
666 .equ SYS_CODE64_SEL, .-GDT_BASE # Selector [0x38]
675 .equ SPARE4_SEL, .-GDT_BASE # Selector [0x40]