Searched refs:EFI_DEBUG_FLAG_EBC_BOR (Results 1 – 5 of 5) sorted by relevance
134 if ((DebuggerPrivate->FeatureFlags & EFI_DEBUG_FLAG_EBC_BOR) == EFI_DEBUG_FLAG_EBC_BOR) { in DebuggerBreakOnRET()140 DebuggerPrivate->FeatureFlags |= EFI_DEBUG_FLAG_EBC_BOR; in DebuggerBreakOnRET()
112 if ((DebuggerPrivate->FeatureFlags & EFI_DEBUG_FLAG_EBC_BOR) == EFI_DEBUG_FLAG_EBC_BOR) { in EdbConfigBreak()118 DebuggerPrivate->FeatureFlags |= EFI_DEBUG_FLAG_EBC_BOR; in EdbConfigBreak()
443 } else if ((DebuggerPrivate->StatusFlags & EFI_DEBUG_FLAG_EBC_BOR) == EFI_DEBUG_FLAG_EBC_BOR) { in PrintExceptionReason()
208 #define EFI_DEBUG_FLAG_EBC_BOR (EFI_DEBUG_FLAG_EBC | EFI_DEBUG_FLAG_EBC_B_BOR) macro
750 EbcDebuggerCheckHookFlag (VmPtr, EFI_DEBUG_FLAG_EBC_BOR); in EbcDebuggerHookRETStart()