Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
DEdbCmdBreak.c134 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()
DEbcDebuggerConfig.c112 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()
DEdb.c443 } else if ((DebuggerPrivate->StatusFlags & EFI_DEBUG_FLAG_EBC_BOR) == EFI_DEBUG_FLAG_EBC_BOR) { in PrintExceptionReason()
DEdbCommon.h208 #define EFI_DEBUG_FLAG_EBC_BOR (EFI_DEBUG_FLAG_EBC | EFI_DEBUG_FLAG_EBC_B_BOR) macro
DEdbHook.c750 EbcDebuggerCheckHookFlag (VmPtr, EFI_DEBUG_FLAG_EBC_BOR); in EbcDebuggerHookRETStart()