Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/kernel/
H A Dptrace.c86 if (regno == PT_SR || regno == PT_PC) { in get_reg()
90 if (regno == PT_SR) in get_reg()
111 if (regno == PT_SR || regno == PT_PC) { in put_reg()
115 if (regno == PT_SR) { in put_reg()
130 put_reg(child, PT_SR, tmp); in singlestep_disable()
145 put_reg(child, PT_SR, tmp | T1_BIT); in user_enable_single_step()
153 put_reg(child, PT_SR, tmp | T0_BIT); in user_enable_block_step()
204 if (regno == PT_SR) { in arch_ptrace()
206 data |= get_reg(child, PT_SR) & ~SR_MASK; in arch_ptrace()
240 if (i == PT_SR) { in arch_ptrace()
[all …]
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dptrace.h22 #define PT_SR 17 macro
/openbmc/linux/arch/openrisc/include/asm/
H A Dptrace.h84 #define PT_SR 0 macro
/openbmc/linux/arch/csky/kernel/
H A Dasm-offsets.c34 DEFINE(PT_SR, offsetof(struct pt_regs, sr)); in main()
/openbmc/linux/arch/openrisc/kernel/
H A Dentry.S82 l.lwz r5,PT_SR(r1) ;\
107 l.lwz r3,PT_SR(r1) ;\
548 l.lwz r4,PT_SR(r1) // were interrupts enabled ?
794 l.lwz r15,PT_SR(r1)
985 l.lwz r4,PT_SR(r1)
999 l.lwz r4,PT_SR(r1)
H A Dhead.S246 l.sw PT_SR(r30),r12 ;\
333 l.sw PT_SR(r30),r12 ;\