Searched refs:NODE_ADDRSPACE_SIZE (Results 1 – 3 of 3) sorted by relevance
55 #define NODE_ADDRSPACE_MASK (NODE_ADDRSPACE_SIZE - 1)193 #define NODE_BDOOR_BASE(_n) (NODE_HSPEC_BASE(_n) + (NODE_ADDRSPACE_SIZE/2))196 #define NODE_BDDIR_BASE(_n) (NODE_BDOOR_BASE(_n) + (NODE_ADDRSPACE_SIZE/4))199 NODE_ADDRSPACE_SIZE * 3 / 4 + \206 NODE_ADDRSPACE_SIZE * 3 / 4 + \213 NODE_ADDRSPACE_SIZE * 3 / 4) | \222 NODE_ADDRSPACE_SIZE / 2) | \
110 #define NODE_ADDRSPACE_SIZE (UINT64_CAST 1 << NODE_SIZE_BITS) macro115 (x & (NODE_ADDRSPACE_SIZE - 1)) )
96 #define NODE_ADDRSPACE_SIZE (UINT64_CAST 1 << NODE_SIZE_BITS) macro