Home | History | Annotate | Download | only in BootSector

Lines Matching refs:GDT_BASE

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

596 gdtr: .long GDT_END - GDT_BASE - 1 # GDT limit
604 GDT_BASE:
606 .equ NULL_SEL, .-GDT_BASE # Selector [0x0]
615 .equ LINEAR_SEL, .-GDT_BASE # Selector [0x8]
624 .equ LINEAR_CODE_SEL, .-GDT_BASE # Selector [0x10]
633 .equ SYS_DATA_SEL, .-GDT_BASE # Selector [0x18]
642 .equ SYS_CODE_SEL, .-GDT_BASE # Selector [0x20]
651 .equ SPARE3_SEL, .-GDT_BASE # Selector [0x28]
662 .equ SYS_DATA64_SEL, .-GDT_BASE # Selector [0x30]
673 .equ SYS_CODE64_SEL, .-GDT_BASE # Selector [0x38]
682 .equ SPARE4_SEL, .-GDT_BASE # Selector [0x40]