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.c810 static jmp_buf initial_jmpbuf; variable
831 n = setjmp(initial_jmpbuf); in start_idle_thread()
871 UML_LONGJMP(&initial_jmpbuf, INIT_JMP_CALLBACK); in initial_thread_cb_skas()
882 UML_LONGJMP(&initial_jmpbuf, INIT_JMP_HALT); in halt_skas()
903 UML_LONGJMP(&initial_jmpbuf, noreboot ? INIT_JMP_HALT : INIT_JMP_REBOOT); in reboot_skas()