Index_Writeback_Inv   37 arch/mips/include/asm/cacheops.h #define Index_Invalidate_I		(Cache_I | Index_Writeback_Inv)
Index_Writeback_Inv   38 arch/mips/include/asm/cacheops.h #define Index_Writeback_Inv_D		(Cache_D | Index_Writeback_Inv)
Index_Writeback_Inv   61 arch/mips/include/asm/cacheops.h #define Index_Invalidate_SI		(Cache_SI | Index_Writeback_Inv)
Index_Writeback_Inv   62 arch/mips/include/asm/cacheops.h #define Index_Writeback_Inv_SD		(Cache_SD | Index_Writeback_Inv)
Index_Writeback_Inv   93 arch/mips/include/asm/cacheops.h #define Index_Writeback_Inv_S		(Cache_S | Index_Writeback_Inv)
Index_Writeback_Inv  114 arch/mips/include/asm/cacheops.h #define Index_Writeback_Inv_V		(Cache_V | Index_Writeback_Inv)
Index_Writeback_Inv 1837 arch/mips/kvm/emulate.c 	if (op == Index_Writeback_Inv) {