Linux Kernel
3.7.1
|
#include <asm/fpu.h>
Go to the source code of this file.
Data Structures | |
struct | pt_regs |
struct | switch_stack |
struct | pt_all_user_regs |
Macros | |
#define | PT_AUR_RSC 16 |
#define | PT_AUR_BSP 17 |
#define | PT_AUR_BSPSTORE 18 |
#define | PT_AUR_RNAT 19 |
#define | PT_AUR_CCV 32 |
#define | PT_AUR_UNAT 36 |
#define | PT_AUR_FPSR 40 |
#define | PT_AUR_PFS 64 |
#define | PT_AUR_LC 65 |
#define | PT_AUR_EC 66 |
#define | PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ |
#define | PTRACE_OLD_GETSIGINFO 13 /* (replaced by PTRACE_GETSIGINFO in <linux/ptrace.h>) */ |
#define | PTRACE_OLD_SETSIGINFO 14 /* (replaced by PTRACE_SETSIGINFO in <linux/ptrace.h>) */ |
#define | PTRACE_GETREGS 18 /* get all registers (pt_all_user_regs) in one shot */ |
#define | PTRACE_SETREGS 19 /* set all registers (pt_all_user_regs) in one shot */ |
#define | PTRACE_OLDSETOPTIONS 21 |
#define PTRACE_GETREGS 18 /* get all registers (pt_all_user_regs) in one shot */ |
#define PTRACE_OLD_GETSIGINFO 13 /* (replaced by PTRACE_GETSIGINFO in <linux/ptrace.h>) */ |
#define PTRACE_OLD_SETSIGINFO 14 /* (replaced by PTRACE_SETSIGINFO in <linux/ptrace.h>) */ |
#define PTRACE_SETREGS 19 /* set all registers (pt_all_user_regs) in one shot */ |