Home
last modified time | relevance | path

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

/arch/m68knommu/kernel/
Dptrace.c98 tmp = get_reg(child, PT_SR) & ~(TRACE_BITS << 16); in ptrace_disable()
99 put_reg(child, PT_SR, tmp); in ptrace_disable()
127 if (addr == PT_SR) in arch_ptrace()
165 if (addr == PT_SR) { in arch_ptrace()
168 data |= get_reg(child, PT_SR) & ~(SR_MASK << 16); in arch_ptrace()
206 tmp = get_reg(child, PT_SR) & ~(TRACE_BITS << 16); in arch_ptrace()
207 put_reg(child, PT_SR, tmp); in arch_ptrace()
226 tmp = get_reg(child, PT_SR) & ~(TRACE_BITS << 16); in arch_ptrace()
227 put_reg(child, PT_SR, tmp); in arch_ptrace()
239 tmp = get_reg(child, PT_SR) | (TRACE_BITS << 16); in arch_ptrace()
[all …]
Dasm-offsets.c62 DEFINE(PT_SR, offsetof(struct pt_regs, sr)); in main()
/arch/m68k/kernel/
Dptrace.c108 unsigned long tmp = get_reg(child, PT_SR) & ~(TRACE_BITS << 16); in singlestep_disable()
109 put_reg(child, PT_SR, tmp); in singlestep_disable()
141 if (addr == PT_SR) in arch_ptrace()
167 if (addr == PT_SR) { in arch_ptrace()
170 data |= get_reg(child, PT_SR) & ~(SR_MASK << 16); in arch_ptrace()
220 tmp = get_reg(child, PT_SR) | (TRACE_BITS << 16); in arch_ptrace()
221 put_reg(child, PT_SR, tmp); in arch_ptrace()
232 if (i == PT_SR) in arch_ptrace()
246 if (i == PT_SR) { in arch_ptrace()
249 tmp |= get_reg(child, PT_SR) & ~(SR_MASK << 16); in arch_ptrace()
Dentry.S138 btst #5,%sp@(PT_SR) | check if returning to kernel
151 btst #5,%sp@(PT_SR) | check if returning to kernel
185 bclr #7,%sp@(PT_SR) | clear trace bit in SR
219 andb %sp@(PT_SR),%d0
Dasm-offsets.c58 DEFINE(PT_SR, offsetof(struct pt_regs, sr)); in main()
/arch/m68knommu/platform/68360/
Dentry.S85 btst #5,%sp@(PT_SR) /* check if returning to kernel*/
142 moveb %sp@(PT_SR), %d0
/arch/m68k/include/asm/
Dptrace.h21 #define PT_SR 17 macro
Dentry_no.h88 btst #5,%sp@(PT_SR) /* going user? */
Dmath-emu.h154 #define FPS_SR (PT_SR)
/arch/m68knommu/platform/68328/
Dentry.S94 btst #5,%sp@(PT_SR) /* check if returning to kernel*/
227 moveb %sp@(PT_SR), %d0
/arch/m68knommu/platform/coldfire/
Dentry.S107 btst #5,%sp@(PT_SR) /* check if returning to kernel */
/arch/blackfin/kernel/
Dasm-offsets.c60 DEFINE(PT_SR, offsetof(struct thread_struct, seqstat)); in main()