Home
last modified time | relevance | path

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

/linux-6.15/arch/m68k/kernel/
H A Dptrace.c88 if (regno == PT_SR || regno == PT_PC) { in get_reg()
92 if (regno == PT_SR) in get_reg()
113 if (regno == PT_SR || regno == PT_PC) { in put_reg()
117 if (regno == PT_SR) { in put_reg()
132 put_reg(child, PT_SR, tmp); in singlestep_disable()
147 put_reg(child, PT_SR, tmp | T1_BIT); in user_enable_single_step()
155 put_reg(child, PT_SR, tmp | T0_BIT); in user_enable_block_step()
206 if (regno == PT_SR) { in arch_ptrace()
208 data |= get_reg(child, PT_SR) & ~SR_MASK; in arch_ptrace()
242 if (i == PT_SR) { in arch_ptrace()
[all …]
/linux-6.15/arch/m68k/include/uapi/asm/
H A Dptrace.h22 #define PT_SR 17 macro
/linux-6.15/arch/openrisc/include/asm/
H A Dptrace.h155 #define PT_SR 0 macro
/linux-6.15/arch/openrisc/kernel/
H A Dentry.S82 l.lwz r5,PT_SR(r1) ;\
107 l.lwz r3,PT_SR(r1) ;\
544 l.lwz r4,PT_SR(r1) // were interrupts enabled ?
794 l.lwz r15,PT_SR(r1)
986 l.lwz r4,PT_SR(r1)
1000 l.lwz r4,PT_SR(r1)
H A Dhead.S246 l.sw PT_SR(r30),r12 ;\
333 l.sw PT_SR(r30),r12 ;\
/linux-6.15/arch/csky/kernel/
H A Dasm-offsets.c34 DEFINE(PT_SR, offsetof(struct pt_regs, sr)); in main()