Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/include/asm/
Dbcache.h31 extern struct bcache_ops *bcops;
35 bcops->bc_enable(); in bc_enable()
40 bcops->bc_disable(); in bc_disable()
45 bcops->bc_wback_inv(page, size); in bc_wback_inv()
50 bcops->bc_inv(page, size); in bc_inv()
55 if (bcops->bc_prefetch_enable) in bc_prefetch_enable()
56 bcops->bc_prefetch_enable(); in bc_prefetch_enable()
61 if (bcops->bc_prefetch_disable) in bc_prefetch_disable()
62 bcops->bc_prefetch_disable(); in bc_prefetch_disable()
67 if (bcops->bc_prefetch_is_enabled) in bc_prefetch_is_enabled()
[all …]
/linux-5.19.10/arch/mips/mm/
Dsc-r5k.c105 bcops = &r5k_sc_ops; in r5k_sc_init()
Dsc-ip22.c188 bcops = &indy_sc_ops; in indy_sc_init()
Dsc-rm7k.c248 bcops = &rm7k_sc_ops; in rm7k_sc_init()
Dsc-mips.c261 bcops = &mips_sc_ops; in mips_sc_init()
Dc-r4k.c125 struct bcache_ops *bcops = &no_sc_ops; variable