Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/um/os-Linux/skas/
H A Dprocess.c573 static jmp_buf initial_jmpbuf; variable
594 n = setjmp(initial_jmpbuf); in start_idle_thread()
634 UML_LONGJMP(&initial_jmpbuf, INIT_JMP_CALLBACK); in initial_thread_cb_skas()
645 UML_LONGJMP(&initial_jmpbuf, INIT_JMP_HALT); in halt_skas()
665 UML_LONGJMP(&initial_jmpbuf, noreboot ? INIT_JMP_HALT : INIT_JMP_REBOOT); in reboot_skas()
/kernel/linux/linux-6.6/arch/um/os-Linux/skas/
H A Dprocess.c633 static jmp_buf initial_jmpbuf; variable
654 n = setjmp(initial_jmpbuf); in start_idle_thread()
694 UML_LONGJMP(&initial_jmpbuf, INIT_JMP_CALLBACK); in initial_thread_cb_skas()
705 UML_LONGJMP(&initial_jmpbuf, INIT_JMP_HALT); in halt_skas()
725 UML_LONGJMP(&initial_jmpbuf, noreboot ? INIT_JMP_HALT : INIT_JMP_REBOOT); in reboot_skas()

Completed in 3 milliseconds