PGC_PREFETCH
const bool prefetch = (pa & PGC_PREFETCH) != 0;
pa &= ~(PGC_NOCACHE|PGC_PREFETCH);
ret |= PGC_PREFETCH;