Searched refs:SET_IP (Results 1 – 3 of 3) sorted by relevance
18 #ifndef SET_IP19 #define SET_IP(regs, val) (GET_IP(regs) = (val)) macro29 SET_IP(regs, val); in instruction_pointer_set()
74 #define SET_IP(regs, val) (GET_IP(regs) = (val)) macro83 SET_IP(regs, val); in instruction_pointer_set()
289 #define SET_IP(regs, value) ((regs)->pc = ((u64) (value))) macro