Home
last modified time | relevance | path

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

/arch/um/include/shared/
Dlongjmp.h14 #define UML_SETJMP(buf) ({ \ macro
/arch/um/os-Linux/
Dprocess.c254 n = UML_SETJMP(&buf); in run_kernel_thread()
/arch/um/kernel/skas/
Duaccess.c77 faulted = UML_SETJMP(&buf); in do_op_one_page()
/arch/um/os-Linux/skas/
Dprocess.c641 if (UML_SETJMP(me) == 0) in switch_threads()
700 if (UML_SETJMP(&here) == 0) in initial_thread_cb_skas()