Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/probes/
Ddecode.h26 #define str_pc_offset 8 macro
32 extern int str_pc_offset;
Ddecode.c29 int str_pc_offset; variable
42 str_pc_offset = ret; in find_str_pc_offset()
/kernel/linux/linux-5.10/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()