Home
last modified time | relevance | path

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

12

/arch/x86/um/asm/
Dprocessor.h31 #define task_pt_regs(t) (&(t)->thread.regs) macro
/arch/alpha/include/asm/
Dptrace.h14 #define task_pt_regs(task) \ macro
/arch/h8300/include/asm/
Dptrace.h31 #define task_pt_regs(task) \ macro
/arch/openrisc/include/asm/
Dprocessor.h63 #define task_pt_regs(task) user_regs(task_thread_info(task)) macro
/arch/riscv/include/asm/
Dprocessor.h43 #define task_pt_regs(tsk) \ macro
/arch/nios2/include/asm/
Dprocessor.h74 #define task_pt_regs(p) \ macro
/arch/unicore32/include/asm/
Dprocessor.h66 #define task_pt_regs(p) \ macro
/arch/csky/include/asm/
Dprocessor.h98 #define task_pt_regs(p) \ macro
/arch/arm/include/asm/
Dprocessor.h89 #define task_pt_regs(p) \ macro
/arch/ia64/include/asm/
Dptrace.h83 # define task_pt_regs(t) (((struct pt_regs *) ((char *) (t) + IA64_STK_OFFSET)) - 1) macro
/arch/sh/include/asm/
Dptrace.h126 #define task_pt_regs(task) \ macro
/arch/c6x/include/asm/
Dprocessor.h63 #define task_pt_regs(task) \ macro
/arch/microblaze/include/asm/
Dprocessor.h26 #define task_pt_regs(tsk) \ macro
/arch/sparc/include/asm/
Dprocessor_32.h98 #define task_pt_regs(tsk) ((tsk)->thread.kregs) macro
Dprocessor_64.h188 #define task_pt_regs(tsk) (task_thread_info(tsk)->kregs) macro
/arch/arc/include/asm/
Dprocessor.h57 #define task_pt_regs(p) \ macro
/arch/xtensa/include/asm/
Dptrace.h86 # define task_pt_regs(tsk) ((struct pt_regs*) \ macro
/arch/m68k/include/asm/
Dprocessor.h139 #define task_pt_regs(tsk) ((struct pt_regs *) ((tsk)->thread.esp0)) macro
/arch/nds32/include/asm/
Dprocessor.h90 #define task_pt_regs(task) \ macro
/arch/hexagon/include/asm/
Dprocessor.h57 #define task_pt_regs(task) \ macro
/arch/parisc/include/asm/
Dprocessor.h120 #define task_pt_regs(tsk) ((struct pt_regs *)&((tsk)->thread.regs)) macro
/arch/arm64/include/asm/
Dprocessor.h255 #define task_pt_regs(p) \ macro
/arch/s390/include/asm/
Dprocessor.h202 #define task_pt_regs(tsk) ((struct pt_regs *) \ macro
/arch/mips/include/asm/
Dprocessor.h383 #define task_pt_regs(tsk) ((struct pt_regs *)__KSTK_TOS(tsk)) macro
/arch/powerpc/include/asm/
Dprocessor.h300 #define task_pt_regs(tsk) ((struct pt_regs *)(tsk)->thread.regs) macro

12