Searched refs:_UC_CLRSTACK (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/arch/sparc64/include/
H A Dmcontext.h76 #define _UC_CLRSTACK 0x00020000 macro
/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Dmcontext.h94 #define _UC_CLRSTACK 0x20000 macro
/netbsd-6-1-5-RELEASE/sys/arch/hppa/include/
H A Dmcontext.h75 #define _UC_CLRSTACK 0x00020000 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.h40 #define _UC_CLRSTACK 0x00020000 macro
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Dmcontext.h43 #define _UC_CLRSTACK 0x00020000 macro
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Dmcontext.h98 #define _UC_CLRSTACK 0x00040000 macro
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dmcontext.h83 #define _UC_CLRSTACK 0x00020000 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.h36 #define _UC_CLRSTACK 0x00020000 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.h158 #define _UC_CLRSTACK 0x00020000 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.c98 #define _UC_CLRSTACK 0x00020000 macro
154 ? _UC_SETSTACK : _UC_CLRSTACK;
/netbsd-6-1-5-RELEASE/sys/arch/usermode/target/x86_64/
H A Dcpu_x86_64.c98 #define _UC_CLRSTACK 0x00020000 macro
156 ? _UC_SETSTACK : _UC_CLRSTACK;
/netbsd-6-1-5-RELEASE/sys/arch/arm/arm/
H A Dsig_machdep.c119 ? _UC_SETSTACK : _UC_CLRSTACK;
264 if (flags & _UC_CLRSTACK)
/netbsd-6-1-5-RELEASE/sys/arch/hppa/hppa/
H A Dsig_machdep.c147 _UC_SETSTACK : _UC_CLRSTACK);
H A Dhppa_machdep.c345 if (flags & _UC_CLRSTACK)
/netbsd-6-1-5-RELEASE/sys/arch/m68k/m68k/
H A Dsig_machdep.c174 ? _UC_SETSTACK : _UC_CLRSTACK;
443 if (flags & _UC_CLRSTACK)
/netbsd-6-1-5-RELEASE/sys/arch/sh3/sh3/
H A Dsh3_machdep.c414 ? _UC_SETSTACK : _UC_CLRSTACK;
547 if (flags & _UC_CLRSTACK)
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/amd64/
H A Dlinux_machdep.c353 uctx.uc_flags = (_UC_SIGMASK|_UC_CPU|_UC_STACK|_UC_CLRSTACK);
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dnetbsd32_machdep.c350 ? _UC_SETSTACK : _UC_CLRSTACK);
1282 if (flags & _UC_CLRSTACK)

Completed in 380 milliseconds

12