Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Dtce.h45 #define TCE_RPN_MASK 0xfffffffffful /* 40-bit RPN (4K pages) */ macro
/linux-4.4.14/arch/x86/include/asm/
Dtce.h39 #define TCE_RPN_MASK 0x0000fffffffff000ULL macro
/linux-4.4.14/arch/x86/kernel/
Dtce_64.c64 t &= ~TCE_RPN_MASK; in tce_build()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Diommu.c171 *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()