Home
last modified time | relevance | path

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

/linux-6.1.9/arch/um/include/shared/
Dlongjmp.h12 #define UML_LONGJMP(buf, val) do { \ macro
/linux-6.1.9/arch/um/os-Linux/skas/
Dprocess.c633 UML_LONGJMP(you, 1); in switch_threads()
697 UML_LONGJMP(&initial_jmpbuf, INIT_JMP_CALLBACK); in initial_thread_cb_skas()
708 UML_LONGJMP(&initial_jmpbuf, INIT_JMP_HALT); in halt_skas()
728 UML_LONGJMP(&initial_jmpbuf, noreboot ? INIT_JMP_HALT : INIT_JMP_REBOOT); in reboot_skas()
/linux-6.1.9/arch/um/kernel/
Dtrap.c244 UML_LONGJMP(catcher, 1); in segv()
306 UML_LONGJMP(current->thread.fault_catcher, 1); in bus_handler()