Home
last modified time | relevance | path

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

/linux-6.15/arch/um/include/shared/
H A Dlongjmp.h12 #define UML_LONGJMP(buf, val) do { \ macro
/linux-6.15/arch/um/os-Linux/skas/
H A Dprocess.c581 UML_LONGJMP(you, 1); in switch_threads()
645 UML_LONGJMP(&initial_jmpbuf, INIT_JMP_CALLBACK); in initial_thread_cb_skas()
656 UML_LONGJMP(&initial_jmpbuf, INIT_JMP_HALT); in halt_skas()
677 UML_LONGJMP(&initial_jmpbuf, noreboot ? INIT_JMP_HALT : INIT_JMP_REBOOT); in reboot_skas()