Home | History | Annotate | Download | only in BootSector

Lines Matching refs:gdt

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

382 movl %eax, (gdtr + 2) # Put address of gdt into the gdtr
445 # load GDT
604 gdtr: .word GDT_END - GDT_BASE - 1 # GDT limit
605 .long 0 # (GDT base gets set above)
607 # global descriptor table (GDT)