Home
last modified time | relevance | path

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

/linux-2.6.39/arch/um/include/shared/
Dlongjmp.h14 #define UML_SETJMP(buf) ({ \ macro
/linux-2.6.39/arch/um/os-Linux/
Duaccess.c19 if (UML_SETJMP(&jbuf) == 0) { in __do_user_copy()
Dprocess.c264 n = UML_SETJMP(&buf); in run_kernel_thread()
/linux-2.6.39/arch/um/os-Linux/skas/
Dprocess.c632 if (UML_SETJMP(me) == 0) in switch_threads()
692 if (UML_SETJMP(&here) == 0) in initial_thread_cb_skas()
/linux-2.6.39/arch/um/kernel/skas/
Duaccess.c76 faulted = UML_SETJMP(&buf); in do_op_one_page()