Searched refs:Index_Writeback_Inv_D (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/arch/mips/include/asm/ |
D | r4kcache.h | 63 cache_op(Index_Writeback_Inv_D, addr); in flush_dcache_line_indexed() 240 __BUILD_BLAST_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D, 16, ) 243 __BUILD_BLAST_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D, 32, ) 247 __BUILD_BLAST_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D, 64, ) 250 __BUILD_BLAST_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D, 128, ) 254 __BUILD_BLAST_CACHE(inv_d, dcache, Index_Writeback_Inv_D, Hit_Invalidate_D, 16, ) 255 __BUILD_BLAST_CACHE(inv_d, dcache, Index_Writeback_Inv_D, Hit_Invalidate_D, 32, ) 273 __BUILD_BLAST_USER_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D, 276 __BUILD_BLAST_USER_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D, 279 __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-5.19.10/arch/loongarch/include/asm/ |
D | cacheops.h | 29 #define Index_Writeback_Inv_D (Cache_D | Index_Writeback_Inv) macro
|
D | cacheflush.h | 45 cache_op(Index_Writeback_Inv_D, addr); in flush_dcache_line_indexed()
|
/linux-5.19.10/arch/mips/txx9/generic/ |
D | setup.c | 156 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-5.19.10/arch/mips/kernel/ |
D | pm-cps.c | 473 Index_Writeback_Inv_D, lbl_flushdcache); in cps_gen_entry_code()
|
/linux-5.19.10/arch/mips/kvm/ |
D | vz.c | 1115 case Index_Writeback_Inv_D: in kvm_vz_gpsi_cache()
|