Home
last modified time | relevance | path

Searched refs:nextip (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/xmon/
H A Dxmon.c1664 unsigned long nextip; in xmon_show_stack() local
1668 nextip = 0; in xmon_show_stack()
1670 mread(newsp + LRSAVE_OFFSET, &nextip, in xmon_show_stack()
1676 } else if (lr == nextip) { in xmon_show_stack()
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dxmon.c1753 unsigned long nextip; in xmon_show_stack() local
1757 nextip = 0; in xmon_show_stack()
1759 mread(newsp + LRSAVE_OFFSET, &nextip, in xmon_show_stack()
1765 } else if (lr == nextip) { in xmon_show_stack()

Completed in 9 milliseconds