/linux-3.3/arch/cris/include/asm/ |
D | processor.h | 50 #define task_pt_regs(task) user_regs(task_thread_info(task)) macro
|
/linux-3.3/arch/openrisc/include/asm/ |
D | processor.h | 72 #define task_pt_regs(task) user_regs(task_thread_info(task)) macro
|
/linux-3.3/arch/hexagon/include/asm/ |
D | processor.h | 84 #define task_pt_regs(task) \ macro
|
/linux-3.3/arch/unicore32/include/asm/ |
D | processor.h | 83 #define task_pt_regs(p) \ macro
|
/linux-3.3/arch/arm/include/asm/ |
D | processor.h | 98 #define task_pt_regs(p) \ macro
|
/linux-3.3/arch/sh/include/asm/ |
D | ptrace.h | 129 #define task_pt_regs(task) \ macro
|
/linux-3.3/arch/sparc/include/asm/ |
D | processor_32.h | 117 #define task_pt_regs(tsk) ((tsk)->thread.kregs) macro
|
D | processor_64.h | 193 #define task_pt_regs(tsk) (task_thread_info(tsk)->kregs) macro
|
/linux-3.3/arch/c6x/include/asm/ |
D | processor.h | 77 #define task_pt_regs(task) \ macro
|
/linux-3.3/arch/frv/include/asm/ |
D | ptrace.h | 83 #define task_pt_regs(task) ((task)->thread.frame0) macro
|
/linux-3.3/arch/mn10300/include/asm/ |
D | processor.h | 157 #define task_pt_regs(task) ((task)->thread.uregs) macro
|
/linux-3.3/arch/microblaze/include/asm/ |
D | processor.h | 28 #define task_pt_regs(tsk) \ macro
|
/linux-3.3/arch/xtensa/include/asm/ |
D | ptrace.h | 119 # define task_pt_regs(tsk) ((struct pt_regs*) \ macro
|
/linux-3.3/arch/m68k/include/asm/ |
D | processor.h | 181 #define task_pt_regs(tsk) ((struct pt_regs *) ((tsk)->thread.esp0)) macro
|
/linux-3.3/arch/x86/um/asm/ |
D | elf.h | 203 #define task_pt_regs(t) (&(t)->thread.regs) macro
|
/linux-3.3/arch/score/include/asm/ |
D | processor.h | 101 #define task_pt_regs(tsk) ((struct pt_regs *)kstk_tos(tsk) - 1) macro
|
/linux-3.3/arch/alpha/include/asm/ |
D | ptrace.h | 76 #define task_pt_regs(task) \ macro
|
/linux-3.3/arch/s390/include/asm/ |
D | processor.h | 154 #define task_pt_regs(tsk) ((struct pt_regs *) \ macro
|
/linux-3.3/arch/avr32/include/asm/ |
D | processor.h | 160 #define task_pt_regs(p) \ macro
|
/linux-3.3/arch/m32r/include/asm/ |
D | ptrace.h | 143 #define task_pt_regs(task) \ macro
|
/linux-3.3/arch/parisc/include/asm/ |
D | processor.h | 131 #define task_pt_regs(tsk) ((struct pt_regs *)&((tsk)->thread.regs)) macro
|
/linux-3.3/arch/tile/include/asm/ |
D | processor.h | 234 #define task_pt_regs(task) \ macro
|
/linux-3.3/arch/mips/include/asm/ |
D | processor.h | 330 #define task_pt_regs(tsk) ((struct pt_regs *)__KSTK_TOS(tsk)) macro
|
/linux-3.3/arch/blackfin/include/asm/ |
D | ptrace.h | 122 #define task_pt_regs(task) \ macro
|
/linux-3.3/arch/powerpc/include/asm/ |
D | processor.h | 291 #define task_pt_regs(tsk) ((struct pt_regs *)(tsk)->thread.regs) macro
|