Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/include/asm/
Dtce.h45 #define TCE_RPN_MASK 0xfffffffffful /* 40-bit RPN (4K pages) */ macro
/linux-3.4.99/arch/x86/include/asm/
Dtce.h39 #define TCE_RPN_MASK 0x0000fffffffff000ULL macro
/linux-3.4.99/arch/x86/kernel/
Dtce_64.c64 t &= ~TCE_RPN_MASK; in tce_build()
/linux-3.4.99/arch/powerpc/platforms/pseries/
Diommu.c103 *tcep = proto_tce | (rpn & TCE_RPN_MASK) << TCE_RPN_SHIFT; in tce_build_pSeries()
157 tce = proto_tce | (rpn & TCE_RPN_MASK) << TCE_RPN_SHIFT; in tce_build_pSeriesLP()
230 tcep[l] = proto_tce | (rpn & TCE_RPN_MASK) << TCE_RPN_SHIFT; in tce_buildmulti_pSeriesLP()
/linux-3.4.99/arch/powerpc/platforms/wsp/
Dwsp_pci.c225 #define TCE_RPN_MASK 0x3fffffffffful /* 42-bit RPN (4K pages) */ macro
260 *tcep = proto_tce | (rpn & TCE_RPN_MASK) << TCE_RPN_SHIFT; in tce_build_wsp()