Home
last modified time | relevance | path

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

/openbmc/linux/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
/openbmc/linux/include/linux/
H A Dptrace.h396 #ifndef exception_ip
397 #define exception_ip(x) instruction_pointer(x) macro
/openbmc/linux/arch/mips/kernel/
H A Dptrace.c52 unsigned long exception_ip(struct pt_regs *regs) in exception_ip() function
56 EXPORT_SYMBOL(exception_ip);
/openbmc/linux/mm/
H A Dmemory.c5365 unsigned long ip = exception_ip(regs); in get_mmap_lock_carefully()
5390 unsigned long ip = exception_ip(regs); in upgrade_mmap_lock_carefully()