Home
last modified time | relevance | path

Searched refs:InterruptProcess (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
DAsmFuncs.asm29 ; InterruptProcess()
31 InterruptProcess PROTO C label
DAsmFuncs.nasm25 ; InterruptProcess()
27 extern ASM_PFX(InterruptProcess)
339 call ASM_PFX(InterruptProcess)
DAsmFuncs.S24 ASM_GLOBAL ASM_PFX(InterruptProcess)
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
DAsmFuncs.nasm26 extern ASM_PFX(InterruptProcess)
316 call ASM_PFX(InterruptProcess)
DAsmFuncs.S24 ASM_GLOBAL ASM_PFX(InterruptProcess)
344 call ASM_PFX(InterruptProcess)
DAsmFuncs.asm25 externdef InterruptProcess:near
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugAgent.c2353 InterruptProcess ( in InterruptProcess() function