Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/um/asm/
A Dprocessor.h39 #define task_pt_regs(t) (&(t)->thread.regs) macro
/linux-6.3-rc2/arch/alpha/include/asm/
A Dptrace.h14 #define task_pt_regs(task) \ macro
/linux-6.3-rc2/arch/openrisc/include/asm/
A Dprocessor.h63 #define task_pt_regs(task) user_regs(task_thread_info(task)) macro
/linux-6.3-rc2/arch/nios2/include/asm/
A Dprocessor.h66 #define task_pt_regs(p) \ macro
/linux-6.3-rc2/arch/csky/include/asm/
A Dprocessor.h82 #define task_pt_regs(p) \ macro
/linux-6.3-rc2/arch/riscv/include/asm/
A Dprocessor.h56 #define task_pt_regs(tsk) \ macro
/linux-6.3-rc2/arch/microblaze/include/asm/
A Dprocessor.h23 #define task_pt_regs(tsk) \ macro
/linux-6.3-rc2/arch/arc/include/asm/
A Dprocessor.h43 #define task_pt_regs(p) \ macro
/linux-6.3-rc2/arch/sparc/include/asm/
A Dprocessor_32.h85 #define task_pt_regs(tsk) ((tsk)->thread.kregs) macro
A Dprocessor_64.h181 #define task_pt_regs(tsk) (task_thread_info(tsk)->kregs) macro
/linux-6.3-rc2/arch/ia64/include/asm/
A Dptrace.h88 # define task_pt_regs(t) (((struct pt_regs *) ((char *) (t) + IA64_STK_OFFSET)) - 1) macro
/linux-6.3-rc2/arch/arm/include/asm/
A Dprocessor.h86 #define task_pt_regs(p) \ macro
/linux-6.3-rc2/arch/sh/include/asm/
A Dptrace.h126 #define task_pt_regs(task) \ macro
/linux-6.3-rc2/arch/xtensa/include/asm/
A Dptrace.h85 # define task_pt_regs(tsk) ((struct pt_regs*) \ macro
/linux-6.3-rc2/arch/hexagon/include/asm/
A Dprocessor.h57 #define task_pt_regs(task) \ macro
/linux-6.3-rc2/arch/m68k/include/asm/
A Dprocessor.h160 #define task_pt_regs(tsk) ((struct pt_regs *) ((tsk)->thread.esp0)) macro
/linux-6.3-rc2/arch/parisc/include/asm/
A Dprocessor.h109 #define task_pt_regs(tsk) ((struct pt_regs *)&((tsk)->thread.regs)) macro
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dprocessor.h199 #define task_pt_regs(tsk) ((struct pt_regs *)__KSTK_TOS(tsk)) macro
/linux-6.3-rc2/arch/s390/include/asm/
A Dprocessor.h211 #define task_pt_regs(tsk) ((struct pt_regs *) \ macro
/linux-6.3-rc2/arch/mips/include/asm/
A Dprocessor.h360 #define task_pt_regs(tsk) ((struct pt_regs *)__KSTK_TOS(tsk)) macro
/linux-6.3-rc2/arch/arm64/include/asm/
A Dprocessor.h341 #define task_pt_regs(p) \ macro
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dprocessor.h314 #define task_pt_regs(tsk) ((tsk)->thread.regs) macro
/linux-6.3-rc2/arch/x86/include/asm/
A Dprocessor.h634 #define task_pt_regs(task) \ macro

Completed in 22 milliseconds