Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/X64/
DEfiBind.h183 #define EFI_BREAKPOINT() __debugbreak() macro
185 #define EFI_BREAKPOINT() asm(" int $3"); macro
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ipf/
DEfiBind.h228 #define EFI_BREAKPOINT EcpEfiBreakPoint macro
235 #define EFI_BREAKPOINT() __break(0) macro
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ia32/
DEfiBind.h232 #define EFI_BREAKPOINT() __asm { int 3 } macro
234 #define EFI_BREAKPOINT() asm(" int $3"); macro
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ebc/
DEfiBind.h99 #define EFI_BREAKPOINT() _break ( 3 ) macro
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Arm/
DEfiBind.h87 #define EFI_BREAKPOINT EFI_DEADLOOP() macro
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Aarch64/
DEfiBind.h88 #define EFI_BREAKPOINT EFI_DEADLOOP() macro
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Common/
DEdkIIGlueBaseTypes.h28 #define BREAKPOINT EFI_BREAKPOINT
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DEfiDriverLib_Edk2.inf55 # Only for CYGWINGCC IPF tool chain, EFI_BREAKPOINT and MEMORY_FENCE
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
DEfiRuntimeLib_Edk2.inf61 # Only for CYGWINGCC IPF tool chain, EFI_BREAKPOINT and MEMORY_FENCE
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
DPeiLib_Edk2.inf87 # Only for CYGWINGCC IPF tool chain, EFI_BREAKPOINT and MEMORY_FENCE
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/
DIfrParse.c785 EFI_BREAKPOINT (); in IfrParsePack()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
DStrGather.c647 EFI_BREAKPOINT (); in ParseFile()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
DStrGather.c679 EFI_BREAKPOINT (); in ParseFile()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DProcessDsc.c1070 EFI_BREAKPOINT (); in ProcessComponentFile()
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch5273 + information. If Error Logging hub is not loaded EFI_BREAKPOINT ().