Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/um/asm/
Dprocessor.h39 #define task_pt_regs(t) (&(t)->thread.regs) macro
/linux-6.6.21/arch/alpha/include/asm/
Dptrace.h14 #define task_pt_regs(task) \ macro
/linux-6.6.21/arch/openrisc/include/asm/
Dprocessor.h63 #define task_pt_regs(task) user_regs(task_thread_info(task)) macro
/linux-6.6.21/arch/nios2/include/asm/
Dprocessor.h66 #define task_pt_regs(p) \ macro
/linux-6.6.21/arch/csky/include/asm/
Dprocessor.h80 #define task_pt_regs(p) \ macro
/linux-6.6.21/arch/microblaze/include/asm/
Dprocessor.h23 #define task_pt_regs(tsk) \ macro
/linux-6.6.21/arch/arc/include/asm/
Dprocessor.h40 #define task_pt_regs(p) \ macro
/linux-6.6.21/arch/ia64/include/asm/
Dptrace.h88 # define task_pt_regs(t) (((struct pt_regs *) ((char *) (t) + IA64_STK_OFFSET)) - 1) macro
/linux-6.6.21/arch/sparc/include/asm/
Dprocessor_32.h85 #define task_pt_regs(tsk) ((tsk)->thread.kregs) macro
Dprocessor_64.h181 #define task_pt_regs(tsk) (task_thread_info(tsk)->kregs) macro
/linux-6.6.21/arch/arm/include/asm/
Dprocessor.h86 #define task_pt_regs(p) \ macro
/linux-6.6.21/arch/sh/include/asm/
Dptrace.h126 #define task_pt_regs(task) \ macro
/linux-6.6.21/arch/riscv/include/asm/
Dprocessor.h99 #define task_pt_regs(tsk) \ macro
/linux-6.6.21/arch/xtensa/include/asm/
Dptrace.h85 # define task_pt_regs(tsk) ((struct pt_regs*) \ macro
/linux-6.6.21/arch/hexagon/include/asm/
Dprocessor.h57 #define task_pt_regs(task) \ macro
/linux-6.6.21/arch/m68k/include/asm/
Dprocessor.h160 #define task_pt_regs(tsk) ((struct pt_regs *) ((tsk)->thread.esp0)) macro
/linux-6.6.21/arch/parisc/include/asm/
Dprocessor.h112 #define task_pt_regs(tsk) ((struct pt_regs *)&((tsk)->thread.regs)) macro
/linux-6.6.21/arch/loongarch/include/asm/
Dprocessor.h203 #define task_pt_regs(tsk) ((struct pt_regs *)__KSTK_TOS(tsk)) macro
/linux-6.6.21/arch/s390/include/asm/
Dprocessor.h245 #define task_pt_regs(tsk) ((struct pt_regs *) \ macro
/linux-6.6.21/arch/mips/include/asm/
Dprocessor.h365 #define task_pt_regs(tsk) ((struct pt_regs *)__KSTK_TOS(tsk)) macro
/linux-6.6.21/arch/arm64/include/asm/
Dprocessor.h341 #define task_pt_regs(p) \ macro
/linux-6.6.21/arch/powerpc/include/asm/
Dprocessor.h310 #define task_pt_regs(tsk) ((tsk)->thread.regs) macro
/linux-6.6.21/arch/x86/include/asm/
Dprocessor.h634 #define task_pt_regs(task) \ macro