Searched refs:str_pc_offset (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/arm/probes/
H A Ddecode.h26 /* str_pc_offset is architecturally defined from ARMv7 onwards */
27 #define str_pc_offset 8 macro
32 /* We need a run-time check to determine str_pc_offset */
33 extern int str_pc_offset;
H A Ddecode.c29 int str_pc_offset; variable
42 str_pc_offset = ret;
/linux-master/arch/arm/probes/kprobes/
H A Dactions-common.c66 regs->ARM_pc = (long)addr + str_pc_offset;
H A Dactions-arm.c131 unsigned long rtpc = regs->ARM_pc - 4 + str_pc_offset;

Completed in 140 milliseconds