m88k_protection
npte = m88k_protection(prot) | PG_W | PG_V;
if (CPU_IS88110 && m88k_protection(prot) != PG_RO)
ap = m88k_protection(prot);
npte = m88k_protection(prot) | CACHE_INH | PG_W | PG_V;
if (CPU_IS88110 && m88k_protection(prot) != PG_RO)
npte = m88k_protection(prot);