Searched refs:bc_inv (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dbcache.h21 void (*bc_inv)(unsigned long page, unsigned long size); member in struct:bcache_ops
48 static inline void bc_inv(unsigned long page, unsigned long size) function
50 bcops->bc_inv(page, size);
80 #define bc_inv(page, size) do { } while (0) macro
/linux-master/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);
/linux-master/arch/mips/kernel/
H A Dsmp-cps.c137 bc_inv(CKSEG0ADDR_OR_64BIT(cps_vec_pa), BEV_VEC_SIZE);

Completed in 149 milliseconds