Searched refs:EbcInterpret (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/Ia32/
H A DEbcLowLevel.S17 ASM_GLOBAL ASM_PFX(EbcInterpret)
64 call ASM_PFX(EbcInterpret)
H A DEbcLowLevel.asm36 EbcInterpret PROTO label
153 call EbcInterpret
H A DEbcSupport.c209 EbcInterpret ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/X64/
H A DEbcLowLevel.S22 ASM_GLOBAL ASM_PFX(EbcInterpret);
101 call ASM_PFX(EbcInterpret)
H A DEbcLowLevel.asm27 EbcInterpret PROTO label
160 call EbcInterpret
H A DEbcSupport.c154 EbcInterpret ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/Ipf/
H A DEbcSupport.c84 EbcInterpret ( function
446 // Get the gp from the descriptor for EbcInterpret and stuff it in our thunk
449 *(Data64Ptr + 1) = *(UINT64 *) ((UINT64 *) (UINTN) EbcInterpret + 1);
586 // movl rx = offset_of(EbcInterpret|ExecuteEbcImageEntryPoint)
595 Addr = (UINT64) EbcInterpret;
656 // Load branch register with EbcInterpret() function offset from the bundle

Completed in 714 milliseconds