Searched refs:UML_SETJMP (Results 1 - 5 of 5) 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.h14 #define UML_SETJMP(buf) ({ \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/
H A Duaccess.c19 if (UML_SETJMP(&jbuf) == 0) {
H A Dprocess.c264 n = UML_SETJMP(&buf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/skas/
H A Duaccess.c76 faulted = UML_SETJMP(&buf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/skas/
H A Dprocess.c632 if (UML_SETJMP(me) == 0)
650 * Can't use UML_SETJMP or UML_LONGJMP here because they save
691 if (UML_SETJMP(&here) == 0)

Completed in 38 milliseconds