Home
last modified time | relevance | path

Searched refs:STACK_ALIGN32 (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/ia32/
H A Dstack.h62 #define STACK_ALIGN32 4 macro
65 #define SA32(x) (((x)+(STACK_ALIGN32-1)) & ~(STACK_ALIGN32-1))
118 #define STACK_ALIGN STACK_ALIGN32