Searched refs:TTE_GET_LOFLAGS (Results 1 – 3 of 3) sorted by relevance
309 #define TTE_GET_LOFLAGS(ttep, flags) ((ttep)->tte_intlo & flags) macro
353 #define TTE_GET_LOFLAGS(ttep, flags) ((ttep)->tte_intlo & flags) macro
5313 if (TTE_GET_LOFLAGS(&tte, tteflags) == pprot) { in sfmmu_hblk_chgprot()