Searched refs:tte_cp (Results 1 – 4 of 4) sorted by relevance
87 #define tte_cp tte_bit.cp macro281 #define TTE_IS_PCACHEABLE(ttep) ((ttep)->tte_cp)282 #define TTE_SET_PCACHEABLE(ttep) ((ttep)->tte_cp = 1)283 #define TTE_CLR_PCACHEABLE(ttep) ((ttep)->tte_cp = 0)
100 #define tte_cp tte_bit.cp macro326 #define TTE_IS_PCACHEABLE(ttep) ((ttep)->tte_cp)327 #define TTE_SET_PCACHEABLE(ttep) ((ttep)->tte_cp = 1)328 #define TTE_CLR_PCACHEABLE(ttep) ((ttep)->tte_cp = 0)
663 tsbp->tte_data.tte_cp, in tsbinfo_list()
813 if (tsbe_tte.tte_cp == 0) { in mondo_recover_proc()