Searched refs:_UC_SETSTACK (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/arch/sparc64/include/
H A Dmcontext.h75 #define _UC_SETSTACK 0x00010000 macro
/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Dmcontext.h93 #define _UC_SETSTACK 0x10000 macro
/netbsd-6-1-5-RELEASE/sys/arch/hppa/include/
H A Dmcontext.h74 #define _UC_SETSTACK 0x00010000 macro
/netbsd-6-1-5-RELEASE/lib/libc/arch/m68k/gen/
H A Dlongjmp.c71 (sc->sc_onstack ? _UC_SETSTACK : _UC_CLRSTACK);
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc/gen/
H A Dlongjmp.c84 uc.uc_flags = _UC_CPU | (sc->sc_onstack ? _UC_SETSTACK : _UC_CLRSTACK);
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dmcontext.h39 #define _UC_SETSTACK 0x00010000 macro
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Dmcontext.h42 #define _UC_SETSTACK 0x00010000 macro
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Dmcontext.h97 #define _UC_SETSTACK 0x00020000 macro
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dmcontext.h82 #define _UC_SETSTACK 0x00010000 macro
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc64/gen/
H A Dlongjmp.c78 uc.uc_flags = _UC_CPU | (sc->sc_onstack ? _UC_SETSTACK : _UC_CLRSTACK);
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dmcontext.h35 #define _UC_SETSTACK 0x00010000 macro
/netbsd-6-1-5-RELEASE/lib/libc/arch/hppa/gen/
H A D__longjmp14.c95 uc.uc_flags = _UC_CPU | (sc->sc_onstack ? _UC_SETSTACK : _UC_CLRSTACK);
/netbsd-6-1-5-RELEASE/lib/libc/arch/mips/gen/
H A Dlongjmp.c65 uc.uc_flags = _UC_CPU | (sc->sc_onstack ? _UC_SETSTACK : _UC_CLRSTACK);
/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Dmcontext.h157 #define _UC_SETSTACK 0x00010000 macro
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dsig_machdep.c90 | (l->l_sigstk.ss_flags & SS_ONSTACK ? _UC_SETSTACK : _UC_CLRSTACK);
H A Dnetbsd32_machdep.c193 ? _UC_SETSTACK : _UC_CLRSTACK);
/netbsd-6-1-5-RELEASE/sys/arch/usermode/target/i386/
H A Dcpu_i386.c97 #define _UC_SETSTACK 0x00010000 macro
154 ? _UC_SETSTACK : _UC_CLRSTACK;
/netbsd-6-1-5-RELEASE/sys/arch/usermode/target/x86_64/
H A Dcpu_x86_64.c97 #define _UC_SETSTACK 0x00010000 macro
156 ? _UC_SETSTACK : _UC_CLRSTACK;
/netbsd-6-1-5-RELEASE/sys/arch/arm/arm/
H A Dsig_machdep.c119 ? _UC_SETSTACK : _UC_CLRSTACK;
262 if (flags & _UC_SETSTACK)
/netbsd-6-1-5-RELEASE/sys/arch/hppa/hppa/
H A Dsig_machdep.c147 _UC_SETSTACK : _UC_CLRSTACK);
H A Dhppa_machdep.c343 if (flags & _UC_SETSTACK)
/netbsd-6-1-5-RELEASE/sys/arch/m68k/m68k/
H A Dsig_machdep.c174 ? _UC_SETSTACK : _UC_CLRSTACK;
441 if (flags & _UC_SETSTACK)
/netbsd-6-1-5-RELEASE/sys/arch/sh3/sh3/
H A Dsh3_machdep.c414 ? _UC_SETSTACK : _UC_CLRSTACK;
545 if (flags & _UC_SETSTACK)
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dnetbsd32_machdep.c350 ? _UC_SETSTACK : _UC_CLRSTACK);
1278 #ifdef _UC_SETSTACK
1280 if (flags & _UC_SETSTACK)
/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Dnetbsd32_machdep.c343 ? _UC_SETSTACK : _UC_CLRSTACK;
901 if (flags & _UC_SETSTACK)

Completed in 412 milliseconds

12