Searched refs:Index_Writeback_Inv_D (Results 1 – 6 of 6) sorted by relevance
/arch/mips/include/asm/ |
D | r4kcache.h | 102 cache_op(Index_Writeback_Inv_D, addr); in flush_dcache_line_indexed() 633 __BUILD_BLAST_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D, 16, ) 636 __BUILD_BLAST_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D, 32, ) 640 __BUILD_BLAST_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D, 64, ) 643 __BUILD_BLAST_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D, 128, ) 647 __BUILD_BLAST_CACHE(inv_d, dcache, Index_Writeback_Inv_D, Hit_Invalidate_D, 16, ) 648 __BUILD_BLAST_CACHE(inv_d, dcache, Index_Writeback_Inv_D, Hit_Invalidate_D, 32, ) 670 __BUILD_BLAST_USER_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D, 673 __BUILD_BLAST_USER_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D, 676 __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
|
/arch/mips/txx9/generic/ |
D | setup.c | 160 cache_op(Index_Writeback_Inv_D, addr | 0); in early_flush_dcache() 161 cache_op(Index_Writeback_Inv_D, addr | 1); in early_flush_dcache() 162 cache_op(Index_Writeback_Inv_D, addr | 2); in early_flush_dcache() 163 cache_op(Index_Writeback_Inv_D, addr | 3); in early_flush_dcache() 209 cache_op(Index_Writeback_Inv_D, addr | 0); in early_flush_dcache() 210 cache_op(Index_Writeback_Inv_D, addr | 1); in early_flush_dcache()
|
/arch/mips/netlogic/common/ |
D | reset.S | 133 16: cache Index_Writeback_Inv_D, 0(t0)
|
/arch/mips/kernel/ |
D | pm-cps.c | 476 Index_Writeback_Inv_D, lbl_flushdcache); in cps_gen_entry_code()
|
/arch/mips/kvm/ |
D | vz.c | 1105 case Index_Writeback_Inv_D: in kvm_vz_gpsi_cache()
|