Home
last modified time | relevance | path

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

/linux-2.6.39/arch/m68k/kernel/
Dptrace_mm.c85 if (regno == PT_SR || regno == PT_PC) { in get_reg()
89 if (regno == PT_SR) in get_reg()
110 if (regno == PT_SR || regno == PT_PC) { in put_reg()
114 if (regno == PT_SR) { in put_reg()
128 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in singlestep_disable()
129 put_reg(child, PT_SR, tmp); in singlestep_disable()
143 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in user_enable_single_step()
144 put_reg(child, PT_SR, tmp | T1_BIT); in user_enable_single_step()
150 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in user_enable_block_step()
151 put_reg(child, PT_SR, tmp | T0_BIT); in user_enable_block_step()
[all …]
Dptrace_no.c93 srflags = get_reg(task, PT_SR) | (TRACE_BITS << 16); in user_enable_single_step()
94 put_reg(task, PT_SR, srflags); in user_enable_single_step()
100 srflags = get_reg(task, PT_SR) & ~(TRACE_BITS << 16); in user_disable_single_step()
101 put_reg(task, PT_SR, srflags); in user_disable_single_step()
135 if (regno == PT_SR) in arch_ptrace()
156 if (regno == PT_SR) { in arch_ptrace()
159 data |= get_reg(child, PT_SR) & ~(SR_MASK << 16); in arch_ptrace()
179 if (i == PT_SR) in arch_ptrace()
199 if (i == PT_SR) { in arch_ptrace()
202 tmp |= get_reg(child, PT_SR) & ~(SR_MASK << 16); in arch_ptrace()
/linux-2.6.39/arch/m68k/include/asm/
Dptrace.h21 #define PT_SR 17 macro
/linux-2.6.39/arch/frv/include/asm/
Dmath-emu.h154 #define FPS_SR (PT_SR)
/linux-2.6.39/arch/blackfin/kernel/
Dasm-offsets.c39 DEFINE(PT_SR, offsetof(struct thread_struct, seqstat)); in main()