Searched defs:RegisterGroup (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
H A DArchReadGroupRegister.c130 DEBUG_DATA_REPONSE_READ_REGISTER_GROUP RegisterGroup; local
136 ReadRegisterGroup (CpuContext, &RegisterGroup);
137 SendDataResponsePacket (CpuContext, (UINT8 *) &RegisterGroup, (UINT16) sizeof (DEBUG_DATA_REPONSE_READ_REGISTER_GROUP));
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
H A DArchReadGroupRegister.c185 DEBUG_DATA_REPONSE_READ_REGISTER_GROUP RegisterGroup; local
191 ReadRegisterGroup (CpuContext, &RegisterGroup);
192 SendDataResponsePacket (CpuContext, (UINT8 *) &RegisterGroup, (UINT16) sizeof (DEBUG_DATA_REPONSE_READ_REGISTER_GROUP_SEGMENT));
214 ReadRegisterGroup (CpuContext, &RegisterGroup);
215 SendDataResponsePacket (CpuContext, (UINT8 *) &RegisterGroup.Eflags, (UINT16) sizeof (DEBUG_DATA_REPONSE_READ_REGISTER_GROUP_GP2));
219 ReadRegisterGroup (CpuContext, &RegisterGroup);
220 SendDataResponsePacket (CpuContext, (UINT8 *) &RegisterGroup.Eax, (UINT16) sizeof (DEBUG_DATA_REPONSE_READ_REGISTER_GROUP_GP));
224 ReadRegisterGroup (CpuContext, &RegisterGroup);
225 SendDataResponsePacket (CpuContext, (UINT8 *) &RegisterGroup.Dr0, (UINT16) sizeof (DEBUG_DATA_REPONSE_READ_REGISTER_GROUP_DR));
245 ReadRegisterGroup (CpuContext, &RegisterGroup);
[all...]

Completed in 33 milliseconds