Home
last modified time | relevance | path

Searched refs:Index_Writeback_Inv_D (Results 1 – 5 of 5) sorted by relevance

/linux/arch/mips/include/asm/
H A Dr4kcache.h67 cache_op(Index_Writeback_Inv_D, addr); in flush_dcache_line_indexed()
244 __BUILD_BLAST_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D, 16, )
247 __BUILD_BLAST_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D, 32, )
251 __BUILD_BLAST_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D, 64, )
254 __BUILD_BLAST_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D, 128, )
258 __BUILD_BLAST_CACHE(inv_d, dcache, Index_Writeback_Inv_D, Hit_Invalidate_D, 16, )
259 __BUILD_BLAST_CACHE(inv_d, dcache, Index_Writeback_Inv_D, Hit_Invalidate_D, 32, )
277 __BUILD_BLAST_USER_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D,
280 __BUILD_BLAST_USER_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D,
283 __BUILD_BLAST_USER_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D,
H A Dcacheops.h38 #define Index_Writeback_Inv_D (Cache_D | Index_Writeback_Inv) macro
/linux/arch/mips/txx9/generic/
H A Dsetup.c156 cache_op(Index_Writeback_Inv_D, addr | 0); in early_flush_dcache()
157 cache_op(Index_Writeback_Inv_D, addr | 1); in early_flush_dcache()
158 cache_op(Index_Writeback_Inv_D, addr | 2); in early_flush_dcache()
159 cache_op(Index_Writeback_Inv_D, addr | 3); in early_flush_dcache()
/linux/arch/mips/kernel/
H A Dpm-cps.c467 Index_Writeback_Inv_D, lbl_flushdcache); in cps_gen_entry_code()
/linux/arch/mips/kvm/
H A Dvz.c1115 case Index_Writeback_Inv_D: in kvm_vz_gpsi_cache()