Searched refs:NODE_ADDRSPACE_SIZE (Results 1 – 2 of 2) sorted by relevance
41 #define NODE_ADDRSPACE_MASK (NODE_ADDRSPACE_SIZE - 1)79 #define NODE_BDOOR_BASE(_n) (NODE_HSPEC_BASE(_n) + (NODE_ADDRSPACE_SIZE/2))81 #define NODE_BDDIR_BASE(_n) (NODE_BDOOR_BASE(_n) + (NODE_ADDRSPACE_SIZE/4))
32 #define NODE_ADDRSPACE_SIZE (UINT64_CAST 1 << NODE_SIZE_BITS) macro