Home
last modified time | relevance | path

Searched refs:gdtr (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/
DReal16ToFlat32.asm33 mov bx, ADDR16_OF(gdtr)
60 gdtr: label
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Dstart16.S355 movl %eax, gdtr + 2 # Put address of gdt into the gdtr
415 lgdt gdtr
444 gdtr: .word GDT_END - GDT_BASE - 1 # GDT limit label
Dstart.S361 movl %eax, (gdtr + 2) # Put address of gdt into the gdtr
422 lgdt gdtr
451 gdtr: .long GDT_END - GDT_BASE - 1 # GDT limit label
Dstart16.asm350 mov dword ptr [gdtr + 2],eax ; Put address of gdt into the gdtr
410 lgdt fword ptr [gdtr]
439 gdtr dw GDT_END - GDT_BASE - 1 ; GDT limit define
Dstart32.S370 movl %eax, gdtr + 2 # Put address of gdt into the gdtr
430 lgdt gdtr
459 gdtr: .word GDT_END - GDT_BASE - 1 label
Dstart.asm357 mov dword ptr [gdtr + 2],eax ; Put address of gdt into the gdtr
417 lgdt fword ptr [gdtr]
446 gdtr dw GDT_END - GDT_BASE - 1 ; GDT limit define
Dstart32.asm365 mov dword ptr [gdtr + 2],eax ; Put address of gdt into the gdtr
425 lgdt fword ptr [gdtr]
454 gdtr dw GDT_END - GDT_BASE - 1 ; GDT limit define
Dst16_64.S367 movl %eax, (gdtr + 2) # Put address of gdt into the gdtr
433 lgdt gdtr
589 gdtr: .long GDT_END - GDT_BASE - 1 # GDT limit label
Dstart64.S374 movl %eax, (gdtr + 2) # Put address of gdt into the gdtr
440 lgdt gdtr
596 gdtr: .long GDT_END - GDT_BASE - 1 # GDT limit label
Dst32_64.S382 movl %eax, (gdtr + 2) # Put address of gdt into the gdtr
448 lgdt gdtr
604 gdtr: .word GDT_END - GDT_BASE - 1 # GDT limit label
Dstart64.asm369 mov dword ptr [gdtr + 2],eax ; Put address of gdt into the gdtr
435 lgdt fword ptr [gdtr]
591 gdtr dw GDT_END - GDT_BASE - 1 ; GDT limit define
Dst16_64.asm362 mov dword ptr [gdtr + 2],eax ; Put address of gdt into the gdtr
428 lgdt fword ptr [gdtr]
584 gdtr dw GDT_END - GDT_BASE - 1 ; GDT limit define
Dst32_64.asm378 mov dword ptr [gdtr + 2],eax ; Put address of gdt into the gdtr
444 lgdt fword ptr [gdtr]
600 gdtr dw GDT_END - GDT_BASE - 1 ; GDT limit define