Searched refs:context_x86 (Results 1 – 2 of 2) sorted by relevance
321 const MDRawContextX86* context_x86 = GetContextX86(); in Print() local324 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()[all …]
789 scoped_ptr<MDRawContextX86> context_x86(new MDRawContextX86()); in Read() local794 context_x86->context_flags = context_flags; in Read()796 size_t flags_size = sizeof(context_x86->context_flags); in Read()798 reinterpret_cast<uint8_t*>(context_x86.get()) + flags_size; in Read()814 Swap(&context_x86->dr0); in Read()815 Swap(&context_x86->dr1); in Read()816 Swap(&context_x86->dr2); in Read()817 Swap(&context_x86->dr3); in Read()818 Swap(&context_x86->dr6); in Read()819 Swap(&context_x86->dr7); in Read()[all …]