OP_DCBI
cache_op(va, PAGE_SIZE, curcpu()->ci_ci.dcache_line_size, OP_DCBI);
cache_op(va, len, curcpu()->ci_ci.dcache_line_size, OP_DCBI);
case OP_DCBI: dcbi(va, i); break;