INS_DCBZ
if ((ppc_inst_val(last_inst) & 0xff0007ff) != (INS_DCBZ & 0xfffffff7)) {
if ((be32_to_cpu(page[i]) & 0xff0007ff) == INS_DCBZ)