Home
last modified time | relevance | path

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

/linux/arch/um/os-Linux/skas/
H A Dprocess.c813 static jmp_buf initial_jmpbuf; variable
833 n = setjmp(initial_jmpbuf); in start_idle_thread()
873 UML_LONGJMP(&initial_jmpbuf, INIT_JMP_CALLBACK); in initial_thread_cb_skas()
884 UML_LONGJMP(&initial_jmpbuf, INIT_JMP_HALT); in halt_skas()
906 UML_LONGJMP(&initial_jmpbuf, noreboot ? INIT_JMP_HALT : INIT_JMP_REBOOT); in reboot_skas()