Searched refs:exception_ip (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dptrace.h158 extern unsigned long exception_ip(struct pt_regs *regs);
159 #define exception_ip(regs) exception_ip(regs) macro
/linux-master/include/linux/
H A Dptrace.h396 #ifndef exception_ip
397 #define exception_ip(x) instruction_pointer(x) macro
/linux-master/arch/mips/kernel/
H A Dptrace.c52 unsigned long exception_ip(struct pt_regs *regs) function
56 EXPORT_SYMBOL(exception_ip); variable
/linux-master/mm/
H A Dmemory.c5637 unsigned long ip = exception_ip(regs);
5662 unsigned long ip = exception_ip(regs);

Completed in 206 milliseconds