Home
last modified time | relevance | path

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

/arch/arm/probes/
Ddecode.h33 #define str_pc_offset 8 macro
39 extern int str_pc_offset;
Ddecode.c32 int str_pc_offset; variable
45 str_pc_offset = ret; in find_str_pc_offset()
/arch/arm/probes/kprobes/
Dactions-common.c69 regs->ARM_pc = (long)addr + str_pc_offset; in simulate_stm1_pc()
Dactions-arm.c139 unsigned long rtpc = regs->ARM_pc - 4 + str_pc_offset; in emulate_str()