Home
last modified time | relevance | path

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

/arch/arm/kernel/
Dkprobes.h61 #define str_pc_offset 8 macro
67 extern int str_pc_offset;
Dkprobes-common.c30 int str_pc_offset; variable
43 str_pc_offset = ret; in find_str_pc_offset()
228 regs->ARM_pc = (long)p->addr + str_pc_offset; in simulate_stm1_pc()
Dkprobes-arm.c222 unsigned long rtpc = (unsigned long)p->addr + str_pc_offset; in emulate_str()