Searched defs:STACKALIGN (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/riscv/include/
H A Dparam.h43 #define STACKALIGN(p) ((uint64_t)(p) & ~STACKALIGNBYTES) macro
/freebsd-11-stable/sys/arm/include/
H A Dparam.h51 #define STACKALIGN(p) ((u_int)(p) & ~STACKALIGNBYTES) macro
/freebsd-11-stable/sys/arm64/include/
H A Dparam.h43 #define STACKALIGN(p) ((uint64_t)(p) & ~STACKALIGNBYTES) macro

Completed in 113 milliseconds