Searched refs:NODE_ADDRSPACE_SIZE (Results 1 – 3 of 3) sorted by relevance
50 #define NODE_ADDRSPACE_MASK (NODE_ADDRSPACE_SIZE - 1)188 #define NODE_BDOOR_BASE(_n) (NODE_HSPEC_BASE(_n) + (NODE_ADDRSPACE_SIZE/2))191 #define NODE_BDDIR_BASE(_n) (NODE_BDOOR_BASE(_n) + (NODE_ADDRSPACE_SIZE/4))194 NODE_ADDRSPACE_SIZE * 3 / 4 + \201 NODE_ADDRSPACE_SIZE * 3 / 4 + \208 NODE_ADDRSPACE_SIZE * 3 / 4) | \217 NODE_ADDRSPACE_SIZE / 2) | \
112 #define NODE_OFFSET(x) ((x) & (NODE_ADDRSPACE_SIZE - 1))113 #define NODE_ADDRSPACE_SIZE (1UL << AS_SHIFT) macro
81 #define NODE_ADDRSPACE_SIZE (UINT64_CAST 1 << NODE_SIZE_BITS) macro