Searched refs:GET_IP (Results 1 – 7 of 7) sorted by relevance
15 #ifndef GET_IP16 #define GET_IP(regs) ((regs)->pc) macro19 #define SET_IP(regs, val) (GET_IP(regs) = (val))24 return GET_IP(regs); in instruction_pointer()
73 #define GET_IP(regs) ((regs)->sepc) macro74 #define SET_IP(regs, val) (GET_IP(regs) = (val))78 return GET_IP(regs); in instruction_pointer()
38 pc = GET_IP(regs); in walk_stackframe()86 pc = GET_IP(regs); in walk_stackframe()
73 print_vma_addr(KERN_CONT " in ", GET_IP(regs)); in do_trap()
79 #define GET_IP(regs) ((regs)->nip) macro
176 #define GET_IP(regs) ((regs)->ip) macro
288 #define GET_IP(regs) ((unsigned long)(regs)->pc) macro