bcops              31 arch/mips/include/asm/bcache.h extern struct bcache_ops *bcops;
bcops              35 arch/mips/include/asm/bcache.h 	bcops->bc_enable();
bcops              40 arch/mips/include/asm/bcache.h 	bcops->bc_disable();
bcops              45 arch/mips/include/asm/bcache.h 	bcops->bc_wback_inv(page, size);
bcops              50 arch/mips/include/asm/bcache.h 	bcops->bc_inv(page, size);
bcops              55 arch/mips/include/asm/bcache.h 	if (bcops->bc_prefetch_enable)
bcops              56 arch/mips/include/asm/bcache.h 		bcops->bc_prefetch_enable();
bcops              61 arch/mips/include/asm/bcache.h 	if (bcops->bc_prefetch_disable)
bcops              62 arch/mips/include/asm/bcache.h 		bcops->bc_prefetch_disable();
bcops              67 arch/mips/include/asm/bcache.h 	if (bcops->bc_prefetch_is_enabled)
bcops              68 arch/mips/include/asm/bcache.h 		return bcops->bc_prefetch_is_enabled();
bcops             127 arch/mips/mm/c-r4k.c struct bcache_ops *bcops = &no_sc_ops;
bcops             189 arch/mips/mm/sc-ip22.c 		bcops = &indy_sc_ops;
bcops             259 arch/mips/mm/sc-mips.c 		bcops = &mips_sc_ops;
bcops             106 arch/mips/mm/sc-r5k.c 		bcops = &r5k_sc_ops;
bcops             248 arch/mips/mm/sc-rm7k.c 	bcops = &rm7k_sc_ops;