Searched refs:RTLBI_TG (Results 1 – 2 of 2) sorted by relevance
384 …return tlbi_asid(asid) | RTLBI_TG(pmap_page_shift) | rtlbi_scale(scale) | rtlbi_num(num) | rtlbi_a… in generate_rtlbi_param()
1783 #define RTLBI_TG(_page_shift_) ((uint64_t)((((_page_shift_) - 12) >> 1) + 1) << 46) macro