Searched refs:PT_SR (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/m68k/kernel/ |
D | ptrace.c | 85 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() 151 unsigned long tmp = get_reg(child, PT_SR) & ~TRACE_BITS; in user_enable_block_step() 152 put_reg(child, PT_SR, tmp | T0_BIT); in user_enable_block_step() [all …]
|
/linux-4.4.14/arch/m68k/include/uapi/asm/ |
D | ptrace.h | 21 #define PT_SR 17 macro
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | ptrace.h | 88 #define PT_SR 0 macro
|
/linux-4.4.14/arch/openrisc/kernel/ |
D | entry.S | 56 l.lwz r3,PT_SR(r1) ;\ 488 l.lwz r4,PT_SR(r1) // were interrupts enabled ? 715 l.lwz r15,PT_SR(r1) 902 l.lwz r4,PT_SR(r1)
|
D | head.S | 183 l.sw PT_SR(r30),r12 ;\ 263 l.sw PT_SR(r31),r12 ;\
|
/linux-4.4.14/arch/frv/include/asm/ |
D | math-emu.h | 154 #define FPS_SR (PT_SR)
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | asm-offsets.c | 40 DEFINE(PT_SR, offsetof(struct thread_struct, seqstat)); in main()
|