Home
last modified time | relevance | path

Searched refs:bc_inv (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/mips/include/asm/
H A Dbcache.h21 void (*bc_inv)(unsigned long page, unsigned long size); member
48 static inline void bc_inv(unsigned long page, unsigned long size) in bc_inv() function
50 bcops->bc_inv(page, size); in bc_inv()
80 #define bc_inv(page, size) do { } while (0) macro
/openbmc/linux/arch/mips/mm/
H A Dsc-r5k.c98 .bc_inv = r5k_dma_cache_inv_sc
H A Dsc-ip22.c181 .bc_inv = indy_sc_wback_invalidate
H A Dsc-rm7k.c180 .bc_inv = rm7k_sc_inv
H A Dsc-mips.c105 .bc_inv = mips_sc_inv,
H A Dcache.c70 .bc_inv = (void *)cache_noop
H A Dc-r4k.c855 bc_inv(addr, size); in r4k_dma_cache_inv()