Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/
DEdkIIGlueConfig.h106 … | DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED \
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
DEdkIIGlueDebugLib.h59 #define DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED 0x08 macro
113 …ed() ((BOOLEAN)((__EDKII_GLUE_PCD_PcdDebugPropertyMask__ & DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED) !=…
/device/linaro/bootloader/edk2/ArmPkg/Library/SemiHostingDebugLib/
DDebugLib.c245 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED) != 0); in DebugClearMemoryEnabled()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseDebugLibSerialPort/
DDebugLib.c264 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED) != 0); in DebugClearMemoryEnabled()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDebugLibConOut/
DDebugLib.c259 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED) != 0); in DebugClearMemoryEnabled()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDebugLibStdErr/
DDebugLib.c260 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED) != 0); in DebugClearMemoryEnabled()
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformDebugLibIoPort/
DDebugLib.c268 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED) != 0); in DebugClearMemoryEnabled()
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Library/BaseFspDebugLibSerialPort/
DDebugLib.c309 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED) != 0); in DebugClearMemoryEnabled()
/device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspDebugLibSerialPort/
DDebugLib.c309 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED) != 0); in DebugClearMemoryEnabled()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDebugLibDebugPortProtocol/
DDebugLib.c311 return (BOOLEAN) ((PcdGet8(PcdDebugPropertyMask) & DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED) != 0); in DebugClearMemoryEnabled()
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DDebugLib.h31 #define DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED 0x08 macro
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/
DDebugLib.c463 return (BOOLEAN) ((PcdGet8 (PcdDebugPropertyMask) & DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED) != 0); in DebugClearMemoryEnabled()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/
DDebugLib.c470 return (BOOLEAN) ((PcdGet8 (PcdDebugPropertyMask) & DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED) != 0); in DebugClearMemoryEnabled()