|
Linux Kernel
3.7.1
|
#include <asm/registers.h>Go to the source code of this file.
Macros | |
| #define | instruction_pointer(regs) pt_elr(regs) |
| #define | user_stack_pointer(regs) ((regs)->r29) |
| #define | profile_pc(regs) instruction_pointer(regs) |
Functions | |
| int | regs_query_register_offset (const char *name) |
| const char * | regs_query_register_name (unsigned int offset) |
| #define profile_pc | ( | regs | ) | instruction_pointer(regs) |
regs_query_register_name() - query register name from its offset : the offset of a register in struct pt_regs.
regs_query_register_name() returns the name of a register from its offset in struct pt_regs. If the is invalid, this returns NULL;
1.8.2