#include <uapi/asm/ptrace.h>
#include <asm-generic/ptrace.h>
#include <linux/stddef.h>
#include <linux/thread_info.h>
Go to the source code of this file.
#define __SIGNAL_FRAMESIZE 64 |
#define arch_has_single_step |
( |
| ) |
(1) |
#define ARCH_HAS_USER_SINGLE_STEP_INFO |
#define CHECK_FULL_REGS |
( |
|
regs | ) |
|
Value:do { \
printk(
KERN_CRIT "%s: partial register set\n", __func__); \
} while (0)
Definition at line 120 of file ptrace.h.
#define force_successful_syscall_return |
( |
| ) |
|
Value:do { \
set_thread_flag(TIF_NOERROR); \
} while(0)
Definition at line 89 of file ptrace.h.
#define GET_FP |
( |
|
regs | ) |
(0) |
#define GET_USP |
( |
|
regs | ) |
((regs)->gpr[1]) |
#define kernel_stack_pointer |
( |
|
regs | ) |
((regs)->gpr[1]) |
#define NV_REG_POISON 0xdeadbeef |
#define STACK_FRAME_MARKER 2 |
#define STACK_FRAME_REGS_MARKER ASM_CONST(0x72656773) |
#define user_mode |
( |
|
regs | ) |
(((regs)->msr & MSR_PR) != 0) |