bc_prefetch_enable
void (*bc_prefetch_enable)(void);
if (bcops->bc_prefetch_enable)
bcops->bc_prefetch_enable();
bc_prefetch_enable();
.bc_prefetch_enable = mips_sc_prefetch_enable,