Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/xmon/
Dxmon.c100 static long *xmon_fault_jmp[NR_CPUS]; variable
537 longjmp(xmon_fault_jmp[cpu], 1); in xmon_core()
552 xmon_fault_jmp[cpu] = recurse_jmp; in xmon_core()
667 xmon_fault_jmp[cpu] = NULL; in xmon_core()
673 longjmp(xmon_fault_jmp[0], 1); in xmon_core()
676 xmon_fault_jmp[0] = recurse_jmp; in xmon_core()