Lines Matching refs:context_x86
277 const MDRawContextX86* context_x86 = GetContextX86(); in Print() local
280 context_x86->context_flags); in Print()
281 printf(" dr0 = 0x%x\n", context_x86->dr0); in Print()
282 printf(" dr1 = 0x%x\n", context_x86->dr1); in Print()
283 printf(" dr2 = 0x%x\n", context_x86->dr2); in Print()
284 printf(" dr3 = 0x%x\n", context_x86->dr3); in Print()
285 printf(" dr6 = 0x%x\n", context_x86->dr6); in Print()
286 printf(" dr7 = 0x%x\n", context_x86->dr7); in Print()
288 context_x86->float_save.control_word); in Print()
290 context_x86->float_save.status_word); in Print()
292 context_x86->float_save.tag_word); in Print()
294 context_x86->float_save.error_offset); in Print()
296 context_x86->float_save.error_selector); in Print()
298 context_x86->float_save.data_offset); in Print()
300 context_x86->float_save.data_selector); in Print()
306 printf("%02x", context_x86->float_save.register_area[register_index]); in Print()
310 context_x86->float_save.cr0_npx_state); in Print()
311 printf(" gs = 0x%x\n", context_x86->gs); in Print()
312 printf(" fs = 0x%x\n", context_x86->fs); in Print()
313 printf(" es = 0x%x\n", context_x86->es); in Print()
314 printf(" ds = 0x%x\n", context_x86->ds); in Print()
315 printf(" edi = 0x%x\n", context_x86->edi); in Print()
316 printf(" esi = 0x%x\n", context_x86->esi); in Print()
317 printf(" ebx = 0x%x\n", context_x86->ebx); in Print()
318 printf(" edx = 0x%x\n", context_x86->edx); in Print()
319 printf(" ecx = 0x%x\n", context_x86->ecx); in Print()
320 printf(" eax = 0x%x\n", context_x86->eax); in Print()
321 printf(" ebp = 0x%x\n", context_x86->ebp); in Print()
322 printf(" eip = 0x%x\n", context_x86->eip); in Print()
323 printf(" cs = 0x%x\n", context_x86->cs); in Print()
324 printf(" eflags = 0x%x\n", context_x86->eflags); in Print()
325 printf(" esp = 0x%x\n", context_x86->esp); in Print()
326 printf(" ss = 0x%x\n", context_x86->ss); in Print()
332 printf("%02x", context_x86->extended_registers[register_index]); in Print()