Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/m68k/kernel/
H A Dptrace.c38 #define TRACE_BITS 0xC000 macro
128 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in singlestep_disable()
143 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in user_enable_single_step()
151 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in user_enable_block_step()
/kernel/linux/linux-6.6/arch/m68k/kernel/
H 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 2 milliseconds