Home
last modified time | relevance | path

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

/freebsd-14.2/sys/riscv/include/
H A Dparam.h42 #define STACKALIGN(p) ((uint64_t)(p) & ~STACKALIGNBYTES) macro
/freebsd-14.2/sys/arm64/include/
H A Dparam.h46 #define STACKALIGN(p) ((uint64_t)(p) & ~STACKALIGNBYTES) macro
/freebsd-14.2/sys/arm/include/
H A Dparam.h52 #define STACKALIGN(p) ((u_int)(p) & ~STACKALIGNBYTES) macro