Searched refs:UML_LONGJMP (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dlongjmp.h10 #define UML_LONGJMP(buf, val) do { \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dexec.c71 UML_LONGJMP(current->thread.exec_buf, 1);
H A Dtrap.c184 UML_LONGJMP(catcher, 1);
232 UML_LONGJMP(current->thread.fault_catcher, 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/skas/
H A Dprocess.c633 UML_LONGJMP(you, 1);
650 * Can't use UML_SETJMP or UML_LONGJMP here because they save
692 UML_LONGJMP(&initial_jmpbuf, INIT_JMP_CALLBACK);
703 UML_LONGJMP(&initial_jmpbuf, INIT_JMP_HALT);
709 UML_LONGJMP(&initial_jmpbuf, INIT_JMP_REBOOT);

Completed in 74 milliseconds