Searched refs:TCE_RPN_MASK (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
H A Dtce.h39 #define TCE_RPN_MASK 0x0000fffffffff000ULL macro
/linux-4.4.14/arch/powerpc/include/asm/
H A Dtce.h45 #define TCE_RPN_MASK 0xfffffffffful /* 40-bit RPN (4K pages) */ macro
/linux-4.4.14/arch/x86/kernel/
H A Dtce_64.c64 t &= ~TCE_RPN_MASK; tce_build()
/linux-4.4.14/arch/powerpc/platforms/pseries/
H A Diommu.c171 *tcep = cpu_to_be64(proto_tce | (rpn & TCE_RPN_MASK) << TCE_RPN_SHIFT); tce_build_pSeries()
225 tce = proto_tce | (rpn & TCE_RPN_MASK) << TCE_RPN_SHIFT; tce_build_pSeriesLP()
302 tcep[l] = cpu_to_be64(proto_tce | (rpn & TCE_RPN_MASK) << TCE_RPN_SHIFT); tce_buildmulti_pSeriesLP()

Completed in 123 milliseconds