Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/m68k/kernel/
A Dptrace.c39 #define TRACE_BITS 0xC000 macro
129 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in singlestep_disable()
144 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in user_enable_single_step()
152 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in user_enable_block_step()

Completed in 4 milliseconds