Home
last modified time | relevance | path

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

/linux-6.12.1/arch/um/os-Linux/skas/
Dprocess.c494 static jmp_buf initial_jmpbuf; variable
515 n = setjmp(initial_jmpbuf); in start_idle_thread()
555 UML_LONGJMP(&initial_jmpbuf, INIT_JMP_CALLBACK); in initial_thread_cb_skas()
566 UML_LONGJMP(&initial_jmpbuf, INIT_JMP_HALT); in halt_skas()
586 UML_LONGJMP(&initial_jmpbuf, noreboot ? INIT_JMP_HALT : INIT_JMP_REBOOT); in reboot_skas()