Searched refs:instruction_pointer_set (Results 1 – 3 of 3) sorted by relevance
26 static inline void instruction_pointer_set(struct pt_regs *regs, in instruction_pointer_set() function
208 #define instruction_pointer_set(regs, val) ((regs)->tpc = (val)) macro
310 instruction_pointer_set(&kgdbts_regs, ip); in check_and_rewind_pc()