Searched defs:bc_inv (Results 1 - 1 of 1) 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
80 #define bc_inv(page, size) do { } while (0) macro

Completed in 119 milliseconds