PT_OFF_PC 78 arch/m68k/include/asm/entry.h movel %a0@-,%sp@(PT_OFF_PC) /* copy exception program counter */ PT_OFF_PC 99 arch/m68k/include/asm/entry.h movel %sp@(PT_OFF_PC),%a0@- /* copy exception program counter */ PT_OFF_PC 156 arch/m68k/include/asm/math-emu.h #define FPS_PC (PT_OFF_PC) PT_OFF_PC 157 arch/m68k/include/asm/math-emu.h #define FPS_EA (PT_OFF_PC+6) PT_OFF_PC 158 arch/m68k/include/asm/math-emu.h #define FPS_PC2 (PT_OFF_PC+10) PT_OFF_PC 56 arch/m68k/kernel/asm-offsets.c DEFINE(PT_OFF_PC, offsetof(struct pt_regs, pc));