Searched refs:SavedGdt (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DThunk16.S68 SavedGdt: .space 10 label
135 lgdt (SavedGdt - L_Base)(%rdi)
279 movw %r10w, (SavedGdt - L_SavedCr4)(%rcx) # save the limit of shadowed GDT table
280 movq %r11, (SavedGdt - L_SavedCr4 + 0x2)(%rcx) # save the base address of shadowed GDT table
H A DThunk16.asm63 SavedGdt LABEL FWORD label
131 lgdt fword ptr [rdi + (SavedGdt - @Base)]
268 mov word ptr [rcx + (SavedGdt - SavedCr4)], r10w ; save the limit of shadowed GDT table
269 mov qword ptr [rcx + (SavedGdt - SavedCr4) + 2], r11 ; save the base address of shadowed GDT table
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DThunk16.asm73 SavedGdt LABEL FWORD label
129 lgdt fword ptr cs:[edi + (SavedGdt - @Base)]
233 sgdt fword ptr [edx + (SavedGdt - SavedCr0)]
H A DThunk16.S29 SavedGdt: .space 6 label

Completed in 75 milliseconds