Searched refs:Index_Writeback_Inv_D (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/mips/include/asm/ |
D | r4kcache.h | 101 cache_op(Index_Writeback_Inv_D, addr); in flush_dcache_line_indexed() 611 __BUILD_BLAST_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D, 16, ) 614 __BUILD_BLAST_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D, 32, ) 618 __BUILD_BLAST_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D, 64, ) 621 __BUILD_BLAST_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D, 128, ) 625 __BUILD_BLAST_CACHE(inv_d, dcache, Index_Writeback_Inv_D, Hit_Invalidate_D, 16, ) 626 __BUILD_BLAST_CACHE(inv_d, dcache, Index_Writeback_Inv_D, Hit_Invalidate_D, 32, ) 648 __BUILD_BLAST_USER_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D, 651 __BUILD_BLAST_USER_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D, 654 __BUILD_BLAST_USER_CACHE(d, dcache, Index_Writeback_Inv_D, Hit_Writeback_Inv_D,
|
D | cacheops.h | 18 #define Index_Writeback_Inv_D 0x01 macro
|
/linux-4.4.14/arch/mips/txx9/generic/ |
D | setup.c | 193 cache_op(Index_Writeback_Inv_D, addr | 0); in early_flush_dcache() 194 cache_op(Index_Writeback_Inv_D, addr | 1); in early_flush_dcache() 195 cache_op(Index_Writeback_Inv_D, addr | 2); in early_flush_dcache() 196 cache_op(Index_Writeback_Inv_D, addr | 3); in early_flush_dcache() 242 cache_op(Index_Writeback_Inv_D, addr | 0); in early_flush_dcache() 243 cache_op(Index_Writeback_Inv_D, addr | 1); in early_flush_dcache()
|
/linux-4.4.14/arch/mips/netlogic/common/ |
D | reset.S | 134 16: cache Index_Writeback_Inv_D, 0(t0)
|
/linux-4.4.14/arch/mips/kernel/ |
D | pm-cps.c | 466 Index_Writeback_Inv_D, lbl_flushdcache); in cps_gen_entry_code()
|