Home
last modified time | relevance | path

Searched defs:STACKALIGN (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/arm/include/
H A Dparam.h53 #define STACKALIGN(p) ((u_int)(p) & ~STACKALIGNBYTES) macro
/f-stack/freebsd/arm64/include/
H A Dparam.h43 #define STACKALIGN(p) ((uint64_t)(p) & ~STACKALIGNBYTES) macro