Searched refs:PT_SR (Results 1 – 12 of 12) sorted by relevance
/arch/m68knommu/kernel/ |
D | ptrace.c | 98 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 …]
|
D | asm-offsets.c | 62 DEFINE(PT_SR, offsetof(struct pt_regs, sr)); in main()
|
/arch/m68k/kernel/ |
D | ptrace.c | 108 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()
|
D | entry.S | 138 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
|
D | asm-offsets.c | 58 DEFINE(PT_SR, offsetof(struct pt_regs, sr)); in main()
|
/arch/m68knommu/platform/68360/ |
D | entry.S | 85 btst #5,%sp@(PT_SR) /* check if returning to kernel*/ 142 moveb %sp@(PT_SR), %d0
|
/arch/m68k/include/asm/ |
D | ptrace.h | 21 #define PT_SR 17 macro
|
D | entry_no.h | 88 btst #5,%sp@(PT_SR) /* going user? */
|
D | math-emu.h | 154 #define FPS_SR (PT_SR)
|
/arch/m68knommu/platform/68328/ |
D | entry.S | 94 btst #5,%sp@(PT_SR) /* check if returning to kernel*/ 227 moveb %sp@(PT_SR), %d0
|
/arch/m68knommu/platform/coldfire/ |
D | entry.S | 107 btst #5,%sp@(PT_SR) /* check if returning to kernel */
|
/arch/blackfin/kernel/ |
D | asm-offsets.c | 60 DEFINE(PT_SR, offsetof(struct thread_struct, seqstat)); in main()
|