Searched refs:Index_Writeback_Inv_D (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/arch/mips/include/asm/ |
D | r4kcache.h | 64 cache_op(Index_Writeback_Inv_D, addr); in flush_dcache_line_indexed() 250 __BUILD_BLAST_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D, 16, ) 253 __BUILD_BLAST_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D, 32, ) 257 __BUILD_BLAST_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D, 64, ) 260 __BUILD_BLAST_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D, 128, ) 264 __BUILD_BLAST_CACHE(inv_d, dcache, Index_Writeback_Inv_D, Hit_Invalidate_D, 16, ) 265 __BUILD_BLAST_CACHE(inv_d, dcache, Index_Writeback_Inv_D, Hit_Invalidate_D, 32, ) 283 __BUILD_BLAST_USER_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D, 286 __BUILD_BLAST_USER_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D, 289 __BUILD_BLAST_USER_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D,
|
D | cacheops.h | 38 #define Index_Writeback_Inv_D (Cache_D | Index_Writeback_Inv) macro
|
/Linux-v5.10/arch/mips/txx9/generic/ |
D | setup.c | 161 cache_op(Index_Writeback_Inv_D, addr | 0); in early_flush_dcache() 162 cache_op(Index_Writeback_Inv_D, addr | 1); in early_flush_dcache() 163 cache_op(Index_Writeback_Inv_D, addr | 2); in early_flush_dcache() 164 cache_op(Index_Writeback_Inv_D, addr | 3); in early_flush_dcache() 210 cache_op(Index_Writeback_Inv_D, addr | 0); in early_flush_dcache() 211 cache_op(Index_Writeback_Inv_D, addr | 1); in early_flush_dcache()
|
/Linux-v5.10/arch/mips/netlogic/common/ |
D | reset.S | 133 16: cache Index_Writeback_Inv_D, 0(t0)
|
/Linux-v5.10/arch/mips/kernel/ |
D | pm-cps.c | 473 Index_Writeback_Inv_D, lbl_flushdcache); in cps_gen_entry_code()
|
/Linux-v5.10/arch/mips/kvm/ |
D | vz.c | 1117 case Index_Writeback_Inv_D: in kvm_vz_gpsi_cache()
|