Home
last modified time | relevance | path

Searched refs:NODE_ADDRSPACE_SIZE (Results 1 – 2 of 2) sorted by relevance

/development/ndk/platforms/android-9/arch-mips/include/asm/sn/
Daddrs.h41 #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))
/development/ndk/platforms/android-9/arch-mips/include/asm/sn/sn0/
Daddrs.h32 #define NODE_ADDRSPACE_SIZE (UINT64_CAST 1 << NODE_SIZE_BITS) macro