ptrace.h (7ae9fb1b7ecbb5d85d07857943f677fd1a559b18) | ptrace.h (ae1f8d793a19a63263d6a30a311a2db4e86d8785) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * arch/arm/include/asm/ptrace.h 4 * 5 * Copyright (C) 1996-2003 Russell King 6 */ 7#ifndef __ASM_ARM_PTRACE_H 8#define __ASM_ARM_PTRACE_H --- 179 unchanged lines hidden (view full) --- 188 it |= it >> (27 - 10); /* Carry ITSTATE<2> to correct place */ 189 it &= mask; 190 cpsr &= ~mask; 191 cpsr |= it; 192 } 193 return cpsr; 194} 195 | 1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * arch/arm/include/asm/ptrace.h 4 * 5 * Copyright (C) 1996-2003 Russell King 6 */ 7#ifndef __ASM_ARM_PTRACE_H 8#define __ASM_ARM_PTRACE_H --- 179 unchanged lines hidden (view full) --- 188 it |= it >> (27 - 10); /* Carry ITSTATE<2> to correct place */ 189 it &= mask; 190 cpsr &= ~mask; 191 cpsr |= it; 192 } 193 return cpsr; 194} 195 |
196int syscall_trace_enter(struct pt_regs *regs); 197void syscall_trace_exit(struct pt_regs *regs); 198 |
|
196#endif /* __ASSEMBLY__ */ 197#endif | 199#endif /* __ASSEMBLY__ */ 200#endif |