Searched refs:RGN_BITS (Results 1 – 3 of 3) sorted by relevance
29 if (is_shub1() && (addr & RGN_BITS) == RGN_BASE(RGN_UNCACHED)) in sn_flush_all_caches()
104 #define TO_PHYS_MASK (~(RGN_BITS | AS_MASK))181 #define IS_AMO_ADDRESS(x) (((u64)(x) & (RGN_BITS | AS_MASK)) == AMO_BASE)182 #define IS_AMO_PHYS_ADDRESS(x) (((u64)(x) & (RGN_BITS | AS_MASK)) == AMO_PHYS_BASE)
19 #define RGN_BITS (RGN_BASE(-1)) macro