KSTK_EIP 47 arch/alpha/include/asm/processor.h #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc) KSTK_EIP 78 arch/arc/include/asm/processor.h #define KSTK_EIP(tsk) (task_pt_regs(tsk)->ret) KSTK_EIP 101 arch/arm/include/asm/processor.h #define KSTK_EIP(tsk) task_pt_regs(tsk)->ARM_pc KSTK_EIP 257 arch/arm64/include/asm/processor.h #define KSTK_EIP(tsk) ((unsigned long)task_pt_regs(tsk)->pc) KSTK_EIP 98 arch/c6x/include/asm/processor.h #define KSTK_EIP(task) (task_pt_regs(task)->pc) KSTK_EIP 95 arch/csky/include/asm/processor.h #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc) KSTK_EIP 110 arch/h8300/include/asm/processor.h #define KSTK_EIP(tsk) \ KSTK_EIP 60 arch/hexagon/include/asm/processor.h #define KSTK_EIP(tsk) (pt_elr(task_pt_regs(tsk))) KSTK_EIP 346 arch/ia64/include/asm/processor.h #define KSTK_EIP(tsk) \ KSTK_EIP 130 arch/m68k/include/asm/processor.h #define KSTK_EIP(tsk) \ KSTK_EIP 68 arch/microblaze/include/asm/processor.h # define KSTK_EIP(tsk) (0) KSTK_EIP 125 arch/microblaze/include/asm/processor.h # define KSTK_EIP(task) (task_pc(task)) KSTK_EIP 384 arch/mips/include/asm/processor.h #define KSTK_EIP(tsk) (task_pt_regs(tsk)->cp0_epc) KSTK_EIP 99 arch/nds32/include/asm/processor.h #define KSTK_EIP(tsk) instruction_pointer(task_pt_regs(tsk)) KSTK_EIP 78 arch/nios2/include/asm/processor.h #define KSTK_EIP(tsk) ((tsk)->thread.kregs->ea) KSTK_EIP 70 arch/openrisc/include/asm/processor.h #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc) KSTK_EIP 287 arch/parisc/include/asm/processor.h #define KSTK_EIP(tsk) ((tsk)->thread.regs.iaoq[0]) KSTK_EIP 305 arch/powerpc/include/asm/processor.h #define KSTK_EIP(tsk) ((tsk)->thread.regs? (tsk)->thread.regs->nip: 0) KSTK_EIP 45 arch/riscv/include/asm/processor.h #define KSTK_EIP(tsk) (task_pt_regs(tsk)->sepc) KSTK_EIP 204 arch/s390/include/asm/processor.h #define KSTK_EIP(tsk) (task_pt_regs(tsk)->psw.addr) KSTK_EIP 186 arch/sh/include/asm/processor_32.h #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc) KSTK_EIP 208 arch/sh/include/asm/processor_64.h #define KSTK_EIP(tsk) ((tsk)->thread.pc) KSTK_EIP 99 arch/sparc/include/asm/processor_32.h #define KSTK_EIP(tsk) ((tsk)->thread.kregs->pc) KSTK_EIP 189 arch/sparc/include/asm/processor_64.h #define KSTK_EIP(tsk) (task_pt_regs(tsk)->tpc) KSTK_EIP 69 arch/unicore32/include/asm/processor.h #define KSTK_EIP(tsk) (task_pt_regs(tsk)->UCreg_pc) KSTK_EIP 907 arch/x86/include/asm/processor.h #define KSTK_EIP(task) (task_pt_regs(task)->ip) KSTK_EIP 14 arch/x86/um/asm/processor.h #define KSTK_EIP(tsk) KSTK_REG(tsk, HOST_IP) KSTK_EIP 219 arch/xtensa/include/asm/processor.h #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc)