Home
last modified time | relevance | path

Searched refs:NUM_BUNDLES_IN_STUB (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
DPlDebugSupport.c22 #define NUM_BUNDLES_IN_STUB 5 macro
26 BUNDLE OrigBundles[NUM_BUNDLES_IN_STUB];
185 IN BUNDLE NewBundles[NUM_BUNDLES_IN_STUB], in ManageIvtEntryTable() argument
277 sizeof (BUNDLE) * NUM_BUNDLES_IN_STUB in HookEntry()
282 CopyMem (B0Ptr, NewBundles, sizeof (BUNDLE) * NUM_BUNDLES_IN_STUB); in HookEntry()
317 sizeof (BUNDLE) * NUM_BUNDLES_IN_STUB in UnhookEntry()