Home
last modified time | relevance | path

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

/linux-6.14.4/arch/mips/include/asm/
Dptrace.h158 extern unsigned long exception_ip(struct pt_regs *regs);
159 #define exception_ip(regs) exception_ip(regs) macro
/linux-6.14.4/include/linux/
Dptrace.h396 #ifndef exception_ip
397 #define exception_ip(x) instruction_pointer(x) macro
/linux-6.14.4/arch/mips/kernel/
Dptrace.c52 unsigned long exception_ip(struct pt_regs *regs) in exception_ip() function
56 EXPORT_SYMBOL(exception_ip);
/linux-6.14.4/mm/
Dmemory.c6238 unsigned long ip = exception_ip(regs); in get_mmap_lock_carefully()
6263 unsigned long ip = exception_ip(regs); in upgrade_mmap_lock_carefully()