Searched defs:instruction_pointer_set (Results 1 – 2 of 2) 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