Lines Matching refs:context_x86
321 const MDRawContextX86* context_x86 = GetContextX86(); in Print() local
324 context_x86->context_flags); in Print()
325 printf(" dr0 = 0x%x\n", context_x86->dr0); in Print()
326 printf(" dr1 = 0x%x\n", context_x86->dr1); in Print()
327 printf(" dr2 = 0x%x\n", context_x86->dr2); in Print()
328 printf(" dr3 = 0x%x\n", context_x86->dr3); in Print()
329 printf(" dr6 = 0x%x\n", context_x86->dr6); in Print()
330 printf(" dr7 = 0x%x\n", context_x86->dr7); in Print()
332 context_x86->float_save.control_word); in Print()
334 context_x86->float_save.status_word); in Print()
336 context_x86->float_save.tag_word); in Print()
338 context_x86->float_save.error_offset); in Print()
340 context_x86->float_save.error_selector); in Print()
342 context_x86->float_save.data_offset); in Print()
344 context_x86->float_save.data_selector); in Print()
350 printf("%02x", context_x86->float_save.register_area[register_index]); in Print()
354 context_x86->float_save.cr0_npx_state); in Print()
355 printf(" gs = 0x%x\n", context_x86->gs); in Print()
356 printf(" fs = 0x%x\n", context_x86->fs); in Print()
357 printf(" es = 0x%x\n", context_x86->es); in Print()
358 printf(" ds = 0x%x\n", context_x86->ds); in Print()
359 printf(" edi = 0x%x\n", context_x86->edi); in Print()
360 printf(" esi = 0x%x\n", context_x86->esi); in Print()
361 printf(" ebx = 0x%x\n", context_x86->ebx); in Print()
362 printf(" edx = 0x%x\n", context_x86->edx); in Print()
363 printf(" ecx = 0x%x\n", context_x86->ecx); in Print()
364 printf(" eax = 0x%x\n", context_x86->eax); in Print()
365 printf(" ebp = 0x%x\n", context_x86->ebp); in Print()
366 printf(" eip = 0x%x\n", context_x86->eip); in Print()
367 printf(" cs = 0x%x\n", context_x86->cs); in Print()
368 printf(" eflags = 0x%x\n", context_x86->eflags); in Print()
369 printf(" esp = 0x%x\n", context_x86->esp); in Print()
370 printf(" ss = 0x%x\n", context_x86->ss); in Print()
376 printf("%02x", context_x86->extended_registers[register_index]); in Print()