Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | pt_regs |
Macros | |
#define | arch_has_single_step() (1) |
#define | task_pt_regs(tsk) |
#define | user_mode(regs) (((regs)->ps & 0x00000020)!=0) |
#define | instruction_pointer(regs) ((regs)->pc) |
#define | profile_pc(regs) instruction_pointer(regs) |
#define profile_pc | ( | regs | ) | instruction_pointer(regs) |
#define task_pt_regs | ( | tsk | ) |