Home | History | Annotate | Download | only in processor

Lines Matching full:context_flags

217   raw_context.context_flags = MD_CONTEXT_X86_INTEGER | MD_CONTEXT_X86_CONTROL;
285 (md_raw_context->context_flags
308 raw_context.context_flags = MD_CONTEXT_X86_INTEGER | MD_CONTEXT_X86_CONTROL;
488 raw_context0.context_flags = MD_CONTEXT_X86_INTEGER;
500 raw_context1.context_flags = MD_CONTEXT_X86_INTEGER;
512 raw_context2.context_flags = MD_CONTEXT_X86_INTEGER;
524 raw_context3.context_flags = MD_CONTEXT_X86_INTEGER;
536 raw_context4.context_flags = MD_CONTEXT_X86_INTEGER;
691 raw_context.context_flags = MD_CONTEXT_X86_INTEGER | MD_CONTEXT_X86_CONTROL;
744 (md_raw_context->context_flags
764 raw_context.context_flags = MD_CONTEXT_X86_INTEGER |
818 (md_raw_context->context_flags
835 // the CPU flags are missing from the context_flags of an exception record
840 // Intentionally not setting CPU type in the context_flags
841 raw_context.context_flags = 0;
867 // the context_flags and this alternative source is required.
904 // Even though the CPU flags were missing from the context_flags, the
906 // system info stream and set the CPU type bits in context_flags.
907 ASSERT_EQ((uint32_t) (MD_CONTEXT_X86), md_raw_context->context_flags);
925 // context_flags. The dump has no system info stream so it is imposible to
931 // Intentionally not setting CPU type in the context_flags
932 raw_context.context_flags = 0;
979 // The context record of the exception is unusable because the context_flags
990 raw_context.context_flags = MD_CONTEXT_ARM_INTEGER;
1048 (md_raw_context->context_flags
1074 raw_context.context_flags = MD_CONTEXT_ARM_OLD | 0x00000002;
1132 (md_raw_context->context_flags
1157 raw_context.context_flags = MD_CONTEXT_MIPS_INTEGER;
1231 (md_raw_context->context_flags & MD_CONTEXT_MIPS_INTEGER));