Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/ia32/
H A Dstack.h105 #define SA64(x) (((x)+(STACK_ALIGN64-1)) & ~(STACK_ALIGN64-1)) macro
112 #define SA(x) SA64(x)