Searched defs:_ToUserCode (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DThunk16.asm36 ; Here is the layout of the real mode stack. _ToUserCode() is responsible for
142 _EntryPoint DD _ToUserCode - m16Start
150 ; _ToUserCode() takes control in real mode before passing control to user code.
153 _ToUserCode PROC label
186 _ToUserCode ENDP
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DThunk16.asm151 _EntryPoint DD _ToUserCode - m16Start
159 ; _ToUserCode() takes control in real mode before passing control to user code.
162 _ToUserCode PROC label
197 _ToUserCode ENDP

Completed in 71 milliseconds