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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
H A DPlDebugSupport.c189 BUNDLE *B0Ptr; local
196 GetHandlerEntryPoint (ExceptionType, (VOID **) &B0Ptr);
264 BUNDLE *B0Ptr; local
269 GetHandlerEntryPoint (ExceptionType, (VOID **) &B0Ptr);
276 B0Ptr,
282 CopyMem (B0Ptr, NewBundles, sizeof (BUNDLE) * NUM_BUNDLES_IN_STUB);
287 FixupBundle = B0Ptr + 2;
290 InstructionCacheFlush (B0Ptr, 5);
305 BUNDLE *B0Ptr; local
310 GetHandlerEntryPoint (ExceptionType, (VOID **) &B0Ptr);
[all...]

Completed in 33 milliseconds