Home | History | Annotate | Download | only in x86_64

Lines Matching full:trace_bit

953         const uint32_t trace_bit = 0x100u;
955 m_state.context.gpr.__rflags |= trace_bit;
957 m_state.context.gpr.__rflags &= ~trace_bit;