Searched refs:ZPGETAB_PFRA (Results 1 – 4 of 4) sorted by relevance
311 xpblk2 = (pte2 & ZPGETAB_PFRA) >> 12; in DEF_INST()407 xpblk1 = (pte1 & ZPGETAB_PFRA) >> 12; in DEF_INST()
357 pgo &= ZPGETAB_PFRA; in ARCH_DEP()457 pgo &= ZPGETAB_PFRA; in ARCH_DEP()
1558 regs->dat.raddr = (pte & ZPGETAB_PFRA) | (vaddr & 0xFFF); in ARCH_DEP()1559 regs->dat.rpfra = (pte & ZPGETAB_PFRA); in ARCH_DEP()1840 ptemask = (RADR)ZPGETAB_PFRA; in ARCH_DEP()2163 pfra = pte & ZPGETAB_PFRA; in ARCH_DEP()
384 #define ZPGETAB_PFRA 0xFFFFFFFFFFFFF000ULL /* Page frame real addr*/ macro