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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DThunk16.S61 .set LmTransition, _EntryPoint - ASM_PFX(m16Start)
154 _EntryPoint: .long ASM_PFX(ToUserCode) - ASM_PFX(m16Start) label
311 .byte 0xff, 0x69 # jmp (_EntryPoint - L_SavedCr4)(%rcx)
312 .set Ltemp1, _EntryPoint - L_SavedCr4
H A DThunk16.asm57 mTransition DW _EntryPoint - m16Start
151 _EntryPoint DD _ToUserCode - m16Start define
298 jmp fword ptr [rcx + (_EntryPoint - SavedCr4)]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DThunk16.S80 _EntryPoint: .long ASM_PFX(ToUserCode) - ASM_PFX(m16Start) label
203 ASM_PFX(mTransition): .word _EntryPoint - ASM_PFX(m16Start)
H A DThunk16.asm67 mTransition DW _EntryPoint - m16Start
142 _EntryPoint DD _ToUserCode - m16Start define
245 call fword ptr [edx + (_EntryPoint - SavedCr0)]

Completed in 106 milliseconds