Home
last modified time | relevance | path

Searched defs:task_pt_regs (Results 1 – 25 of 27) sorted by relevance

12

/linux-3.3/arch/cris/include/asm/
Dprocessor.h50 #define task_pt_regs(task) user_regs(task_thread_info(task)) macro
/linux-3.3/arch/openrisc/include/asm/
Dprocessor.h72 #define task_pt_regs(task) user_regs(task_thread_info(task)) macro
/linux-3.3/arch/hexagon/include/asm/
Dprocessor.h84 #define task_pt_regs(task) \ macro
/linux-3.3/arch/unicore32/include/asm/
Dprocessor.h83 #define task_pt_regs(p) \ macro
/linux-3.3/arch/arm/include/asm/
Dprocessor.h98 #define task_pt_regs(p) \ macro
/linux-3.3/arch/sh/include/asm/
Dptrace.h129 #define task_pt_regs(task) \ macro
/linux-3.3/arch/sparc/include/asm/
Dprocessor_32.h117 #define task_pt_regs(tsk) ((tsk)->thread.kregs) macro
Dprocessor_64.h193 #define task_pt_regs(tsk) (task_thread_info(tsk)->kregs) macro
/linux-3.3/arch/c6x/include/asm/
Dprocessor.h77 #define task_pt_regs(task) \ macro
/linux-3.3/arch/frv/include/asm/
Dptrace.h83 #define task_pt_regs(task) ((task)->thread.frame0) macro
/linux-3.3/arch/mn10300/include/asm/
Dprocessor.h157 #define task_pt_regs(task) ((task)->thread.uregs) macro
/linux-3.3/arch/microblaze/include/asm/
Dprocessor.h28 #define task_pt_regs(tsk) \ macro
/linux-3.3/arch/xtensa/include/asm/
Dptrace.h119 # define task_pt_regs(tsk) ((struct pt_regs*) \ macro
/linux-3.3/arch/m68k/include/asm/
Dprocessor.h181 #define task_pt_regs(tsk) ((struct pt_regs *) ((tsk)->thread.esp0)) macro
/linux-3.3/arch/x86/um/asm/
Delf.h203 #define task_pt_regs(t) (&(t)->thread.regs) macro
/linux-3.3/arch/score/include/asm/
Dprocessor.h101 #define task_pt_regs(tsk) ((struct pt_regs *)kstk_tos(tsk) - 1) macro
/linux-3.3/arch/alpha/include/asm/
Dptrace.h76 #define task_pt_regs(task) \ macro
/linux-3.3/arch/s390/include/asm/
Dprocessor.h154 #define task_pt_regs(tsk) ((struct pt_regs *) \ macro
/linux-3.3/arch/avr32/include/asm/
Dprocessor.h160 #define task_pt_regs(p) \ macro
/linux-3.3/arch/m32r/include/asm/
Dptrace.h143 #define task_pt_regs(task) \ macro
/linux-3.3/arch/parisc/include/asm/
Dprocessor.h131 #define task_pt_regs(tsk) ((struct pt_regs *)&((tsk)->thread.regs)) macro
/linux-3.3/arch/tile/include/asm/
Dprocessor.h234 #define task_pt_regs(task) \ macro
/linux-3.3/arch/mips/include/asm/
Dprocessor.h330 #define task_pt_regs(tsk) ((struct pt_regs *)__KSTK_TOS(tsk)) macro
/linux-3.3/arch/blackfin/include/asm/
Dptrace.h122 #define task_pt_regs(task) \ macro
/linux-3.3/arch/powerpc/include/asm/
Dprocessor.h291 #define task_pt_regs(tsk) ((struct pt_regs *)(tsk)->thread.regs) macro

12