Searched defs:ID32_ALIGN (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Did32.c40 #define ID32_ALIGN (1 << ID32_BITS) macro
41 #define ID32_MOD (ID32_ALIGN - 1)
50 #define ID32_DECODE(x) (P2ALIGN((x), (uintptr_t)ID32_ALIGN) + \
58 #define ID32_DECODE(x) P2ALIGN((x), ID32_ALIGN)
68 id32_cache = kmem_cache_create("id32_cache", ID32_ALIGN, ID32_ALIGN,

Completed in 44 milliseconds