Lines Matching full:thunk
46 #define FLAG_THUNK_ENTRY_POINT 0x01 // thunk for an image entry point
47 #define FLAG_THUNK_PROTOCOL 0x00 // thunk for an EBC protocol service
58 we're creating a thunk for an image entry point.
59 @param EbcEntryPoint Address of the EBC code that the thunk is to call
60 @param Thunk Returned thunk we create here
61 @param Flags Flags indicating options for creating the thunk
63 @retval EFI_SUCCESS The thunk was created successfully.
67 Thunk.
75 OUT VOID **Thunk,
80 Add a thunk to our list of thunks for a given image handle.
81 Also flush the instruction cache since we've written thunk code
84 @param ImageHandle The image handle to which the thunk is tied.
86 @param ThunkSize The size of the thunk memory allocated.
134 The VM thunk code stuffs an EBC entry point into a processor
150 This instruction requires that we thunk out to external native
174 code or a thunk to another piece of EBC code.