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

/linux-4.1.27/arch/arm/probes/
H A Ddecode.h32 /* str_pc_offset is architecturally defined from ARMv7 onwards */
33 #define str_pc_offset 8 macro
38 /* We need a run-time check to determine str_pc_offset */
39 extern int str_pc_offset;
H A Ddecode.c32 int str_pc_offset; variable
45 str_pc_offset = ret; find_str_pc_offset()
/linux-4.1.27/arch/arm/probes/kprobes/
H A Dactions-common.c69 regs->ARM_pc = (long)addr + str_pc_offset; simulate_stm1_pc()
H A Dactions-arm.c139 unsigned long rtpc = regs->ARM_pc - 4 + str_pc_offset; emulate_str()

Completed in 118 milliseconds