Searched refs:initial_jmpbuf (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/um/os-Linux/skas/
H A Dprocess.c565 static jmp_buf initial_jmpbuf; variable
586 n = setjmp(initial_jmpbuf); start_idle_thread()
621 UML_LONGJMP(&initial_jmpbuf, INIT_JMP_CALLBACK); initial_thread_cb_skas()
632 UML_LONGJMP(&initial_jmpbuf, INIT_JMP_HALT); halt_skas()
638 UML_LONGJMP(&initial_jmpbuf, INIT_JMP_REBOOT); reboot_skas()

Completed in 78 milliseconds