Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Dr4kcache.h101 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,
Dcacheops.h18 #define Index_Writeback_Inv_D 0x01 macro
/linux-4.1.27/arch/mips/txx9/generic/
Dsetup.c209 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()
211 cache_op(Index_Writeback_Inv_D, addr | 2); in early_flush_dcache()
212 cache_op(Index_Writeback_Inv_D, addr | 3); in early_flush_dcache()
258 cache_op(Index_Writeback_Inv_D, addr | 0); in early_flush_dcache()
259 cache_op(Index_Writeback_Inv_D, addr | 1); in early_flush_dcache()
/linux-4.1.27/arch/mips/netlogic/common/
Dreset.S134 16: cache Index_Writeback_Inv_D, 0(t0)
/linux-4.1.27/arch/mips/kernel/
Dpm-cps.c465 Index_Writeback_Inv_D, lbl_flushdcache); in cps_gen_entry_code()