Home
last modified time | relevance | path

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

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