Home | History | Annotate | Download | only in BootSector

Lines Matching refs:GDT_BASE

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

451 gdtr: .long GDT_END - GDT_BASE - 1 # GDT limit
459 GDT_BASE:
461 .equ NULL_SEL, .-GDT_BASE
470 .equ LINEAR_SEL, .-GDT_BASE
479 .equ LINEAR_CODE_SEL, .-GDT_BASE
488 .equ SYS_DATA_SEL, .-GDT_BASE
497 .equ SYS_CODE_SEL, .-GDT_BASE
506 .equ SPARE3_SEL, .-GDT_BASE
515 .equ SPARE4_SEL, .-GDT_BASE
524 .equ SPARE5_SEL, .-GDT_BASE