Searched refs:ID32_ALIGN (Results 1 – 1 of 1) sorted by relevance
38 #define ID32_ALIGN (1 << ID32_BITS) macro39 #define ID32_MOD (ID32_ALIGN - 1)48 #define ID32_DECODE(x) (P2ALIGN((x), (uintptr_t)ID32_ALIGN) + \56 #define ID32_DECODE(x) P2ALIGN((x), ID32_ALIGN)66 id32_cache = kmem_cache_create("id32_cache", ID32_ALIGN, ID32_ALIGN, in id32_init()