Searched refs:sz_lg2 (Results 1 – 1 of 1) sorted by relevance
260 unsigned int sz_lg2; in calculate_psi_aligned_address() local264 sz_lg2 = fls_long(start ^ last); in calculate_psi_aligned_address()265 if (sz_lg2 <= 12) { in calculate_psi_aligned_address()269 if (unlikely(sz_lg2 >= BITS_PER_LONG)) { in calculate_psi_aligned_address()278 *size_order = sz_lg2 - VTD_PAGE_SHIFT; in calculate_psi_aligned_address()279 return start & GENMASK(BITS_PER_LONG - 1, sz_lg2); in calculate_psi_aligned_address()