Home
last modified time | relevance | path

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

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