Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dcacheops.h59 #define Cache_SD 0x03 macro
62 #define Index_Writeback_Inv_SD (Cache_SD | Index_Writeback_Inv)
64 #define Index_Load_Tag_SD (Cache_SD | Index_Load_Tag)
66 #define Index_Store_Tag_SD (Cache_SD | Index_Store_Tag)
67 #define Create_Dirty_Excl_SD (Cache_SD | 0x0c)
69 #define Hit_Invalidate_SD (Cache_SD | Hit_Invalidate)
70 #define Hit_Writeback_Inv_SD (Cache_SD | Hit_Writeback_Inv)
71 #define Hit_Writeback_SD (Cache_SD | Hit_Writeback)
73 #define Hit_Set_Virtual_SD (Cache_SD | 0x1c)