Lines Matching refs:context_x86
771 scoped_ptr<MDRawContextX86> context_x86(new MDRawContextX86()); in Read() local
776 context_x86->context_flags = context_flags; in Read()
778 size_t flags_size = sizeof(context_x86->context_flags); in Read()
780 reinterpret_cast<uint8_t*>(context_x86.get()) + flags_size; in Read()
796 Swap(&context_x86->dr0); in Read()
797 Swap(&context_x86->dr1); in Read()
798 Swap(&context_x86->dr2); in Read()
799 Swap(&context_x86->dr3); in Read()
800 Swap(&context_x86->dr6); in Read()
801 Swap(&context_x86->dr7); in Read()
802 Swap(&context_x86->float_save.control_word); in Read()
803 Swap(&context_x86->float_save.status_word); in Read()
804 Swap(&context_x86->float_save.tag_word); in Read()
805 Swap(&context_x86->float_save.error_offset); in Read()
806 Swap(&context_x86->float_save.error_selector); in Read()
807 Swap(&context_x86->float_save.data_offset); in Read()
808 Swap(&context_x86->float_save.data_selector); in Read()
811 Swap(&context_x86->float_save.cr0_npx_state); in Read()
812 Swap(&context_x86->gs); in Read()
813 Swap(&context_x86->fs); in Read()
814 Swap(&context_x86->es); in Read()
815 Swap(&context_x86->ds); in Read()
816 Swap(&context_x86->edi); in Read()
817 Swap(&context_x86->esi); in Read()
818 Swap(&context_x86->ebx); in Read()
819 Swap(&context_x86->edx); in Read()
820 Swap(&context_x86->ecx); in Read()
821 Swap(&context_x86->eax); in Read()
822 Swap(&context_x86->ebp); in Read()
823 Swap(&context_x86->eip); in Read()
824 Swap(&context_x86->cs); in Read()
825 Swap(&context_x86->eflags); in Read()
826 Swap(&context_x86->esp); in Read()
827 Swap(&context_x86->ss); in Read()
832 SetContextX86(context_x86.release()); in Read()