GDB (xrefs)
|
#include <asm/ptrace.h>
#include <asm/cputable.h>
Go to the source code of this file.
Macros | |
#define | PT_ORIG_R3 34 |
#define | PT_TRAP 40 |
#define | PPC_FEATURE_CELL 0x00010000 |
#define | PPC_FEATURE_BOOKE 0x00008000 |
#define | PPC_FEATURE_HAS_DFP 0x00000400 /* Decimal Floating Point. */ |
#define | PPC_FEATURE_HAS_VSX 0x00000080 |
#define | PPC_FEATURE_HAS_ALTIVEC 0x10000000 |
#define | PPC_FEATURE_HAS_SPE 0x00800000 |
#define | PTRACE_GETVRREGS 18 |
#define | PTRACE_SETVRREGS 19 |
#define | PTRACE_GETVSXREGS 27 |
#define | PTRACE_SETVSXREGS 28 |
#define | PTRACE_GETEVRREGS 20 |
#define | PTRACE_SETEVRREGS 21 |
#define PPC_FEATURE_BOOKE 0x00008000 |
Definition at line 40 of file ppc-linux.h.
Referenced by ppc_linux_insert_watchpoint(), ppc_linux_region_ok_for_hw_watchpoint(), and ppc_linux_watchpoint_addr_within_range().
#define PPC_FEATURE_CELL 0x00010000 |
Definition at line 37 of file ppc-linux.h.
Referenced by ppc_linux_read_description().
#define PPC_FEATURE_HAS_ALTIVEC 0x10000000 |
Definition at line 49 of file ppc-linux.h.
#define PPC_FEATURE_HAS_DFP 0x00000400 /* Decimal Floating Point. */ |
Definition at line 43 of file ppc-linux.h.
Referenced by ppc_linux_read_description().
#define PPC_FEATURE_HAS_SPE 0x00800000 |
Definition at line 52 of file ppc-linux.h.
#define PPC_FEATURE_HAS_VSX 0x00000080 |
Definition at line 46 of file ppc-linux.h.
#define PT_ORIG_R3 34 |
Definition at line 26 of file ppc-linux.h.
Referenced by ppc_register_u_addr().
#define PT_TRAP 40 |
Definition at line 29 of file ppc-linux.h.
Referenced by ppc_register_u_addr().
#define PTRACE_GETEVRREGS 20 |
Definition at line 81 of file ppc-linux.h.
Referenced by get_spe_registers(), and ppc_linux_read_description().
#define PTRACE_GETVRREGS 18 |
Definition at line 67 of file ppc-linux.h.
Referenced by fetch_altivec_register(), fetch_altivec_registers(), ppc_linux_read_description(), store_altivec_register(), and store_altivec_registers().
#define PTRACE_GETVSXREGS 27 |
Definition at line 73 of file ppc-linux.h.
Referenced by fetch_vsx_register(), fetch_vsx_registers(), ppc_linux_read_description(), store_vsx_register(), and store_vsx_registers().
#define PTRACE_SETEVRREGS 21 |
Definition at line 82 of file ppc-linux.h.
Referenced by set_spe_registers().
#define PTRACE_SETVRREGS 19 |
Definition at line 68 of file ppc-linux.h.
Referenced by store_altivec_register(), and store_altivec_registers().
#define PTRACE_SETVSXREGS 28 |
Definition at line 74 of file ppc-linux.h.
Referenced by store_vsx_register(), and store_vsx_registers().