Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds