Home
last modified time | relevance | path

Searched refs:TRACE_BITS (Results 1 – 1 of 1) sorted by relevance

/linux/arch/m68k/kernel/
H A Dptrace.c41 #define TRACE_BITS 0xC000 macro
131 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in singlestep_disable()
146 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in user_enable_single_step()
154 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in user_enable_block_step()