thumb_inst_offset  253 drivers/hwtracing/coresight/coresight-cpu-debug.c 	unsigned long arm_inst_offset = 0, thumb_inst_offset = 0;
thumb_inst_offset  260 drivers/hwtracing/coresight/coresight-cpu-debug.c 		thumb_inst_offset = 4;
thumb_inst_offset  265 drivers/hwtracing/coresight/coresight-cpu-debug.c 		pc = (pc & EDPCSR_THUMB_INST_MASK) - thumb_inst_offset;