Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/ia32/
H A Dstack.h102 #define STACK_ALIGN64 16 macro
105 #define SA64(x) (((x)+(STACK_ALIGN64-1)) & ~(STACK_ALIGN64-1))
109 #define STACK_ALIGN STACK_ALIGN64