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

/illumos-gate/usr/src/uts/common/os/
H A Did32.c50 #define ID32_DECODE(x) (P2ALIGN((x), (uintptr_t)ID32_ALIGN) + \ macro
52 #define ID32_VALID(x) (ID32_ENCODE(ID32_DECODE(x)) == (x))
58 #define ID32_DECODE(x) P2ALIGN((x), ID32_ALIGN) macro
59 #define ID32_VALID(x) (ID32_ENCODE(ID32_DECODE(x)) == (x))
101 kmem_cache_free(id32_cache, (void *)(uintptr_t)ID32_DECODE(id));
115 return (((void **)(uintptr_t)ID32_DECODE(id))[0]);

Completed in 56 milliseconds