Searched defs:STACK_ALIGNBYTES (Results 1 - 13 of 13) sorted by relevance

/src/sys/arch/arm/include/
H A Dparam.h153 #define STACK_ALIGNBYTES (8 - 1) macro
/src/sys/arch/powerpc/include/
H A Dparam.h65 #define STACK_ALIGNBYTES (16 - 1) /* AltiVec */ macro
/src/sys/arch/or1k/include/
H A Dparam.h56 #define STACK_ALIGNBYTES (__BIGGEST_ALIGNMENT__ - 1) macro
/src/sys/arch/riscv/include/
H A Dparam.h67 #define STACK_ALIGNBYTES (16UL - 1) macro
/src/sys/arch/sparc/include/
H A Dparam.h63 #define STACK_ALIGNBYTES (8 - 1) macro
/src/sys/arch/hppa/include/
H A Dparam.h82 #define STACK_ALIGNBYTES (64 - 1) macro
/src/sys/arch/alpha/include/
H A Dparam.h64 #define STACK_ALIGNBYTES (16 - 1) macro
/src/sys/arch/aarch64/include/
H A Dparam.h97 #define STACK_ALIGNBYTES (16 - 1) macro
/src/sys/arch/sparc64/include/
H A Dparam.h285 #define STACK_ALIGNBYTES ALIGNBYTES64 macro
287 #define STACK_ALIGNBYTES ALIGNBYTES32 macro
/src/sys/arch/i386/include/
H A Dparam.h74 #define STACK_ALIGNBYTES (4 - 1) macro
/src/sys/arch/amd64/include/
H A Dparam.h33 #define STACK_ALIGNBYTES (16 - 1) macro
/src/sys/arch/mips/include/
H A Dmips_param.h84 #define STACK_ALIGNBYTES (16 - 1) macro
86 #define STACK_ALIGNBYTES (8 - 1) macro
/src/sys/sys/
H A Dparam.h238 #define STACK_ALIGNBYTES __ALIGNBYTES macro

Completed in 8 milliseconds