Home
last modified time | relevance | path

Searched refs:Index_Writeback_Inv (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/
Dcacheops.h27 #define Index_Writeback_Inv 0x00 macro
37 #define Index_Invalidate_I (Cache_I | Index_Writeback_Inv)
38 #define Index_Writeback_Inv_D (Cache_D | Index_Writeback_Inv)
61 #define Index_Invalidate_SI (Cache_SI | Index_Writeback_Inv)
62 #define Index_Writeback_Inv_SD (Cache_SD | Index_Writeback_Inv)
93 #define Index_Writeback_Inv_S (Cache_S | Index_Writeback_Inv)
114 #define Index_Writeback_Inv_V (Cache_V | Index_Writeback_Inv)
/kernel/linux/linux-5.10/arch/mips/kvm/
Demulate.c2222 if (op == Index_Writeback_Inv) { in kvm_mips_emulate_cache()