bc_prefetch_enable   22 arch/mips/include/asm/bcache.h 	void (*bc_prefetch_enable)(void);
bc_prefetch_enable   55 arch/mips/include/asm/bcache.h 	if (bcops->bc_prefetch_enable)
bc_prefetch_enable   56 arch/mips/include/asm/bcache.h 		bcops->bc_prefetch_enable();
bc_prefetch_enable   38 arch/mips/mm/sc-debugfs.c 		bc_prefetch_enable();
bc_prefetch_enable  107 arch/mips/mm/sc-mips.c 	.bc_prefetch_enable = mips_sc_prefetch_enable,