Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dptrace.h396 #ifndef exception_ip
397 #define exception_ip(x) instruction_pointer(x) macro
/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);
/linux/mm/
H A Dmemory.c6241 unsigned long ip = exception_ip(regs); in get_mmap_lock_carefully()
6266 unsigned long ip = exception_ip(regs); in upgrade_mmap_lock_carefully()