Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwtracing/coresight/
Dcoresight-cpu-debug.c254 unsigned long arm_inst_offset = 0, thumb_inst_offset = 0; in debug_adjust_pc() local
260 arm_inst_offset = 8; in debug_adjust_pc()
280 pc = (pc & EDPCSR_ARM_INST_MASK) - arm_inst_offset; in debug_adjust_pc()