Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hwtracing/coresight/
Dcoresight-cpu-debug.c257 unsigned long arm_inst_offset = 0, thumb_inst_offset = 0; in debug_adjust_pc() local
263 arm_inst_offset = 8; in debug_adjust_pc()
283 pc = (pc & EDPCSR_ARM_INST_MASK) - arm_inst_offset; in debug_adjust_pc()