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