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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
RISCVAttributes.h 29 STACK_ALIGN = 4,
  /src/external/apache2/llvm/dist/llvm/lib/Support/
RISCVAttributes.cpp 15 {STACK_ALIGN, "Tag_stack_align"},
RISCVAttributeParser.cpp 33 RISCVAttrs::STACK_ALIGN,
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVTargetStreamer.cpp 42 emitAttribute(RISCVAttrs::STACK_ALIGN, RISCVAttrs::ALIGN_4);
44 emitAttribute(RISCVAttrs::STACK_ALIGN, RISCVAttrs::ALIGN_16);
  /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/share/man/man9/
Makefile 866 STACK.9 STACK_ALIGN.9 \
  /src/sys/arch/hppa/hppa/
machdep.c 1936 stack = (u_long)STACK_ALIGN(stack, 63);

Completed in 37 milliseconds