Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugAgent.h97 #define DEBUG_AGENT_FLAG_INTERRUPT_FLAG BIT7 macro
DDebugAgent.c806 SetDebugFlag (DEBUG_AGENT_FLAG_INTERRUPT_FLAG, Eflags->Bits.IF); in CommandStepping()
831 Eflags->Bits.IF = GetDebugFlag (DEBUG_AGENT_FLAG_INTERRUPT_FLAG); in CommandSteppingCleanup()