Home
last modified time | relevance | path

Searched refs:arm_inst_offset (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/hwtracing/coresight/
Dcoresight-cpu-debug.c253 unsigned long arm_inst_offset = 0, thumb_inst_offset = 0; in debug_adjust_pc() local
259 arm_inst_offset = 8; in debug_adjust_pc()
279 pc = (pc & EDPCSR_ARM_INST_MASK) - arm_inst_offset; in debug_adjust_pc()