Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dcacheops.h21 #define Cache_I 0x00 macro
37 #define Index_Invalidate_I (Cache_I | Index_Writeback_Inv)
39 #define Index_Load_Tag_I (Cache_I | Index_Load_Tag)
41 #define Index_Store_Tag_I (Cache_I | Index_Store_Tag)
43 #define Hit_Invalidate_I (Cache_I | Hit_Invalidate)
51 #define Fill_I (Cache_I | 0x14)
52 #define Hit_Writeback_I (Cache_I | Hit_Writeback)
99 #define Index_Load_Data_I (Cache_I | 0x18)
102 #define Index_Store_Data_I (Cache_I | 0x1c)
109 #define Hit_Invalidate_I_Loongson2 (Cache_I | 0x00)
/openbmc/linux/arch/mips/kvm/
H A Dvz.c1108 if (cache != Cache_I && cache != Cache_D) in kvm_vz_gpsi_cache()