Home | History | Annotate | Download | only in DebugAgentCommon

Lines Matching defs:Al

2366   UINT8                            *Al;

2468 // Set AL to DEBUG_AGENT_IMAGE_CONTINUE
2470 Al = ArchReadRegisterBuffer (CpuContext, SOFT_DEBUGGER_REGISTER_AX, &Data8);
2471 *Al = DEBUG_AGENT_IMAGE_CONTINUE;