Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/include/shared/
H A Dlongjmp.h16 #define UML_SETJMP(buf) ({ \ macro
/openbmc/linux/arch/um/os-Linux/skas/
H A Dprocess.c629 if (UML_SETJMP(me) == 0) in switch_threads()
693 if (UML_SETJMP(&here) == 0) in initial_thread_cb_skas()