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

/netbsd-6-1-5-RELEASE/sys/sys/
H A Ducontext.h51 #ifndef _UC_UCONTEXT_ALIGN
52 #define _UC_UCONTEXT_ALIGN (~0) macro
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dmcontext.h107 #define _UC_UCONTEXT_ALIGN (~0xf) macro
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dmcontext.h69 #define _UC_UCONTEXT_ALIGN (~0xf) macro
/netbsd-6-1-5-RELEASE/sys/compat/sa/
H A Dcompat_sa.c1397 /* XXX COMPAT_NETBSD32: _UC_UCONTEXT_ALIGN */
1398 sp = STACK_ALIGN(sp, ~_UC_UCONTEXT_ALIGN);
1400 (~_UC_UCONTEXT_ALIGN) + 1);

Completed in 121 milliseconds