Searched refs:context_x86 (Results 1 – 2 of 2) sorted by relevance
277 const MDRawContextX86* context_x86 = GetContextX86(); in Print() local280 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()[all …]
771 scoped_ptr<MDRawContextX86> context_x86(new MDRawContextX86()); in Read() local776 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()[all …]