Home
last modified time | relevance | path

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

/dports/emulators/hercules/hercules-3.13/
H A Dxstore.c311 xpblk2 = (pte2 & ZPGETAB_PFRA) >> 12; in DEF_INST()
407 xpblk1 = (pte1 & ZPGETAB_PFRA) >> 12; in DEF_INST()
H A Dscedasd.c357 pgo &= ZPGETAB_PFRA; in ARCH_DEP()
457 pgo &= ZPGETAB_PFRA; in ARCH_DEP()
H A Ddat.h1558 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()
H A Desa390.h384 #define ZPGETAB_PFRA 0xFFFFFFFFFFFFF000ULL /* Page frame real addr*/ macro