Home
last modified time | relevance | path

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

/linux-6.14.4/arch/alpha/include/asm/
Dptrace.h14 #define task_pt_regs(task) \ macro
/linux-6.14.4/arch/x86/um/asm/
Dprocessor.h39 #define task_pt_regs(t) (&(t)->thread.regs) macro
/linux-6.14.4/arch/openrisc/include/asm/
Dprocessor.h64 #define task_pt_regs(task) user_regs(task_thread_info(task)) macro
/linux-6.14.4/arch/nios2/include/asm/
Dprocessor.h66 #define task_pt_regs(p) \ macro
/linux-6.14.4/arch/csky/include/asm/
Dprocessor.h80 #define task_pt_regs(p) \ macro
/linux-6.14.4/arch/microblaze/include/asm/
Dprocessor.h23 #define task_pt_regs(tsk) \ macro
/linux-6.14.4/arch/arc/include/asm/
Dprocessor.h40 #define task_pt_regs(p) \ macro
/linux-6.14.4/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.14.4/arch/arm/include/asm/
Dprocessor.h86 #define task_pt_regs(p) \ macro
/linux-6.14.4/arch/sh/include/asm/
Dptrace.h126 #define task_pt_regs(task) \ macro
/linux-6.14.4/arch/xtensa/include/asm/
Dptrace.h85 # define task_pt_regs(tsk) ((struct pt_regs*) \ macro
/linux-6.14.4/arch/hexagon/include/asm/
Dprocessor.h57 #define task_pt_regs(task) \ macro
/linux-6.14.4/arch/m68k/include/asm/
Dprocessor.h175 #define task_pt_regs(tsk) ((struct pt_regs *) ((tsk)->thread.esp0)) macro
/linux-6.14.4/arch/riscv/include/asm/
Dprocessor.h132 #define task_pt_regs(tsk) \ macro
/linux-6.14.4/arch/parisc/include/asm/
Dprocessor.h112 #define task_pt_regs(tsk) ((struct pt_regs *)&((tsk)->thread.regs)) macro
/linux-6.14.4/arch/loongarch/include/asm/
Dprocessor.h203 #define task_pt_regs(tsk) ((struct pt_regs *)__KSTK_TOS(tsk)) macro
/linux-6.14.4/arch/mips/include/asm/
Dprocessor.h365 #define task_pt_regs(tsk) ((struct pt_regs *)__KSTK_TOS(tsk)) macro
/linux-6.14.4/arch/s390/include/asm/
Dprocessor.h262 #define task_pt_regs(tsk) ((struct pt_regs *) \ macro
/linux-6.14.4/arch/arm64/include/asm/
Dprocessor.h376 #define task_pt_regs(p) \ macro
/linux-6.14.4/arch/powerpc/include/asm/
Dprocessor.h311 #define task_pt_regs(tsk) ((tsk)->thread.regs) macro
/linux-6.14.4/arch/x86/include/asm/
Dprocessor.h658 #define task_pt_regs(task) \ macro