Home
last modified time | relevance | path

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

/openbsd/sys/arch/riscv64/include/
H A Dparam.h71 #define STACKALIGN(p) ((u_long)(p) &~ STACKALIGNBYTES) macro
/openbsd/sys/arch/powerpc64/include/
H A Dparam.h73 #define STACKALIGN(p) ((u_long)(p) &~ STACKALIGNBYTES) macro
/openbsd/sys/arch/arm64/include/
H A Dparam.h73 #define STACKALIGN(p) ((u_long)(p) &~ STACKALIGNBYTES) macro
/openbsd/sys/arch/arm/include/
H A Dparam.h102 #define STACKALIGN(p) ((u_long)(p) &~ STACKALIGNBYTES) macro