Home
last modified time | relevance | path

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

/linux-3.4.99/include/asm-generic/
Dptrace.h18 #ifndef SET_IP
19 #define SET_IP(regs, val) (GET_IP(regs) = (val)) macro
29 SET_IP(regs, val); in instruction_pointer_set()