Home
last modified time | relevance | path

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

/freebsd/sys/riscv/include/
H A Dparam.h40 #define STACKALIGN(p) ((uint64_t)(p) & ~STACKALIGNBYTES) macro
/freebsd/sys/arm/include/
H A Dparam.h50 #define STACKALIGN(p) ((u_int)(p) & ~STACKALIGNBYTES) macro
/freebsd/sys/arm64/include/
H A Dparam.h44 #define STACKALIGN(p) ((uint64_t)(p) & ~STACKALIGNBYTES) macro