Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/um/include/shared/
Dlongjmp.h15 #define UML_SETJMP(buf) ({ \ macro
/kernel/linux/linux-5.10/arch/um/os-Linux/skas/
Dprocess.c569 if (UML_SETJMP(me) == 0) in switch_threads()
633 if (UML_SETJMP(&here) == 0) in initial_thread_cb_skas()