Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Did32.c46 #define ID32_ENCODE(x) (((x) - (uintptr_t)heap_core_base) | \ macro
50 #define ID32_VALID(x) (ID32_ENCODE(ID32_DECODE(x)) == (x))
55 #define ID32_ENCODE(x) (((x) | ((x) % ID32_MOD)) + 1) macro
57 #define ID32_VALID(x) (ID32_ENCODE(ID32_DECODE(x)) == (x))
83 id = ID32_ENCODE((uintptr_t)hent); in id32_alloc()