Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/um/asm/
Dprocessor.h39 #define task_pt_regs(t) (&(t)->thread.regs) macro
/linux-6.1.9/arch/alpha/include/asm/
Dptrace.h14 #define task_pt_regs(task) \ macro
/linux-6.1.9/arch/openrisc/include/asm/
Dprocessor.h63 #define task_pt_regs(task) user_regs(task_thread_info(task)) macro
/linux-6.1.9/arch/nios2/include/asm/
Dprocessor.h69 #define task_pt_regs(p) \ macro
/linux-6.1.9/arch/csky/include/asm/
Dprocessor.h82 #define task_pt_regs(p) \ macro
/linux-6.1.9/arch/riscv/include/asm/
Dprocessor.h56 #define task_pt_regs(tsk) \ macro
/linux-6.1.9/arch/microblaze/include/asm/
Dprocessor.h23 #define task_pt_regs(tsk) \ macro
/linux-6.1.9/arch/arc/include/asm/
Dprocessor.h43 #define task_pt_regs(p) \ macro
/linux-6.1.9/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.1.9/arch/ia64/include/asm/
Dptrace.h88 # define task_pt_regs(t) (((struct pt_regs *) ((char *) (t) + IA64_STK_OFFSET)) - 1) macro
/linux-6.1.9/arch/arm/include/asm/
Dprocessor.h86 #define task_pt_regs(p) \ macro
/linux-6.1.9/arch/sh/include/asm/
Dptrace.h126 #define task_pt_regs(task) \ macro
/linux-6.1.9/arch/xtensa/include/asm/
Dptrace.h85 # define task_pt_regs(tsk) ((struct pt_regs*) \ macro
/linux-6.1.9/arch/hexagon/include/asm/
Dprocessor.h57 #define task_pt_regs(task) \ macro
/linux-6.1.9/arch/m68k/include/asm/
Dprocessor.h160 #define task_pt_regs(tsk) ((struct pt_regs *) ((tsk)->thread.esp0)) macro
/linux-6.1.9/arch/parisc/include/asm/
Dprocessor.h109 #define task_pt_regs(tsk) ((struct pt_regs *)&((tsk)->thread.regs)) macro
/linux-6.1.9/arch/loongarch/include/asm/
Dprocessor.h195 #define task_pt_regs(tsk) ((struct pt_regs *)__KSTK_TOS(tsk)) macro
/linux-6.1.9/arch/s390/include/asm/
Dprocessor.h194 #define task_pt_regs(tsk) ((struct pt_regs *) \ macro
/linux-6.1.9/arch/mips/include/asm/
Dprocessor.h360 #define task_pt_regs(tsk) ((struct pt_regs *)__KSTK_TOS(tsk)) macro
/linux-6.1.9/arch/arm64/include/asm/
Dprocessor.h334 #define task_pt_regs(p) \ macro
/linux-6.1.9/arch/powerpc/include/asm/
Dprocessor.h314 #define task_pt_regs(tsk) ((tsk)->thread.regs) macro
/linux-6.1.9/arch/x86/include/asm/
Dprocessor.h755 #define task_pt_regs(task) \ macro