Searched refs:PCTRIE_FLAGS (Results 1 – 2 of 2) sorted by relevance
414 #define PCTRIE_FLAGS (PCTRIE_ISLEAF) macro416 #define PCTRIE_PAD PCTRIE_FLAGS
201 return ((uint64_t *)((uintptr_t)node & ~PCTRIE_FLAGS)); in pctrie_toval()210 return ((void *)(((uintptr_t)node & ~PCTRIE_FLAGS) - keyoff)); in pctrie_toptr()