Searched refs:ID32_ALIGN (Results 1 – 1 of 1) sorted by relevance
40 #define ID32_ALIGN (1 << ID32_BITS) macro41 #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, in id32_init()