HomeSort by: relevance | last modified time | path
    Searched refs:STACK_ALIGN (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/sys/
param.h 228 * size, no questions asked. STACK_ALIGN aligns a stack pointer.
244 #define STACK_ALIGN(sp, bytes) \
251 #define STACK_ALIGN(sp, bytes) \
  /src/sys/arch/arm/arm/
compat_16_machdep.c 101 fp = (void *)STACK_ALIGN(fp, STACK_ALIGNBYTES);
sig_machdep.c 105 fp = (struct sigframe_siginfo *)STACK_ALIGN(fp, STACK_ALIGNBYTES);
  /src/sys/arch/aarch64/aarch64/
netbsd32_machdep.c 327 fp = (struct netbsd32_sigframe_siginfo *)STACK_ALIGN(fp - 1, (8 - 1));
  /src/sys/kern/
init_main.c 1111 ucp = (void *)STACK_ALIGN(ucp, STACK_ALIGNBYTES);
  /src/sys/arch/hppa/hppa/
machdep.c 1934 stack = (u_long)STACK_ALIGN(stack, 63);
  /src/share/man/man9/
Makefile 864 STACK.9 STACK_ALIGN.9 \

Completed in 18 milliseconds