Searched refs:call32_gdt (Results 1 – 1 of 1) sorted by relevance
183 call32_gdt: dw call32_gdt_size-1 ; Null descriptor - contains GDT define184 .adj1: dd call32_gdt+CS_BASE ; pointer for LGDT instruction203 call32_gdt_size: equ $-call32_gdt564 mov byte [call32_gdt+8+5],89h ; Mark TSS unbusy565 o32 lgdt [call32_gdt] ; Set up GDT606 push dword call32_gdt+CS_BASE