Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm/probes/
Ddecode.h27 #define str_pc_offset 8 macro
33 extern int str_pc_offset;
Ddecode.c29 int str_pc_offset; variable
42 str_pc_offset = ret; in find_str_pc_offset()
/linux-6.6.21/arch/arm/probes/kprobes/
Dactions-common.c66 regs->ARM_pc = (long)addr + str_pc_offset; in simulate_stm1_pc()
Dactions-arm.c131 unsigned long rtpc = regs->ARM_pc - 4 + str_pc_offset; in emulate_str()