Home
last modified time | relevance | path

Searched refs:bcops (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/arch/mips/include/asm/
Dbcache.h27 extern struct bcache_ops *bcops;
31 bcops->bc_enable(); in bc_enable()
36 bcops->bc_disable(); in bc_disable()
41 bcops->bc_wback_inv(page, size); in bc_wback_inv()
46 bcops->bc_inv(page, size); in bc_inv()
/linux-3.4.99/arch/mips/mm/
Dsc-r5k.c105 bcops = &r5k_sc_ops; in r5k_sc_init()
Dsc-ip22.c174 bcops = &indy_sc_ops; in indy_sc_init()
Dsc-mips.c142 bcops = &mips_sc_ops; in mips_sc_init()
Dsc-rm7k.c248 bcops = &rm7k_sc_ops; in rm7k_sc_init()
Dc-r4k.c82 struct bcache_ops *bcops = &no_sc_ops; variable