Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/m68k/kernel/
Dptrace.c99 tmp = get_reg(child, PT_SR) & ~(TRACE_BITS << 16); in ptrace_disable()
100 put_reg(child, PT_SR, tmp); in ptrace_disable()
170 if (addr == PT_SR) in sys_ptrace()
205 if (addr == PT_SR) { in sys_ptrace()
208 data |= get_reg(child, PT_SR) & ~(SR_MASK << 16); in sys_ptrace()
246 tmp = get_reg(child, PT_SR) & ~(TRACE_BITS << 16); in sys_ptrace()
247 put_reg(child, PT_SR, tmp); in sys_ptrace()
266 tmp = get_reg(child, PT_SR) & ~(TRACE_BITS << 16); in sys_ptrace()
267 put_reg(child, PT_SR, tmp); in sys_ptrace()
279 tmp = get_reg(child, PT_SR) | (TRACE_BITS << 16); in sys_ptrace()
[all …]
Dm68k_defs.c57 DEFINE(PT_SR, offsetof(struct pt_regs, sr)); in main()
/linux-2.4.37.9/include/asm-m68k/
Dptrace.h21 #define PT_SR 17 macro
Dmath-emu.h154 #define FPS_SR (PT_SR)