Home | History | Annotate | Download | only in BootSector

Lines Matching refs:GDT_BASE

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

604 gdtr: .word GDT_END - GDT_BASE - 1 # GDT limit
612 GDT_BASE:
614 .equ NULL_SEL, .-GDT_BASE # Selector [0x0]
623 .equ LINEAR_SEL, .-GDT_BASE # Selector [0x8]
632 .equ LINEAR_CODE_SEL, .-GDT_BASE # Selector [0x10]
641 .equ SYS_DATA_SEL, .-GDT_BASE # Selector [0x18]
650 .equ SYS_CODE_SEL, .-GDT_BASE # Selector [0x20]
659 .equ SPARE3_SEL, .-GDT_BASE # Selector [0x28]
670 .equ SYS_DATA64_SEL, .-GDT_BASE # Selector [0x30]
681 .equ SYS_CODE64_SEL, .-GDT_BASE # Selector [0x38]
690 .equ SPARE4_SEL, .-GDT_BASE # Selector [0x40]