Searched refs:TCE_RPN_MASK (Results 1 – 4 of 4) sorted by relevance
42 #define TCE_RPN_MASK 0xfffffffffful /* 40-bit RPN (4K pages) */ macro
39 #define TCE_RPN_MASK 0x0000fffffffff000ULL macro
64 t &= ~TCE_RPN_MASK; in tce_build()
142 *tcep = cpu_to_be64(proto_tce | (rpn & TCE_RPN_MASK) << TCE_RPN_SHIFT); in tce_build_pSeries()190 tce = proto_tce | (rpn & TCE_RPN_MASK) << TCE_RPN_SHIFT; in tce_build_pSeriesLP()267 tcep[l] = cpu_to_be64(proto_tce | (rpn & TCE_RPN_MASK) << TCE_RPN_SHIFT); in tce_buildmulti_pSeriesLP()