Home
last modified time | relevance | path

Searched refs:EDPCSR_ARM_INST_MASK (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-cpu-debug.c42 #define EDPCSR_ARM_INST_MASK GENMASK(31, 2) macro
279 pc = (pc & EDPCSR_ARM_INST_MASK) - arm_inst_offset; in debug_adjust_pc()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-cpu-debug.c43 #define EDPCSR_ARM_INST_MASK GENMASK(31, 2) macro
280 pc = (pc & EDPCSR_ARM_INST_MASK) - arm_inst_offset; in debug_adjust_pc()

Completed in 2 milliseconds