Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/arm64/
H A Dtlb.h331 …return tlbi_asid(asid) | RTLBI_TG(pmap_page_shift) | rtlbi_scale(scale) | rtlbi_num(num) | rtlbi_a… in generate_rtlbi_param()
H A Dproc_reg.h1440 #define RTLBI_TG(_page_shift_) ((uint64_t)((((_page_shift_) - 12) >> 1) + 1) << 46) macro