Searched refs:TCE_RPN_MASK (Results 1 – 4 of 4) sorted by relevance
45 #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()
171 *tcep = cpu_to_be64(proto_tce | (rpn & TCE_RPN_MASK) << TCE_RPN_SHIFT); in tce_build_pSeries()225 tce = proto_tce | (rpn & TCE_RPN_MASK) << TCE_RPN_SHIFT; in tce_build_pSeriesLP()302 tcep[l] = cpu_to_be64(proto_tce | (rpn & TCE_RPN_MASK) << TCE_RPN_SHIFT); in tce_buildmulti_pSeriesLP()