Symbol: KSTK_EIP
arch/alpha/include/asm/processor.h
37
#define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc)
arch/arc/include/asm/processor.h
49
#define KSTK_EIP(tsk) (task_pt_regs(tsk)->ret)
arch/arm/include/asm/processor.h
90
#define KSTK_EIP(tsk) task_pt_regs(tsk)->ARM_pc
arch/arm64/include/asm/processor.h
386
#define KSTK_EIP(tsk) ((unsigned long)task_pt_regs(tsk)->pc)
arch/csky/include/asm/processor.h
77
#define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc)
arch/hexagon/include/asm/processor.h
60
#define KSTK_EIP(tsk) (pt_elr(task_pt_regs(tsk)))
arch/loongarch/include/asm/processor.h
204
#define KSTK_EIP(tsk) (task_pt_regs(tsk)->csr_era)
arch/m68k/include/asm/processor.h
166
#define KSTK_EIP(tsk) \
arch/microblaze/include/asm/processor.h
81
# define KSTK_EIP(task) (task_pc(task))
arch/mips/include/asm/processor.h
366
#define KSTK_EIP(tsk) (task_pt_regs(tsk)->cp0_epc)
arch/nios2/include/asm/processor.h
70
#define KSTK_EIP(tsk) ((tsk)->thread.kregs->ea)
arch/openrisc/include/asm/processor.h
71
#define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc)
arch/parisc/include/asm/processor.h
274
#define KSTK_EIP(tsk) ((tsk)->thread.regs.iaoq[0])
arch/powerpc/include/asm/processor.h
315
#define KSTK_EIP(tsk) ((tsk)->thread.regs? (tsk)->thread.regs->nip: 0)
arch/riscv/include/asm/processor.h
145
#define KSTK_EIP(tsk) (task_pt_regs(tsk)->epc)
arch/s390/include/asm/processor.h
253
#define KSTK_EIP(tsk) (task_pt_regs(tsk)->psw.addr)
arch/sh/include/asm/processor_32.h
183
#define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc)
arch/sparc/include/asm/processor_32.h
86
#define KSTK_EIP(tsk) ((tsk)->thread.kregs->pc)
arch/sparc/include/asm/processor_64.h
182
#define KSTK_EIP(tsk) (task_pt_regs(tsk)->tpc)
arch/x86/include/asm/processor.h
680
#define KSTK_EIP(task) (task_pt_regs(task)->ip)
arch/x86/um/asm/processor.h
15
#define KSTK_EIP(tsk) KSTK_REG(tsk, HOST_IP)
arch/xtensa/include/asm/processor.h
223
#define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc)